Initial Commit
This commit is contained in:
176
pages/index/index_address/index_address.wxss
Normal file
176
pages/index/index_address/index_address.wxss
Normal file
@ -0,0 +1,176 @@
|
||||
/* pages/index/index_address/index_address.wxss */
|
||||
page{
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.top {
|
||||
height: 100rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 0 30rpx;
|
||||
}
|
||||
|
||||
.top_fi {
|
||||
width: 100%;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.search {
|
||||
font-size: 24rpx;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 60rpx;
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 40rpx;
|
||||
padding-left: 39rpx;
|
||||
}
|
||||
.search_address{
|
||||
width: 100rpx;
|
||||
}
|
||||
.search_l{
|
||||
width: 2rpx;
|
||||
height: 36rpx;
|
||||
background-color: #d2d2d2;
|
||||
border-radius: 1rpx;
|
||||
}
|
||||
.search_down{
|
||||
width: 14rpx;
|
||||
height: 8rpx;
|
||||
margin: 0 20rpx 0 14rpx;
|
||||
}
|
||||
.search_icon{
|
||||
width: 32rpx;
|
||||
height: 32rpx;
|
||||
margin:0 20rpx 0 30rpx;
|
||||
}
|
||||
.search input {
|
||||
width: 400rpx;
|
||||
}
|
||||
|
||||
.sear {
|
||||
font-size: 24rpx;
|
||||
color: #999;
|
||||
padding-left: 30rpx;
|
||||
}
|
||||
.new{
|
||||
padding: 0 30rpx;
|
||||
height: 75rpx;
|
||||
line-height: 75rpx;
|
||||
font-size: 28rpx;
|
||||
color: #999999;
|
||||
}
|
||||
.new_address{
|
||||
width:690rpx;
|
||||
padding: 0 30rpx;
|
||||
height: 100rpx;
|
||||
background-color: #ffffff;
|
||||
border-radius: 20rpx;
|
||||
}
|
||||
.new_address__l{
|
||||
font-size: 32rpx;
|
||||
color: #333333;
|
||||
width: 450rpx;
|
||||
}
|
||||
.new_address__r{
|
||||
font-size: 24rpx;
|
||||
color: #2fa4f5;
|
||||
}
|
||||
.new_address__r image{
|
||||
width: 23rpx;
|
||||
height: 34rpx;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
|
||||
.title{
|
||||
font-size: 28rpx;
|
||||
color: #999999;
|
||||
padding: 30rpx 30rpx 0;
|
||||
line-height: 70rpx;
|
||||
}
|
||||
.address-all{
|
||||
width: 750rpx;
|
||||
background-color: #ffffff;
|
||||
border-radius: 20rpx;
|
||||
}
|
||||
.address{
|
||||
width: 690rpx;
|
||||
padding:20rpx 30rpx;
|
||||
/* height: 90rpx; */
|
||||
border-bottom: 1rpx #e5e5e5 solid;
|
||||
}
|
||||
.address:last-child{
|
||||
border-bottom:none;
|
||||
}
|
||||
.address-l{
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-content: space-between;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.address-cont{
|
||||
font-size: 28rpx;
|
||||
color: #333333;
|
||||
width: 100%;
|
||||
line-height: 40rpx;
|
||||
}
|
||||
.address-cont1{
|
||||
width:400rpx;
|
||||
}
|
||||
.address-cont2{
|
||||
font-size: 28rpx;
|
||||
color: #999999;
|
||||
width: 280rpx;
|
||||
text-align: right;
|
||||
}
|
||||
.address-name{
|
||||
font-size: 32rpx;
|
||||
color: #999999;
|
||||
}
|
||||
.address-name text{
|
||||
margin-left: 40rpx;
|
||||
}
|
||||
.address-r {
|
||||
height: 100%;
|
||||
}
|
||||
.address-r image{
|
||||
width: 33rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
.location-name{
|
||||
font-size:28rpx;
|
||||
color: #999999;
|
||||
width: 100%;
|
||||
line-height: 30rpx;
|
||||
margin-top: 15rpx;
|
||||
}
|
||||
.location-name text{
|
||||
width: 2rpx;
|
||||
height: 30rpx;
|
||||
background-color: #a0a0a0;
|
||||
margin: 0 20rpx;
|
||||
}
|
||||
.l-location{
|
||||
width: 155rpx;
|
||||
}
|
||||
.l-name{
|
||||
width: 480rpx;
|
||||
}
|
||||
|
||||
.add{
|
||||
width: 750rpx;
|
||||
height: 100rpx;
|
||||
line-height: 100rpx;
|
||||
background-color: #ffffff;
|
||||
font-size: 28rpx;
|
||||
color: #ee7b1e;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
.empty{
|
||||
font-size: 28rpx;
|
||||
color: #999999;
|
||||
}
|
Reference in New Issue
Block a user