98 lines
2.0 KiB
Plaintext
98 lines
2.0 KiB
Plaintext
/* packageB/member/addressManage/addressManage.wxss */
|
|
.hand-withdraw {
|
|
padding-top: 80rpx;
|
|
padding-bottom: 90rpx;
|
|
}
|
|
|
|
.hand-withdraw .manage-box {
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.hand-withdraw .manage-box .box .box-item {
|
|
background-color: #fff;
|
|
padding-top: 28rpx;
|
|
padding-bottom: 20rpx;
|
|
padding-left: 28rpx;
|
|
padding-right: 28rpx;
|
|
margin-bottom: 20rpx;
|
|
border-top: solid 2rpx #ebebeb;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
}
|
|
|
|
.hand-withdraw .manage-box .box .box-item .where {
|
|
text-align: left;
|
|
padding-bottom: 20rpx;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.hand-withdraw .manage-box .box .box-item .choose {
|
|
margin-top: 20rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.hand-withdraw .manage-box .box .box-item .choose .left {
|
|
display: flex;
|
|
}
|
|
|
|
.hand-withdraw .manage-box .box .box-item .choose .left .delete {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.hand-withdraw .manage-box .box .box-item .choose .left .delete .del-text {
|
|
margin-left: 16rpx;
|
|
color: #797979;
|
|
}
|
|
|
|
.hand-withdraw .manage-box .box .box-item .choose .left .edit {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 40rpx;
|
|
}
|
|
|
|
.hand-withdraw .manage-box .box .box-item .choose .left .edit .edit-text {
|
|
margin-left: 16rpx;
|
|
color: #797979;
|
|
}
|
|
|
|
.hand-withdraw .manage-box .box .box-item .choose .right {
|
|
color: #f15353 !important;
|
|
}
|
|
|
|
.hand-withdraw .manage-box .add-address {
|
|
width: 100%;
|
|
height: 90rpx;
|
|
background-color: #f15353;
|
|
position: fixed;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
bottom: 0;
|
|
z-index: 99;
|
|
}
|
|
|
|
.hand-withdraw .manage-box .add-address .new-add {
|
|
margin: 0 auto;
|
|
margin-top: 28rpx;
|
|
}
|
|
|
|
.hand-withdraw .manage-box .add-address .new-add image {
|
|
float: left;
|
|
top: 26rpx;
|
|
}
|
|
|
|
.hand-withdraw .manage-box .add-address .new-add .dizhi {
|
|
float: left;
|
|
font-size: 28rpx;
|
|
color: white;
|
|
line-height: 36rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.hand-withdraw.pcStyle .add-address {
|
|
width: 700rpx;
|
|
}
|