index.acss 739 B

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