| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- .check-btn{display: flex;align-items: center;gap: 20rpx;}
- .address-list{height: 100vh;}
- .address-list .list-item{background-color: #fff;margin-top: 20rpx;display: flex;align-items: center;justify-content: space-between;padding: 20rpx;}
- .address-list .list-item .title{font-size: 24rpx;color: #666;margin-bottom: 20rpx;}
- .address-list .list-item .name{font-size: 28rpx;color: #333;margin-bottom: 20rpx;}
- .address-list .list-item .mobile{font-size: 28rpx;color: #666;margin-bottom: 20rpx;}
- .address-list .list-item .mobile text{margin-left: 20rpx;}
- .address-list .list-item .item-left{flex: 1;}
- .address-list .list-item .item-right{display: flex;align-items: center;gap: 20rpx;}
- .address-list .list-item .item-right .icon{width: 60rpx;height: 60rpx;background-color: #f8f8f8;border-radius: 30rpx;text-align: center;justify-content: center;align-items: center;display: flex;}
- .address-list .list-item .item-right image{width: 40rpx;height: 40rpx;}
- .empty-data{
- display: flex;
- height: 80vh;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- font-size: 28rpx;
- color: #666;
- }
- .empty-data image{
- width: 50%;
- }
- .time-select{border-bottom: 2rpx solid #f2f2f2;}
- .time-select .title{height: 100rpx;line-height: 100rpx;display: flex;align-items: center;justify-content: space-between;font-size: 32rpx;padding: 0 20rpx;font-weight: bold;}
- .time-select image{width: 40rpx;height: 40rpx;vertical-align: middle;}
- .time-btn{padding: 20rpx;}
- .goods-body{padding: 20rpx;}
- .goods-body .goods-title{font-size: 28rpx;color: #333;line-height: 80rpx;}
- .goods-body .goods-title text{color: #fe2c56;}
- .goods-body .form-title{margin-top: 40rpx;font-size: 28rpx;color: #666;}
- .goods-form{margin-bottom: 20rpx;}
- .goods-form .form-input{border: 2rpx solid #ccc;height: 80rpx;margin-top: 20rpx;padding: 0 15rpx;background-color: #ccc;}
- .region-name{height: 80rpx;line-height: 80rpx;font-size: 24rpx;}
- .goods-form .form-input .input{font-size: 24rpx;height: 80rpx;background-color: #ccc;}
- .flx-footer{position: fixed;bottom: 0;background-color: #fff;padding: 20rpx;border-top: 2rpx solid #f8f8f8;left: 0;right: 0;}
- .flx-footer .footer-safe {height: env(safe-area-inset-bottom);width: 100%;}
- .flx-footer .btn,.time-btn .btn{font-size: 28rpx;height: 80rpx;border-radius: 10rpx;line-height: 80rpx;text-align: center;width: 100%;color: #333;background-color: #fe2c56;color: #fff;border:2rpx solid #fe2c56;}
|