金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

67 lines
1.2 KiB

#self-shop{
.search-box{
background-color: #FFFFFF;
padding: 8px 15px;
.item{
border-radius:4px;
background-color:#EEEEEE;
height: 40px;
display: flex;
align-items: center;
padding: 0 12px;
color:#909090;
font-size: 13px;
input{
flex: 1;
height: 100%;
}
view{
width: 50px;
height: 100%;
text-align: center;
line-height: 40px;
}
}
}
.shop-list{
padding:10px 15px;
.item{
background-color: #FFFFFF;
display: flex;
align-items: center;
padding:8px 15px;
margin-bottom: 10px;
.left-box{
padding-right:16px;
}
.right-box{
padding-left: 20px;
flex: 1;
overflow: hidden;
.name{
color:#333333;
font-size: 14px;
font-weight: 700;
line-height: 20px;
padding:7px 0 6px 0;
}
.adress{
color:#666666;
font-size: 12px;
line-height: 18px;
padding-bottom: 4px;
}
.mobile{
color:#666666;
font-size: 12px;
line-height: 18px;
}
}
}
}
}