addAddress.less 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. left: 0;
  14. right: 0;
  15. top: 50%;
  16. transform: translateY(-50%);
  17. z-index: 999999;
  18. margin: 0 40rpx;
  19. padding: 40rpx;
  20. background: #FFFFFF;
  21. border-radius: 32rpx;
  22. .tit {
  23. font-weight: 600;
  24. font-size: 34rpx;
  25. color: #131415;
  26. line-height: 44rpx;
  27. text-align: center;
  28. }
  29. .fromBox {
  30. margin-top: 30rpx;
  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. flex-shrink: 0;
  39. font-weight: 600;
  40. font-size: 28rpx;
  41. color: #666666;
  42. line-height: 40rpx;
  43. position: relative;
  44. }
  45. .fromIpt {
  46. margin-left: 20rpx;
  47. flex-grow: 1;
  48. .index--van-cell{
  49. padding-right: 0;
  50. }
  51. .index--van-cell__right-icon-wrap {
  52. margin-right: -6rpx !important;
  53. color: #cccccc !important;
  54. }
  55. .van-field {
  56. padding: 0;
  57. --cell-line-height: 80rpx;
  58. .van-cell__right-icon {
  59. margin-right: -6rpx;
  60. color: #cccccc;
  61. }
  62. }
  63. .van-field__body {
  64. .van-field__control {
  65. color: #000000;
  66. font-weight: 400;
  67. font-size: 28rpx;
  68. }
  69. }
  70. }
  71. }
  72. }
  73. .closeBtn {
  74. right: 26rpx;
  75. top: 30rpx;
  76. position: absolute;
  77. width: 64rpx;
  78. height: 64rpx;
  79. background: url("https://oss.dayaedu.com/ktyq/1739246513167.png") no-repeat;
  80. background-size: 52rpx 52rpx;
  81. background-position: center center;
  82. }
  83. .subBtn {
  84. margin-top: 100rpx;
  85. font-weight: 600;
  86. font-size: 32rpx;
  87. color: #FFFFFF;
  88. line-height: 88rpx;
  89. text-align: center;
  90. background: url("https://oss.dayaedu.com/ktyq/1738898417485.png") no-repeat;
  91. background-size: 100% 100%;
  92. }
  93. }
  94. }