Init Repo

This commit is contained in:
root
2019-09-06 23:53:10 +08:00
commit f0ef89dfbb
7905 changed files with 914138 additions and 0 deletions

View 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;
}