You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

111 lines
1.7 KiB
Plaintext

9 months ago
/* pages/order/address/address.wxss */
page {
background-color: #eee;
}
.address_add {
position: relative;
margin: 10rpx 0rpx;
/* padding-left: 25rpx; */
width: 100%;
height: 100rpx;
font-size: 14px;
line-height: 100rpx;
background-color: white;
}
.address_list {
position: relative;
width: 100%;
top: 0rpx;
bottom: 80rpx;
}
.address_left {
width: 30rpx;
height: 30rpx;
line-height: 32rpx;
padding-left: 25rpx;
}
.address_right {
position: absolute;
margin-top: 10rpx;
right: 60rpx;
text-align: center;
width: 30rpx;
height: 30rpx;
line-height: 80rpx;
color: gray;
font-weight: bold;
}
.address_info {
width: 100%;
height: 50rpx;
padding-left: 25rpx;
line-height: 50rpx;
font-size: 10px;
color: #ccc9c9;
}
.address_item {
position: relative;
padding: 5rpx 0rpx;
width: 100%;
height: 150rpx;
border-bottom: 1px solid #eee;
background-color: white;
}
.address_item .line_left {
position: relative;
float: left;
width: 75%;
height: 100%;
}
.address_item .line_right {
position: relative;
float: right;
width: 140rpx;
height: 100%;
font-size: 14px;
text-align: center;
line-height: 140rpx;
color: gray;
border-left: 1px solid gainsboro;
}
.address_item .line_one {
margin-top: 5px;
font-size: 14px;
width: 100%;
height: 70rpx;
line-height: 70rpx;
padding-left: 25rpx;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.address_item .line_two {
font-size: 14px;
width: 100%;
height: 50%;
line-height: 60rpx;
padding-left: 25rpx;
}
button{
padding: 0px;
margin: 0px;
border-radius: 0;
text-align: left;
}
button::after{
border: none;
}