|
|
@ -3,6 +3,9 @@
|
|
|
|
padding: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 列表的样式212206213邓泽玉
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
.list .item {
|
|
|
|
.list .item {
|
|
|
|
width: 48%;
|
|
|
|
width: 48%;
|
|
|
@ -12,11 +15,11 @@
|
|
|
|
background: #fff;
|
|
|
|
background: #fff;
|
|
|
|
margin: 2px 1%;
|
|
|
|
margin: 2px 1%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**列表项目的样式**/
|
|
|
|
.list .item .goods_img image {
|
|
|
|
.list .item .goods_img image {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**货物信息名字**/
|
|
|
|
.list .item .goods_info .goods_name {
|
|
|
|
.list .item .goods_info .goods_name {
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
@ -29,7 +32,7 @@
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-box;
|
|
|
|
word-break: break-all;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**货物价格**/
|
|
|
|
.list .item .goods_info .goods_price {
|
|
|
|
.list .item .goods_info .goods_price {
|
|
|
|
font-style: normal;
|
|
|
|
font-style: normal;
|
|
|
|
font-family: JDZH-Regular, sans-serif;
|
|
|
|
font-family: JDZH-Regular, sans-serif;
|
|
|
@ -38,7 +41,7 @@
|
|
|
|
line-height: 1.5rem;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
color: #ff4142;
|
|
|
|
color: #ff4142;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**新货物的信息**/
|
|
|
|
.list .item .goods_info .goods_price text{
|
|
|
|
.list .item .goods_info .goods_price text{
|
|
|
|
font-size: 1rem;
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
}
|