91 lines
1.9 KiB
Plaintext
91 lines
1.9 KiB
Plaintext
.page-body.data-v-0a907f67 {
|
|
padding: 24rpx 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
box-sizing: border-box;
|
|
}
|
|
.addressListPage.data-v-0a907f67 {
|
|
width: 100%;
|
|
height: calc(100vh - 200rpx);
|
|
}
|
|
.addressListPage.data-v-0a907f67 ::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
.address-card.data-v-0a907f67 {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 24rpx 0;
|
|
background: #fff;
|
|
}
|
|
.address-card + .address-card.data-v-0a907f67 {
|
|
margin-top: 16rpx;
|
|
}
|
|
.card-left.data-v-0a907f67 {
|
|
flex: 8;
|
|
padding-left: 32rpx;
|
|
}
|
|
.address-title.data-v-0a907f67 {
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
padding-right: 40rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
.address-other.data-v-0a907f67 {
|
|
font-size: 24rpx;
|
|
color: #a1a1a1;
|
|
}
|
|
.tip-moren.data-v-0a907f67 {
|
|
font-size: 18rpx;
|
|
color: #ffffff;
|
|
width: 40rpx;
|
|
text-align: center;
|
|
background: linear-gradient(to right, #a17356, #d8aa8b);
|
|
border-radius: 2rpx;
|
|
margin-left: 8rpx;
|
|
height: 26rpx;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
.card-right.data-v-0a907f67 {
|
|
flex: 1.5;
|
|
padding-right: 32rpx;
|
|
text-align: right;
|
|
}
|
|
.bottonBtnBox.data-v-0a907f67 {
|
|
width: 100%;
|
|
height: 200rpx;
|
|
box-sizing: border-box;
|
|
padding-top: 12rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 32rpx;
|
|
}
|
|
.bottonBtnBox .getWxAddress.data-v-0a907f67 {
|
|
width: calc(50% - 16rpx);
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
text-align: center;
|
|
font-size: 30rpx;
|
|
box-sizing: border-box;
|
|
border-radius: 12rpx;
|
|
color: #1f1f1f;
|
|
border: 1px solid #62605f;
|
|
display: inline-block;
|
|
}
|
|
.bottonBtnBox .btn.data-v-0a907f67 {
|
|
height: 88rpx;
|
|
width: calc(50% - 16rpx);
|
|
line-height: 88rpx;
|
|
background: linear-gradient(to right, #1f1f1f, #62605f);
|
|
color: #f0dccf;
|
|
text-align: center;
|
|
font-size: 30rpx;
|
|
margin-left: 5%;
|
|
border-radius: 12rpx;
|
|
}
|
|
|