112 lines
1.7 KiB
Plaintext
112 lines
1.7 KiB
Plaintext
/* user/address/address.wxss */
|
|
|
|
.list_text {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.text_row {
|
|
display: flex;
|
|
height: 100rpx;
|
|
width: 100%;
|
|
border-bottom: 2rpx solid #ebebeb;
|
|
}
|
|
|
|
.text_row1 {
|
|
flex: 2;
|
|
font-size: 32rpx;
|
|
font-weight: 700;
|
|
font-stretch: normal;
|
|
letter-spacing: 0px;
|
|
color: #333;
|
|
}
|
|
|
|
.text_row2 {
|
|
padding-left: 40rpx;
|
|
flex: 7;
|
|
font-size: 32rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
letter-spacing: 0px;
|
|
color: #666;
|
|
}
|
|
|
|
.text_row2 span {
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 32rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
letter-spacing: 0px;
|
|
color: #ccc;
|
|
display: -webkit-box !important;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.text_row3 {
|
|
flex: 1;
|
|
}
|
|
|
|
.text_row3 image {
|
|
width: 15rpx;
|
|
height: 33rpx;
|
|
}
|
|
|
|
.text_row:last-child {
|
|
border: 0;
|
|
}
|
|
|
|
.label-1__text, .label-2__text {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
height: 100%;
|
|
width: 50%;
|
|
}
|
|
|
|
.label-1__icon {
|
|
position: relative;
|
|
margin-right: 10px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 18px;
|
|
height: 18px;
|
|
background: #fcfff4;
|
|
}
|
|
|
|
.label-1__icon-checked {
|
|
position: absolute;
|
|
top: 3px;
|
|
left: 3px;
|
|
width: 12px;
|
|
height: 12px;
|
|
background: #1aad19;
|
|
}
|
|
|
|
.label-2__icon {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-right: 10px;
|
|
width: 18px;
|
|
height: 18px;
|
|
border: #ebebeb solid 2rpx;
|
|
background: #fff;
|
|
border-radius: 50px;
|
|
}
|
|
|
|
.label-2__icon-checked {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
margin: -6px 0 0 -6px;
|
|
width: 12px;
|
|
height: 12px;
|
|
background: #1aad19;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.label-4_text {
|
|
text-align: center;
|
|
margin-top: 15px;
|
|
}
|