拓恒飞手平台小程序
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.

33 lines
640B

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