mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/address/list.wxss

178 lines
4.0 KiB
Plaintext
Raw Normal View History

2026-03-24 11:45:13 +08:00
.address-list-content.data-v-5d053e52 {
padding-bottom: 32rpx;
}
.address-list.data-v-5d053e52 {
background-color: #fff;
min-height: 100vh;
}
.address-item.data-v-5d053e52 {
background-color: #FFFFFF;
margin: 0 30rpx;
padding: 32rpx 0rpx 32rpx 0rpx;
margin-bottom: 8rpx;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.address-item .address-info .address-header.data-v-5d053e52 {
display: flex;
align-items: center;
margin-bottom: 18rpx;
}
.address-item .address-info .address-header .name.data-v-5d053e52 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 26rpx;
color: #333333;
line-height: 37rpx;
text-align: left;
font-style: normal;
margin-right: 14rpx;
}
.address-item .address-info .address-header .phone.data-v-5d053e52 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 26rpx;
color: #333333;
line-height: 37rpx;
text-align: left;
font-style: normal;
flex: 1;
}
.no-select.data-v-5d053e52 {
background-color: #e2e2e2;
}
/* .tag {
font-size: 24rpx;
color: #E8101E;
background-color: rgba(252, 67, 124, 0.08);
padding: 6rpx 16rpx;
border-radius: 6rpx;
} */
.address-detail.data-v-5d053e52 {
display: flex;
flex-direction: column;
}
.detail-title.data-v-5d053e52 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 30rpx;
color: #333333;
line-height: 40rpx;
text-align: left;
font-style: normal;
margin-bottom: 10rpx;
}
.detail-desc.data-v-5d053e52 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 24rpx;
color: #999999;
line-height: 36rpx;
text-align: left;
font-style: normal;
margin-bottom: 41rpx;
}
.address-actions.data-v-5d053e52 {
display: flex;
justify-content: space-between;
align-items: center;
}
.address-actions .default-check.data-v-5d053e52 {
display: flex;
align-items: center;
}
.address-actions .default-check .agree-btn.data-v-5d053e52 {
margin-right: 14rpx;
height: 28rpx;
width: 28rpx;
}
.address-actions .action-btns.data-v-5d053e52 {
display: flex;
align-items: center;
}
.address-actions .action-btns .action-item.data-v-5d053e52 {
display: flex;
align-items: center;
margin-left: 48rpx;
}
.address-actions .action-btns .action-item .action-item__revise.data-v-5d053e52 {
width: 28rpx;
height: 28rpx;
margin-right: 4rpx;
}
.address-actions .action-btns .action-item .action-item__delect.data-v-5d053e52 {
width: 28rpx;
height: 28rpx;
margin-right: 4rpx;
}
.address-actions .text-default.data-v-5d053e52 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 20rpx;
color: #666666;
line-height: 28rpx;
text-align: left;
font-style: normal;
}
.bottom-fixed.data-v-5d053e52 {
box-shadow: 0rpx -4rpx 12rpx 0rpx rgba(81, 118, 171, 0.2);
padding: 0rpx 30rpx 0rpx 30rpx;
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 166rpx;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
.fixed-kong.data-v-5d053e52 {
height: 166rpx;
}
.add-btn.data-v-5d053e52 {
width: 690rpx;
height: 78rpx;
border-radius: 39rpx;
border: 1rpx solid #E8101E;
text-align: center;
line-height: 64rpx;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.add-text.data-v-5d053e52 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 30rpx;
color: #E8101E;
line-height: 42rpx;
text-align: left;
font-style: normal;
}
/* 空状态样式 */
.empty-state.data-v-5d053e52 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-top: 200rpx;
}
.empty-icon.data-v-5d053e52 {
width: 240rpx;
height: 240rpx;
margin-bottom: 32rpx;
}
.empty-text.data-v-5d053e52 {
font-size: 30rpx;
color: #999999;
}
/* 平台适配 */
.custom-nav.data-v-5d053e52 {
padding-top: calc(25px + constant(safe-area-inset-top));
padding-top: calc(25px + env(safe-area-inset-top));
}