123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- /* pages/my/address/address.wxss */
- .listBoxs {
- padding: 0 25rpx;
- }
- .listBoxs .itemBoxs {
- padding: 32rpx 0rpx;
- }
- .listBoxs .itemBoxs .lr {
- width: 35rpx;
- height: 34rpx;
- }
- .listBoxs .itemBoxs .address {
- font-size: 30rpx;
- font-weight: 500;
- color: #191C27;
- width: 582rpx;
- max-height: 80rpx;
- }
- .listBoxs .itemBoxs .message {
- font-size: 26rpx;
- color: #666666;
- margin-top: 25rpx;
- }
- .listBoxs .itemBoxs .phone {
- margin-left: 30rpx;
- margin-right: 25rpx;
- }
- .listBoxs .itemBoxs .default {
- font-size: 22rpx;
- color: #FFFFFF;
- width: 56rpx;
- height: 30rpx;
- background: #FF663D;
- border-radius: 2rpx;
- text-align: center;
- line-height: 30rpx;
- }
- .footerBtn {
- width: 686rpx;
- height: 98rpx;
- background: linear-gradient(270deg, #467FFF 0%, #4699FF 100%);
- box-shadow: 0px 10rpx 20rpx 0px rgba(35, 107, 248, 0.2);
- border-radius: 49rpx;
- position: fixed;
- left: 50%;
- bottom: 5%;
- transform: translate(-50%, 0);
- font-size: 32rpx;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 98rpx;
- text-align: center;
- }
- .custom-image .van-empty__image{
- width: 400rpx;
- }
|