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.
54 lines
703 B
54 lines
703 B
page{
|
|
height: 100%;
|
|
background:#eee;
|
|
}
|
|
|
|
.shop{
|
|
background: #fff;
|
|
margin:1%;
|
|
width:30%;
|
|
float:left;
|
|
}
|
|
.dibu{
|
|
position:fixed;
|
|
bottom:0;
|
|
width:100%;
|
|
|
|
}
|
|
.sh_slt{
|
|
width: 100%;
|
|
height: 110px;
|
|
overflow: hidden;
|
|
float: left;
|
|
}
|
|
.sp_text{
|
|
/* float: left; */
|
|
line-height: 20px;
|
|
width: 100%;
|
|
}
|
|
.sp_tit{
|
|
width: 70%;
|
|
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;
|
|
}
|
|
.top{
|
|
padding: 4%;
|
|
font-size:12px;
|
|
}
|