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.
55 lines
763 B
55 lines
763 B
/* pages/similar/similar.wxss */
|
|
.shop{
|
|
background: #fff;
|
|
padding: 4%;
|
|
margin-bottom: 10px;
|
|
border-bottom:1px solid #eee;
|
|
}
|
|
.cz{
|
|
width: 100%;
|
|
background: #FF6347;
|
|
color: #fff;
|
|
border-radius:0;
|
|
}
|
|
.sh_slt{
|
|
width: 80px;
|
|
height: 80px;
|
|
overflow: hidden;
|
|
border-radius: 5px;
|
|
margin-right: 4%;
|
|
float: left;
|
|
}
|
|
.sp_text{
|
|
margin-left: 10rpx;
|
|
line-height: 20px;
|
|
width: 100%;
|
|
height:100%;
|
|
}
|
|
.sp_tit{
|
|
margin-top: 15rpx;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
font-size: 14px;
|
|
}
|
|
.sp_neb{
|
|
width: 100%;
|
|
overflow: hidden;
|
|
font-size: 12px;
|
|
color: #999;
|
|
}
|
|
.sp_jg{
|
|
width: 100%;
|
|
overflow: hidden;
|
|
font-size: 14px;
|
|
color: #fc0628;
|
|
}
|
|
.dle{
|
|
color: #999;
|
|
font-size: 12px;
|
|
float: right;
|
|
}
|
|
.dibu{
|
|
position: fixed;
|
|
bottom:0;
|
|
width: 100%;
|
|
}
|