拓恒河湖长制全民护河平台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.

23 lines
408B

  1. /* components/Select/index.wxss */
  2. .select_box {
  3. width: 160rpx;
  4. padding: 22rpx 0;
  5. display: flex;
  6. justify-content: space-between;
  7. align-items: center;
  8. }
  9. picker {
  10. width: 200rpx;
  11. font-size: 28rpx;
  12. color: #333333;
  13. display: flex;
  14. justify-content: flex-end;
  15. align-items: center;
  16. }
  17. .picker {
  18. margin-right: 30rpx;
  19. }
  20. .select_img {
  21. width: 16rpx;
  22. height: 10rpx;
  23. }