123 lines
1.9 KiB
Plaintext
123 lines
1.9 KiB
Plaintext
/* user/address/address.wxss */
|
|
|
|
.wxadd{
|
|
height: 88rpx;
|
|
width: 100%;
|
|
background-color: var(--white);
|
|
}
|
|
.my_list{
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
}
|
|
.my_left{
|
|
flex: 1;
|
|
}
|
|
.my_left image{
|
|
width: 39rpx;
|
|
height: 32rpx;
|
|
}
|
|
.my_con{
|
|
flex: 8;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 28rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
letter-spacing: 0px;
|
|
color: #333333;
|
|
}
|
|
.my_right{
|
|
flex: 1;
|
|
text-align: right;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-flex-direction: row-reverse;
|
|
flex-direction: row-reverse;
|
|
}
|
|
.my_right image{
|
|
width: 15rpx;
|
|
height: 33rpx;
|
|
}
|
|
|
|
.chioose{
|
|
padding: 0 10rpx 0 10rpx;
|
|
}
|
|
.chioose image {
|
|
width: 14px;
|
|
height: 14px;
|
|
}
|
|
.addList{
|
|
padding-bottom: 120rpx;
|
|
}
|
|
.add_row{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
height: 193rpx;
|
|
background-color: var(--white);
|
|
align-items: center;
|
|
padding-left: 24px;
|
|
}
|
|
.row_l {
|
|
width: 565rpx;
|
|
height: 100%;
|
|
}
|
|
|
|
.row_title{
|
|
margin-top: 38rpx;
|
|
display: flex;
|
|
}
|
|
.name{
|
|
flex: 1;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 30rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
letter-spacing: 0px;
|
|
color: #333333;
|
|
}
|
|
.row_img{
|
|
display: inline-block;
|
|
}
|
|
.row_img image{
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
}
|
|
.row_p{
|
|
margin-top: 24rpx;
|
|
word-wrap:break-word;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 28rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
line-height: 36rpx;
|
|
letter-spacing: 0px;
|
|
color: #666666;
|
|
}
|
|
.row_r{
|
|
/* width: 75rpx; */
|
|
height: 100%;
|
|
text-align: right;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-flex-direction: row-reverse;
|
|
flex-direction: row-reverse;
|
|
position: relative;
|
|
padding: 0 40rpx;
|
|
}
|
|
.row_r::before{
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
width: 2rpx;
|
|
height: 66rpx;
|
|
background-color: #ebebeb;
|
|
}
|
|
.row_r image{
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
}
|
|
|
|
|
|
.default{
|
|
color: red;
|
|
} |