113 lines
1.8 KiB
Plaintext
113 lines
1.8 KiB
Plaintext
|
|
/**
|
|
* 亿时代
|
|
*/
|
|
|
|
.address-list{
|
|
border-bottom: 110rpx solid transparent;
|
|
}
|
|
|
|
.address{
|
|
padding: 20rpx 30rpx;
|
|
border-bottom: solid 20rpx #f2f2f2;
|
|
background: white;
|
|
}
|
|
|
|
.address-name{
|
|
font-size: 32rpx;
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
.address-name text{
|
|
color: #747788;
|
|
padding-left: 10rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.address-info{
|
|
padding-bottom: 20rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.address-tool{
|
|
overflow: hidden;
|
|
}
|
|
|
|
.address-info-tag{
|
|
background: #30bb29;
|
|
margin-right: 20rpx;
|
|
padding: 0 10rpx;
|
|
height: 32rpx;
|
|
line-height: 32rpx;
|
|
color: white;
|
|
font-size: 22rpx;
|
|
border-radius: 4rpx;
|
|
margin-top: 6rpx;
|
|
}
|
|
|
|
.address-tool-btn{
|
|
margin-left: 30rpx;
|
|
float: right;
|
|
border:solid 1rpx #c0c0c0;
|
|
height: 46rpx;
|
|
line-height: 44rpx;
|
|
padding: 0 30rpx;
|
|
border-radius: 6rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.address-tool-btn.yellow {
|
|
border:solid 1rpx #f57e32;
|
|
color: #f57e32;
|
|
padding: 0 14rpx;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
.address-tool-btn.acitve{
|
|
float: left;
|
|
margin-left: 0;
|
|
padding: 0;
|
|
border: none;
|
|
color: #747788;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.address-tool-btn.acitve image{
|
|
margin-right: 10rpx;
|
|
vertical-align: -7rpx;
|
|
}
|
|
|
|
.address-tool-btn image {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-right: 4rpx;
|
|
vertical-align: -6rpx;
|
|
}
|
|
|
|
/* footer */
|
|
|
|
.address-footer{
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
padding-left: 30rpx;
|
|
padding-right: 30rpx;
|
|
background: white;
|
|
z-index: 9;
|
|
height: 110rpx;
|
|
}
|
|
|
|
.address-footer navigator{
|
|
width: 100%;
|
|
line-height: 80rpx;
|
|
height: 80rpx;
|
|
margin: 15rpx 0;
|
|
text-align: center;
|
|
background: #f57e32;
|
|
font-size: 30rpx;
|
|
color: white;
|
|
border-radius: 10rpx
|
|
}
|