源文件
This commit is contained in:
22
pages/user-address/user-address.css
Normal file
22
pages/user-address/user-address.css
Normal file
@@ -0,0 +1,22 @@
|
||||
.default-address {
|
||||
display: inline-block;
|
||||
padding: 0 10rpx;
|
||||
height: 32rpx;
|
||||
line-height: 32rpx;
|
||||
background: #FFEFC2;
|
||||
color: #B77717;
|
||||
}
|
||||
|
||||
.address-alias {
|
||||
display: inline-block;
|
||||
padding: 0 10rpx;
|
||||
height: 32rpx;
|
||||
line-height: 32rpx;
|
||||
}
|
||||
|
||||
/**
|
||||
* 底部按钮
|
||||
*/
|
||||
.bottom-fixed .submit-list .btn {
|
||||
width: calc(50% - 10rpx);
|
||||
}
|
||||
Reference in New Issue
Block a user