addAddress.less 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. .addAddress-popup-section {
  2. .popup-mask {
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. right: 0;
  7. bottom: 0;
  8. background-color: rgba(0, 0, 0, 0.6);
  9. z-index: 99999;
  10. }
  11. .popup-container {
  12. position: fixed;
  13. bottom: 0;
  14. left: 0;
  15. right: 0;
  16. z-index: 999999;
  17. padding: 40rpx;
  18. background: #FFFFFF;
  19. border-radius: 32rpx 32rpx 0rpx 0rpx;
  20. .tit {
  21. font-weight: 600;
  22. font-size: 36rpx;
  23. color: #131415;
  24. line-height: 50rpx;
  25. text-align: center;
  26. }
  27. .fromBox {
  28. margin-top: 30rpx;
  29. height: 736rpx;
  30. .fromCon {
  31. display: flex;
  32. align-items: center;
  33. justify-content: space-between;
  34. padding: 16rpx 0;
  35. border-bottom: 2rpx solid #F2F2F2;
  36. .fromTit {
  37. width: 168rpx;
  38. flex-shrink: 0;
  39. font-weight: 400;
  40. font-size: 30rpx;
  41. color: #666666;
  42. line-height: 42rpx;
  43. position: relative;
  44. }
  45. .fromIpt {
  46. margin-left: 20rpx;
  47. flex-grow: 1;
  48. .index--van-cell{
  49. padding-left: 0;
  50. padding-right: 0;
  51. }
  52. .index--van-cell__right-icon-wrap {
  53. margin-right: -6rpx !important;
  54. color: #cccccc !important;
  55. }
  56. .van-field {
  57. padding: 0;
  58. --cell-line-height: 80rpx;
  59. .van-cell__right-icon {
  60. margin-right: -6rpx;
  61. color: #cccccc;
  62. }
  63. }
  64. .van-field__body {
  65. .van-field__control {
  66. color: #000000;
  67. font-weight: 400;
  68. font-size: 28rpx;
  69. }
  70. }
  71. }
  72. }
  73. }
  74. .closeBtn {
  75. right: 24rpx;
  76. top: 34rpx;
  77. position: absolute;
  78. width: 64rpx;
  79. height: 64rpx;
  80. background: url("https://oss.dayaedu.com/ktyq/1739847605228.png") no-repeat;
  81. background-size: 32rpx 32rpx;
  82. background-position: center center;
  83. }
  84. .subBtn {
  85. margin-top: 100rpx;
  86. font-weight: 600;
  87. font-size: 32rpx;
  88. color: #FFFFFF;
  89. line-height: 84rpx;
  90. text-align: center;
  91. background: url("https://oss.dayaedu.com/ktyq/1739528494657.png") no-repeat;
  92. background-size: 100% 100%;
  93. }
  94. }
  95. }