addAddress.less 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. .fromCon {
  30. display: flex;
  31. align-items: center;
  32. justify-content: space-between;
  33. padding: 16rpx 0;
  34. border-bottom: 2rpx solid #F2F2F2;
  35. .fromTit {
  36. width: 168rpx;
  37. flex-shrink: 0;
  38. font-weight: 400;
  39. font-size: 30rpx;
  40. color: #666666;
  41. line-height: 42rpx;
  42. position: relative;
  43. }
  44. .fromIpt {
  45. margin-left: 20rpx;
  46. flex-grow: 1;
  47. .index--van-cell{
  48. padding-right: 0;
  49. }
  50. .index--van-cell__right-icon-wrap {
  51. margin-right: -6rpx !important;
  52. color: #cccccc !important;
  53. }
  54. .van-field {
  55. padding: 0;
  56. --cell-line-height: 80rpx;
  57. .van-cell__right-icon {
  58. margin-right: -6rpx;
  59. color: #cccccc;
  60. }
  61. }
  62. .van-field__body {
  63. .van-field__control {
  64. color: #000000;
  65. font-weight: 400;
  66. font-size: 28rpx;
  67. }
  68. }
  69. }
  70. }
  71. }
  72. .closeBtn {
  73. right: 24rpx;
  74. top: 34rpx;
  75. position: absolute;
  76. width: 64rpx;
  77. height: 64rpx;
  78. background: url("https://oss.dayaedu.com/ktyq/1739847605228.png") no-repeat;
  79. background-size: 32rpx 32rpx;
  80. background-position: center center;
  81. }
  82. .subBtn {
  83. margin-top: 100rpx;
  84. font-weight: 600;
  85. font-size: 32rpx;
  86. color: #FFFFFF;
  87. line-height: 84rpx;
  88. text-align: center;
  89. background: url("https://oss.dayaedu.com/ktyq/1739528494657.png") no-repeat;
  90. background-size: 100% 100%;
  91. }
  92. }
  93. }