You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
168
static/app/css/store_home.css
Executable file
168
static/app/css/store_home.css
Executable file
@ -0,0 +1,168 @@
|
||||
/* 6p */
|
||||
|
||||
@media all and (min-width: 376px) {
|
||||
.mui-slider {
|
||||
height: 210px;
|
||||
}
|
||||
.mui-slider-item {
|
||||
height: 210px;
|
||||
}
|
||||
.mui-slider .mui-slider-item img {
|
||||
height: 210px;
|
||||
width: 100%;
|
||||
}
|
||||
.con {
|
||||
|
||||
}
|
||||
.cnxh_block img {
|
||||
max-width: 188px;
|
||||
max-height: 188px;
|
||||
width: 95%;
|
||||
}
|
||||
.cnxh_block_info {
|
||||
background: white;
|
||||
max-width: 188px;
|
||||
width: 95%;
|
||||
height: 66px;
|
||||
margin: -5px auto 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* 6 */
|
||||
|
||||
@media all and (min-width: 321px) and (max-width: 375px) {
|
||||
.mui-slider {
|
||||
height: 190px;
|
||||
}
|
||||
.mui-slider-item {
|
||||
height: 190px;
|
||||
}
|
||||
.mui-slider .mui-slider-item img {
|
||||
height: 190px;
|
||||
width: 100%;
|
||||
}
|
||||
.cnxh_block img {
|
||||
max-width: 168px;
|
||||
max-height: 168px;
|
||||
width: 95%;
|
||||
}
|
||||
.cnxh_block_info {
|
||||
background: white;
|
||||
max-width: 168px;
|
||||
width: 95%;
|
||||
height: 66px;
|
||||
margin: -5px auto 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* 5 */
|
||||
|
||||
@media all and (max-width: 320px) {
|
||||
.mui-slider {
|
||||
height: 162.5;
|
||||
}
|
||||
.mui-slider-item {
|
||||
height: 162.5;
|
||||
}
|
||||
.mui-slider .mui-slider-item img {
|
||||
height: 162.5;
|
||||
width: 100%;
|
||||
}
|
||||
.cnxh_block img {
|
||||
max-width: 144px;
|
||||
width: 95%;
|
||||
max-height: 144px;
|
||||
}
|
||||
.cnxh_block_info {
|
||||
background: white;
|
||||
max-width: 144px;
|
||||
width: 95%;
|
||||
height: 66px;
|
||||
margin: -5px auto 0;
|
||||
}
|
||||
}
|
||||
|
||||
.label {
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
.l_block {
|
||||
width: 25%;
|
||||
border-right: 1px solid #e6e6e6;
|
||||
border-bottom: 1px solid #e6e6e6;
|
||||
background: white;
|
||||
text-align: center;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
color: #525252;
|
||||
font-size: 12px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.lbrr {
|
||||
border-right: none;
|
||||
}
|
||||
.cnxh_con{
|
||||
padding: 2%;
|
||||
}
|
||||
.cnxh_block {
|
||||
width: 50%;
|
||||
text-align: center;
|
||||
float: left;
|
||||
background: #EFEFEF;
|
||||
border-bottom: 6px solid #efefef;
|
||||
}
|
||||
|
||||
.s_name {
|
||||
font-size: 13.2px;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.s_name o {
|
||||
font-size: 10.8px;
|
||||
background: #f02e45;
|
||||
color: white;
|
||||
padding: 2px;
|
||||
border-radius: 3px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.cnxh_block_info {
|
||||
text-align: left;
|
||||
padding: 2px;
|
||||
height: 95px;
|
||||
}
|
||||
|
||||
.cost {
|
||||
margin: 0;
|
||||
margin-top: 5px;
|
||||
font-size: 13.2px;
|
||||
color: #f45549;
|
||||
}
|
||||
|
||||
.cost del {
|
||||
color: #8d8d8d;
|
||||
font-size: 10.8px;
|
||||
}
|
||||
.cost o{
|
||||
color: white;
|
||||
font-size: 10.8px;
|
||||
background: #E5132C;
|
||||
border-radius: 3px;
|
||||
line-height: 10.8px;
|
||||
padding-top: 1px;
|
||||
}
|
||||
.cost_info{
|
||||
color: #E51329;
|
||||
font-size: 9.6px;
|
||||
background: #dfc4c4;
|
||||
line-height: 10px;
|
||||
padding: 4px 3px 1px;
|
||||
display: inline-block;
|
||||
}
|
Reference in New Issue
Block a user