Files
dajiankang-uniapp/unpackage/dist/dev/mp-weixin/pages/address/list.wxss
PC-202306242200\Administrator 1c24452b6c first commit
2026-03-28 23:10:55 +08:00

76 lines
1.7 KiB
Plaintext

/* 水平间距 */
/* 水平间距 */
.address .address-a.data-v-90a3874e {
width: 100%;
background: #ffffff;
box-shadow: 0px 2rpx 21rpx 0px rgba(184, 184, 184, 0.35);
border-radius: 17rpx;
margin-bottom: 30rpx;
}
.address .address-a .top.data-v-90a3874e {
padding: 40rpx;
border-bottom: 1rpx solid #f3f3f3;
}
.address .address-a .top .top-a.data-v-90a3874e {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 30rpx;
font-weight: bold;
color: #222222;
margin-bottom: 45rpx;
}
.address .address-a .top .top-b.data-v-90a3874e {
font-size: 30rpx;
font-weight: bold;
color: #999999;
}
.address .address-a .bottom.data-v-90a3874e {
padding: 35rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.address .address-a .bottom .bottom-che.data-v-90a3874e {
display: flex;
align-items: center;
font-size: 24rpx;
font-weight: bold;
color: #222222;
}
.address .address-a .bottom .bottom-che image.data-v-90a3874e {
width: 32rpx;
height: 32rpx;
margin-right: 10rpx;
}
.address .address-a .bottom .bottom-r.data-v-90a3874e {
font-size: 26rpx;
font-weight: bold;
color: #999999;
display: flex;
align-items: center;
}
.address .bottom-btn.data-v-90a3874e {
width: 100%;
height: 150rpx;
padding: 30rpx;
background-color: #ffffff;
position: fixed;
bottom: 0;
left: 0;
border-radius: 20rpx 20rpx 0 0;
box-shadow: 0px 6rpx 16rpx 2rpx rgba(170, 170, 170, 0.35);
display: flex;
align-items: center;
justify-content: center;
}
.address .bottom-btn .button-a.data-v-90a3874e {
width: 690rpx;
height: 90rpx;
background: #799675;
border-radius: 15rpx;
text-align: center;
font-size: 30rpx;
color: #ffffff;
line-height: 90rpx;
}