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.
97 lines
1.5 KiB
97 lines
1.5 KiB
/* pages/selectAddress/selectAddress.wxss */
|
|
.content {
|
|
padding: 21rpx 14rpx 0 14rpx;
|
|
// padding-bottom: 200rpx;
|
|
}
|
|
.padding {
|
|
height: 200rpx;
|
|
}
|
|
|
|
.list {
|
|
background: #FFFFFF;
|
|
box-shadow: 0rpx 3rpx 14rpx 0rpx rgba(54, 77, 65, 0.1);
|
|
border-radius: 14rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 20rpx;
|
|
padding: 42rpx 33rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.list .left {
|
|
flex: 1;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.list .left .top {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.list .left .top .warehouse {
|
|
font-weight: 500;
|
|
font-size: 29rpx;
|
|
color: #06CA64;
|
|
}
|
|
|
|
.list .left .top .name {
|
|
font-weight: 400;
|
|
font-size: 29rpx;
|
|
color: #333333;
|
|
margin-left: 51rpx;
|
|
}
|
|
|
|
.list .left .top .phone {
|
|
font-weight: 400;
|
|
font-size: 29rpx;
|
|
color: #333333;
|
|
margin-left: 51rpx;
|
|
}
|
|
|
|
.list .left .under {
|
|
font-weight: 400;
|
|
font-size: 29rpx;
|
|
color: #333333;
|
|
margin-top: 45rpx;
|
|
}
|
|
|
|
.list .right {}
|
|
|
|
.btn-box {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 56rpx;
|
|
width: 100%;
|
|
padding: 0 34rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.btn-box .btn {
|
|
background: #06CA64;
|
|
border-radius: 80rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-weight: 400;
|
|
font-size: 33rpx;
|
|
padding: 26rpx 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.not-data{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
margin-top: 160rpx;
|
|
}
|
|
|
|
.not-data .icon {
|
|
width: 373rpx;
|
|
height: 254rpx;
|
|
}
|
|
|
|
.not-data .text {
|
|
margin-top: 24rpx;
|
|
font-weight: 400;
|
|
font-size: 29rpx;
|
|
color: #666666;
|
|
}
|