qlg.tsgz.moe/static/app2/css/collect_commodity.css
2019-09-06 23:53:10 +08:00

40 lines
592 B
CSS
Executable File

.con{
}
.row{
width: 100%;
height: 127px;
background: white;
}
.row img{
float: left;
width: 126px;
height: 127px;
border-bottom: 1px solid #fff;
}
.row .row_r{
width: calc(100% - 130px);
height: 127px;
border-bottom: 1px solid #e6e6e6;
float: right;
position: relative;
}
.row_r p{
font-size: 12px;
color: black;
padding-top: 9px;
padding-left: 6px;
padding-right: 6px;
}
.row_r .cost{
position: absolute;
color: #e5142a;
font-size: 13.2px;
bottom: 6px;
}
.qxsc{
position: absolute;bottom: 6px;
right: 6px;
padding: 3px 6px;
}