Initial Commit
This commit is contained in:
121
pages/my/my_address/my_address.wxss
Normal file
121
pages/my/my_address/my_address.wxss
Normal file
@ -0,0 +1,121 @@
|
||||
page{
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.contAll {
|
||||
width: 750rpx;
|
||||
background-color: #ffffff;
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 720rpx;
|
||||
height: 80rpx;
|
||||
background-color: #ffffff;
|
||||
line-height: 80rpx;
|
||||
font-size: 32rpx;
|
||||
color: #333333;
|
||||
padding-left: 30rpx;
|
||||
border-bottom: 2rpx solid #f9f9f9;
|
||||
}
|
||||
|
||||
.cont {
|
||||
width: 690rpx;
|
||||
padding: 30rpx;
|
||||
}
|
||||
|
||||
.contL {
|
||||
width: 590rpx;
|
||||
}
|
||||
|
||||
.details {
|
||||
max-width: 460rpx;
|
||||
position: relative;
|
||||
font-size: 28rpx;
|
||||
color: #444444;
|
||||
line-height: 40rpx;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.default {
|
||||
width: 80rpx;
|
||||
height: 40rpx;
|
||||
background-color: #ee7b1e;
|
||||
border-radius: 20rpx;
|
||||
line-height: 40rpx;
|
||||
text-align: center;
|
||||
font-size: 24rpx;
|
||||
color: #ffffff;
|
||||
position: absolute;
|
||||
right: -130rpx;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.phone {
|
||||
font-size: 24rpx;
|
||||
color: #999999;
|
||||
line-height: 40rpx;
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
|
||||
.select {
|
||||
width: 50rpx;
|
||||
height: 50rpx;
|
||||
}
|
||||
|
||||
.select image {
|
||||
width: 50rpx;
|
||||
height: 50rpx;
|
||||
}
|
||||
|
||||
.btnAll {
|
||||
width: 750rpx;
|
||||
height: 80rpx;
|
||||
background-color: #ffffff;
|
||||
border-top: 1rpx #eeeeee solid;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.btnAll .btn {
|
||||
width: 50%;
|
||||
text-align: center;
|
||||
font-size: 28rpx;
|
||||
color: #666666;
|
||||
line-height: 80rpx;
|
||||
}
|
||||
|
||||
.btnX {
|
||||
width: 2rpx;
|
||||
height: 56rpx;
|
||||
background-color: #eeeeee;
|
||||
position: absolute;
|
||||
top: 12rpx;
|
||||
left: 374rpx;
|
||||
}
|
||||
|
||||
.add {
|
||||
width: 690rpx;
|
||||
height: 80rpx;
|
||||
background-color: #ee7b1e;
|
||||
border-radius: 40rpx;
|
||||
font-size: 34rpx;
|
||||
line-height: 80rpx;
|
||||
text-align: center;
|
||||
color: #f0f0f0;
|
||||
position: fixed;
|
||||
bottom: 80rpx;
|
||||
left: 30rpx;
|
||||
}
|
||||
|
||||
.empty {
|
||||
width: 344rpx;
|
||||
margin: 300rpx auto;
|
||||
font-size: 24rpx;
|
||||
color: #999999;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.empty image {
|
||||
width: 344rpx;
|
||||
height: 198rpx;
|
||||
margin-bottom: 50rpx;
|
||||
}
|
Reference in New Issue
Block a user