mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/selfOperated/components/select-adress.wxss

109 lines
2.4 KiB
Plaintext

.select-address {
margin: 20rpx 24rpx 20rpx 24rpx;
padding: 30rpx 20rpx;
background: #ffffff;
border-radius: 20rpx;
position: relative;
/* 1. 添加相对定位,让 tip 相对于该容器定位(关键) */
overflow: hidden;
/* 可选:防止 tip 超出容器范围 */
}
.select-address .select-address-title {
font-weight: 500;
font-size: 30rpx;
color: #333333;
line-height: 42rpx;
text-align: left;
font-style: normal;
margin-bottom: 30rpx;
}
.select-address .border-bottom {
border-bottom: 1rpx solid #f2f2f2;
}
.select-address .select-address-card {
padding: 30rpx 0;
position: relative;
}
.select-address .select-address-card .select-address-card-title {
font-weight: 400;
font-size: 28rpx;
color: #333333;
line-height: 40rpx;
text-align: left;
font-style: normal;
}
.select-address .select-address-card .select-address-card-right .card-right-text1 {
font-weight: 400;
font-size: 28rpx;
color: #c4c4c4;
line-height: 40rpx;
text-align: right;
font-style: normal;
width: 425rpx;
}
.select-address .select-address-card .select-address-card-right .card-right-text2 {
font-weight: 400;
font-size: 28rpx;
color: #333333;
line-height: 40rpx;
text-align: right;
font-style: normal;
width: 425rpx;
}
.select-address .select-address-card .select-address-card-right .card-right-photo {
margin-right: 13rpx;
width: 60rpx;
height: 60rpx;
border-radius: 50%;
}
.select-address .select-address-card .select-address-card-right .card-right-img {
width: 12rpx;
height: 24rpx;
margin-left: 20rpx;
}
.select-address .select-address-tip {
height: 117rpx;
position: absolute;
bottom: 130rpx;
left: 68rpx;
right: 0;
z-index: 1;
padding: 0;
}
.select-address .select-address-tip .select-address-tip-bj {
position: absolute;
height: 117rpx;
bottom: 0rpx;
right: 0rpx;
width: 634rpx;
}
.select-address .select-address-tip .select-address-tip-text {
margin-top: 30rpx;
padding-left: 20rpx;
padding-right: 20rpx;
font-weight: 400;
font-size: 26rpx;
color: #E8101E;
line-height: 37rpx;
text-align: left;
font-style: normal;
}
.flex-row-center-between {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.flex-row-center {
display: flex;
flex-direction: row;
align-items: center;
}
.store-tip {
width: 702rpx;
margin: 0 29rpx;
height: 122rpx;
margin-bottom: 20rpx;
}