addAddress.less 2.5 KB

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