拓恒河湖长制全民护河平台WEB端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
510B

  1. /* components/Select/index.wxss */
  2. .select_box {
  3. /* width: 180rpx; */
  4. padding: 22rpx 0;
  5. display: flex;
  6. justify-content: center;
  7. align-items: center;
  8. position: relative;
  9. }
  10. picker {
  11. width: 200rpx;
  12. font-size: 28rpx;
  13. color: #333333;
  14. display: flex;
  15. justify-content: center;
  16. align-items: center;
  17. }
  18. .picker {
  19. overflow: hidden;
  20. white-space: nowrap;
  21. text-overflow: ellipsis;
  22. margin-right: 20rpx;
  23. }
  24. .select_img {
  25. width: 16rpx;
  26. height: 10rpx;
  27. }