You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
67
static/app2/css/store_new.css
Executable file
67
static/app2/css/store_new.css
Executable file
@ -0,0 +1,67 @@
|
||||
/* 6p */
|
||||
|
||||
@media all and (min-width: 376px) {
|
||||
.ct_con img {
|
||||
height: 414px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* 6 */
|
||||
|
||||
@media all and (min-width: 321px) and (max-width: 375px) {
|
||||
.ct_con img {
|
||||
height: 375px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* 5 */
|
||||
|
||||
@media all and (max-width: 320px) {
|
||||
.ct_con img {
|
||||
height: 320px;
|
||||
}
|
||||
}
|
||||
|
||||
.co_title {
|
||||
width: 100%;
|
||||
height: 24px;
|
||||
padding: 0 5%;
|
||||
}
|
||||
|
||||
.co_title p {
|
||||
width: 120px;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
float: left;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.hengxian {
|
||||
width: calc(50% - 60px);
|
||||
height: 1px;
|
||||
border-top: 1px solid #909090;
|
||||
float: left;
|
||||
margin-top: 11px;
|
||||
}
|
||||
|
||||
.con .con_one .cnxh_con {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.con .con_one .cnxh_con .cnxh_block {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.ct_con img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ct_con{
|
||||
background: #fff;
|
||||
}
|
Reference in New Issue
Block a user