You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
39
static/app2/css/collect_commodity.css
Executable file
39
static/app2/css/collect_commodity.css
Executable file
@ -0,0 +1,39 @@
|
||||
.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;
|
||||
}
|
Reference in New Issue
Block a user