You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
1.1 KiB
84 lines
1.1 KiB
/* pages/shdz/shdz.wxss */
|
|
|
|
#address {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.address_item {
|
|
border-bottom: solid 1px #ececec;
|
|
padding: 40rpx 25rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.address_left .text1 {
|
|
color: #262626;
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.text_other {
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.address_right {
|
|
font-size: 30rpx;
|
|
color: #262626;
|
|
}
|
|
|
|
.address_set {
|
|
padding: 20px 25rpx;
|
|
border-bottom: solid 1px #ececec;
|
|
background: #fff;
|
|
justify-content: center;
|
|
}
|
|
|
|
.address_set text {
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.address_set .default {
|
|
color: #2c9fe1;
|
|
width: 71%;
|
|
align-items: center;
|
|
height: 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.address_set .default image {
|
|
margin-right: 15px;
|
|
width: 29rpx;
|
|
height: 29rpx;
|
|
}
|
|
|
|
.address_set .edit image {
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.edit {
|
|
color: #7d7d7d;
|
|
width: 15%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.de_color {
|
|
color: #7d7d7d;
|
|
}
|
|
|
|
.submit_info {
|
|
margin-top: 0rpx;
|
|
position: absolute;
|
|
bottom: 120rpx;
|
|
}
|
|
|
|
.person-line {
|
|
width: 100%;
|
|
height: 2rpx;
|
|
background: rgb(211, 211, 211);
|
|
margin-left: 0rpx;
|
|
|
|
} |