index.wxss 782 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /* components/area-picker/index.wxss */
  2. .picker-box {
  3. flex: 1;
  4. /* padding-right: 40rpx; */
  5. overflow: hidden;
  6. position: relative;
  7. width: 420rpx ;
  8. }
  9. .picker-box .picker1 {
  10. line-height: 100rpx;
  11. font-size: 14px;
  12. text-overflow: ellipsis;
  13. white-space: nowrap;
  14. overflow: hidden;
  15. width: 100% ;
  16. text-align: right;
  17. color: #646566;
  18. }
  19. .picker-box .picker2 {
  20. line-height: 100rpx;
  21. font-size: 14px;
  22. text-overflow: ellipsis;
  23. white-space: nowrap;
  24. overflow: hidden;
  25. width: 100% ;
  26. text-align: right;
  27. color: #C8C9CC;
  28. }
  29. /* .picker-box::after {
  30. font-family: "cuIcon";
  31. display: block;
  32. content: "\e6a3";
  33. position: absolute;
  34. font-size: 34rpx;
  35. color: var(--grey);
  36. line-height: 100rpx;
  37. width: 60rpx;
  38. text-align: center;
  39. top: 0;
  40. bottom: 0;
  41. right: -20rpx;
  42. margin: auto;
  43. } */