customerVanPopupWay.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. .customer-van-popup .close-icon {
  2. position: absolute;
  3. z-index: 1;
  4. padding: 40rpx 24rpx;
  5. }
  6. .customer-van-popup .close-icon .image {
  7. display: block;
  8. width: 48rpx;
  9. height: 48rpx;
  10. }
  11. .customer-van-popup .title {
  12. height: 122rpx;
  13. padding-top: 48rpx;
  14. color: rgba(0, 0, 0, 1);
  15. font-size: 32rpx;
  16. font-weight: 500;
  17. text-align: center;
  18. }
  19. .customer-van-popup_way .way-list {
  20. position: relative;
  21. left: 0;
  22. top: 0;
  23. padding: 22rpx 0 54rpx;
  24. }
  25. .customer-van-popup_way .mask {
  26. position: absolute;
  27. left: 0;
  28. right: 0;
  29. bottom: 0;
  30. z-index: 1;
  31. height: 137rpx;
  32. background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  33. }
  34. .customer-van-popup_way .way-list.min-height-420 {
  35. height: 296rpx;
  36. }
  37. .customer-van-popup_way .way-list.max-height-668 {
  38. height: 582rpx;
  39. }
  40. .customer-van-popup_way .scroll-wrap {
  41. position: absolute;
  42. left: 0;
  43. top: 22rpx;
  44. right: 0;
  45. bottom: 54rpx;
  46. }
  47. .customer-van-popup_way .list {
  48. padding-left: 32rpx;
  49. }
  50. .customer-van-popup_way .address {
  51. display: flex;
  52. align-items: center;
  53. padding: 12rpx 0;
  54. }
  55. .customer-van-popup_way .label {
  56. width: 32rpx;
  57. height: 32rpx;
  58. border-radius: 50%;
  59. background: rgba(51, 51, 51, 1);
  60. color: rgba(255, 255, 255, 1);
  61. font-size: 20rpx;
  62. font-weight: 500;
  63. line-height: 32rpx;
  64. text-align: center;
  65. }
  66. .customer-van-popup_way .wrap {
  67. display: flex;
  68. flex-direction: column;
  69. width: 590rpx;
  70. margin-left: 32rpx;
  71. }
  72. .customer-van-popup_way .wrap .text {
  73. width: 100%;
  74. white-space: nowrap;
  75. overflow: hidden;
  76. text-overflow: ellipsis;
  77. }
  78. .customer-van-popup_way .wrap .text:nth-of-type(1) {
  79. color: rgba(0, 0, 0, 1);
  80. font-size: 32rpx;
  81. font-weight: 500;
  82. line-height: 40rpx;
  83. }
  84. .customer-van-popup_way .wrap .text:nth-of-type(2) {
  85. margin-top: 8rpx;
  86. color: rgba(138, 149, 176, 1);
  87. font-size: 24rpx;
  88. font-size: 26rpx;
  89. line-height: 32rpx;
  90. }
  91. .customer-van-popup_way .icon {
  92. display: block;
  93. width: 28rpx;
  94. height: 28rpx;
  95. margin-left: 2rpx;
  96. }