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.
73 lines
1.4 KiB
73 lines
1.4 KiB
/* pages/user/address/index.wxss */
|
|
.address-item {
|
|
background: white;
|
|
margin-bottom: 20rpx;
|
|
font-size: 28rpx;
|
|
color: #333
|
|
}
|
|
page {
|
|
background: white;
|
|
}
|
|
.address-item-top {
|
|
padding: 20rpx;
|
|
border-bottom: 1rpx solid #E5E5E5;
|
|
}
|
|
.address-item-top-one {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.address-oprations {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
line-height: 60rpx;
|
|
padding: 0 20rpx;
|
|
padding-bottom: 10rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
.address-oprations .address-oprations {
|
|
padding: 0
|
|
}
|
|
.address-oprations .address-opration icon {
|
|
font-size: 20rpx;
|
|
color: #666;
|
|
margin-right: 10rpx;
|
|
line-height: 80rpx;
|
|
}
|
|
.address-oprations .address-oprations .icon-quan,.address-oprations .address-oprations .icon-gou {
|
|
font-size: 38rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.address-oprations .address-oprations .icon-gou {
|
|
color: #5CC05F;
|
|
}
|
|
.btn {
|
|
margin: 0 25rpx;
|
|
margin-top: 100rpx;
|
|
width: 700rpx;
|
|
margin-bottom: 30rpx;
|
|
line-height: 72rpx;
|
|
border-radius: 35rpx;
|
|
text-align: center;
|
|
color: white;
|
|
font-size: 36rpx;
|
|
background:linear-gradient(0deg,rgba(0,179,129,1),rgba(92,192,95,1));
|
|
}
|
|
.address {
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
margin-top: 20rpx;
|
|
}
|
|
.address-opration {
|
|
height: 46rpx;
|
|
border-radius: 23rpx;
|
|
border: 1rpx solid #999;
|
|
font-size: 24rpx;
|
|
line-height: 46rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 20rpx;
|
|
margin-left: 10rpx;
|
|
color: #666;
|
|
}
|