123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- .addAddress-popup-section {
- .popup-mask {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: rgba(0, 0, 0, 0.6);
- z-index: 99999;
- }
- .popup-container {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 999999;
- padding: 40rpx;
- background: #FFFFFF;
- border-radius: 32rpx 32rpx 0rpx 0rpx;
- .tit {
- font-weight: 600;
- font-size: 36rpx;
- color: #131415;
- line-height: 50rpx;
- text-align: center;
- }
- .fromBox {
- margin-top: 30rpx;
- .fromCon {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 16rpx 0;
- border-bottom: 2rpx solid #F2F2F2;
- .fromTit {
- width: 168rpx;
- flex-shrink: 0;
- font-weight: 400;
- font-size: 30rpx;
- color: #666666;
- line-height: 42rpx;
- position: relative;
- }
- .fromIpt {
- margin-left: 20rpx;
- flex-grow: 1;
- .index--van-cell{
- padding-right: 0;
- }
- .index--van-cell__right-icon-wrap {
- margin-right: -6rpx !important;
- color: #cccccc !important;
- }
- .van-field {
- padding: 0;
- --cell-line-height: 80rpx;
- .van-cell__right-icon {
- margin-right: -6rpx;
- color: #cccccc;
- }
- }
- .van-field__body {
- .van-field__control {
- color: #000000;
- font-weight: 400;
- font-size: 28rpx;
- }
- }
- }
- }
- }
- .closeBtn {
- right: 24rpx;
- top: 34rpx;
- position: absolute;
- width: 64rpx;
- height: 64rpx;
- background: url("https://oss.dayaedu.com/ktyq/1739847605228.png") no-repeat;
- background-size: 32rpx 32rpx;
- background-position: center center;
- }
- .subBtn {
- margin-top: 100rpx;
- font-weight: 600;
- font-size: 32rpx;
- color: #FFFFFF;
- line-height: 84rpx;
- text-align: center;
- background: url("https://oss.dayaedu.com/ktyq/1739528494657.png") no-repeat;
- background-size: 100% 100%;
- }
- }
- }
|