first commit
This commit is contained in:
50
unpackage/dist/dev/mp-weixin/pages/address/add.wxss
vendored
Normal file
50
unpackage/dist/dev/mp-weixin/pages/address/add.wxss
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
/* 水平间距 */
|
||||
/* 水平间距 */
|
||||
.address-add.data-v-ef9226d4 {
|
||||
width: 100%;
|
||||
padding: 0rpx 0 180rpx;
|
||||
}
|
||||
.address-add .from-address.data-v-ef9226d4 {
|
||||
background-color: #fff;
|
||||
height: 110rpx;
|
||||
padding: 0rpx 20rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.address-add .from-address .title.data-v-ef9226d4 {
|
||||
width: 150rpx;
|
||||
font-size: 28rpx;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
.address-add .from-address .content.data-v-ef9226d4 {
|
||||
flex: 1;
|
||||
height: 100rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-bottom: 1rpx solid #f6f6f6;
|
||||
}
|
||||
.address-add .bottom-btn.data-v-ef9226d4 {
|
||||
width: 100%;
|
||||
height: 150rpx;
|
||||
padding: 30rpx;
|
||||
background-color: #ffffff;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
border-radius: 20rpx 20rpx 0 0;
|
||||
box-shadow: 0px 6rpx 16rpx 2rpx rgba(170, 170, 170, 0.35);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.address-add .bottom-btn .button-a.data-v-ef9226d4 {
|
||||
width: 690rpx;
|
||||
height: 90rpx;
|
||||
background: #799675;
|
||||
border-radius: 15rpx;
|
||||
text-align: center;
|
||||
font-size: 30rpx;
|
||||
color: #ffffff;
|
||||
line-height: 90rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user