shopxo/sourcecode/toutiao/default/pages/user-address/user-address.ttss
2020-11-21 16:42:35 +08:00

44 lines
828 B
Plaintext
Executable File

.item {
padding: 10rpx 10rpx 0 10rpx;
}
.base, .address, .operation {
padding: 20rpx 0;
}
.address .item-icon {
width: 30rpx;
height: 35rpx !important;
}
.address-alias {
border: 1px solid #d2364c;
color: #d2364c;
padding: 2rpx 10rpx;
border-radius: 6rpx;
margin-right: 10rpx;
}
.address .text {
line-height: 44rpx;
width: calc(100% - 40rpx);
}
.operation .default {
margin-top: 5rpx;
}
.operation .default .item-icon {
width: 50rpx;
height: 50rpx !important;
margin-right: 10rpx;
vertical-align: middle;
}
.operation .submit-items button:not(:last-child) {
margin-right: 20rpx;
}
.page {
padding-bottom: 85rpx;
}
.submit-list button {
width: 50%;
}
.submit-list .import-system-address-submit {
background: #07c160 !important;
right: 0;
left: auto;
}