You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
706
static/app/css/home.css
Executable file
706
static/app/css/home.css
Executable file
@ -0,0 +1,706 @@
|
||||
body {
|
||||
background: #efefef;
|
||||
}
|
||||
|
||||
|
||||
/* 6p */
|
||||
|
||||
@media all and (min-width: 376px) {
|
||||
.mui-slider {}
|
||||
.mui-slider-item {}
|
||||
.mui-slider .mui-slider-item img {
|
||||
width: 100%;
|
||||
}
|
||||
.time {
|
||||
width: 100%;
|
||||
height: 188px;
|
||||
background: white;
|
||||
}
|
||||
.time_con {
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
overflow: hidden;
|
||||
margin-top: -5px;
|
||||
}
|
||||
.time_con .swiper-container {
|
||||
height: 140px;
|
||||
width: 100%;
|
||||
margin-left: 12px;
|
||||
}
|
||||
.time_con .swiper-slide img {
|
||||
width: 100%;
|
||||
height: 99px;
|
||||
}
|
||||
.cnxh_block img {
|
||||
max-width: 194px;
|
||||
max-height: 194px;
|
||||
width: 95%;
|
||||
}
|
||||
.cnxh_block_info {
|
||||
background: white;
|
||||
max-width: 194px;
|
||||
width: 95%;
|
||||
margin: -5px auto 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* 6 */
|
||||
|
||||
@media all and (min-width: 321px) and (max-width: 375px) {
|
||||
.mui-slider {}
|
||||
.mui-slider-item {}
|
||||
.mui-slider .mui-slider-item img {
|
||||
width: 100%;
|
||||
}
|
||||
.time {
|
||||
width: 100%;
|
||||
height: 178px;
|
||||
background: white;
|
||||
}
|
||||
.time_con {
|
||||
width: 100%;
|
||||
height: 140px;
|
||||
overflow: hidden;
|
||||
margin-top: -5px;
|
||||
}
|
||||
.time_con .swiper-container {
|
||||
height: 130px;
|
||||
width: 100%;
|
||||
margin-left: 12px;
|
||||
}
|
||||
.time_con .swiper-slide img {
|
||||
width: 100%;
|
||||
height: 89px;
|
||||
}
|
||||
.cnxh_block img {
|
||||
max-width: 168px;
|
||||
max-height: 168px;
|
||||
width: 95%;
|
||||
}
|
||||
.cnxh_block_info {
|
||||
background: white;
|
||||
max-width: 168px;
|
||||
width: 95%;
|
||||
margin: -5px auto 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* 5 */
|
||||
|
||||
@media all and (max-width: 320px) {
|
||||
.mui-slider {}
|
||||
.mui-slider-item {}
|
||||
.mui-slider .mui-slider-item img {
|
||||
width: 100%;
|
||||
}
|
||||
.time {
|
||||
width: 100%;
|
||||
height: 178px;
|
||||
background: white;
|
||||
}
|
||||
.time_con {
|
||||
width: 100%;
|
||||
height: 130px;
|
||||
overflow: hidden;
|
||||
margin-top: -5px;
|
||||
}
|
||||
.time_con .swiper-container {
|
||||
height: 120px;
|
||||
width: 100%;
|
||||
margin-left: 12px;
|
||||
}
|
||||
.time_con .swiper-slide img {
|
||||
width: 100%;
|
||||
height: 75.5px;
|
||||
}
|
||||
.cnxh_block img {
|
||||
max-width: 144px;
|
||||
width: 95%;
|
||||
max-height: 144px;
|
||||
}
|
||||
.cnxh_block_info {
|
||||
background: white;
|
||||
max-width: 144px;
|
||||
width: 95%;
|
||||
margin: -5px auto 0;
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
/*opacity: 0;*/
|
||||
}
|
||||
|
||||
.con {
|
||||
/*height: 5000px;*/
|
||||
}
|
||||
|
||||
.mui-slider {
|
||||
height: 188px;
|
||||
}
|
||||
|
||||
.mui-slider-item {
|
||||
height: 188px;
|
||||
}
|
||||
|
||||
.header {
|
||||
width: 100%;
|
||||
height: 66px;
|
||||
z-index: 14;
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.mui-bar-transparent {
|
||||
background-color: rgba(229, 18, 43, 0);
|
||||
}
|
||||
|
||||
.search {
|
||||
float: left;
|
||||
width: calc(100% - 48px);
|
||||
height: 30px;
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
position: relative;
|
||||
margin: 24px 24px 0;
|
||||
/*border: 1px solid #f87240;*/
|
||||
/*overflow: hidden;*/
|
||||
}
|
||||
|
||||
.search img {
|
||||
width: 15px;
|
||||
float: left;
|
||||
position: absolute;
|
||||
left: 12px;
|
||||
top: 7px;
|
||||
}
|
||||
|
||||
.search span {
|
||||
color: #989898;
|
||||
font-size: 13.2px;
|
||||
position: absolute;
|
||||
left: 40px;
|
||||
top: 0;
|
||||
line-height: 34px;
|
||||
}
|
||||
|
||||
.nav {
|
||||
width: 100%;
|
||||
height: 93px;
|
||||
background: white;
|
||||
border-bottom: 6px solid #efefef;
|
||||
}
|
||||
|
||||
.nav_block {
|
||||
width: 20%;
|
||||
height: 87px;
|
||||
float: left;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.nav_block img {
|
||||
width: 51px;
|
||||
height: 51px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.nav_block p {
|
||||
color: #525252;
|
||||
font-size: 12.6px;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
margin-top: -3px;
|
||||
}
|
||||
|
||||
.msg {
|
||||
width: calc(100% - 24);
|
||||
height: 31.2px;
|
||||
background: white;
|
||||
margin: 0 12px 6px;
|
||||
border-radius: 12px;
|
||||
line-height: 31.2px;
|
||||
}
|
||||
|
||||
.msg img {
|
||||
width: 61.2px;
|
||||
margin: 6px 2%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.msg p {
|
||||
float: left;
|
||||
color: #e51329;
|
||||
line-height: 30px;
|
||||
margin: 0;
|
||||
font-size: 12xp;
|
||||
}
|
||||
|
||||
.msg marquee {
|
||||
width: 50%;
|
||||
height: 31.2px;
|
||||
line-height: 31.2px;
|
||||
font-size: 12px;
|
||||
margin-left: 2%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.msg .msg_more {
|
||||
float: left;
|
||||
color: black;
|
||||
margin-left: 2%;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.time_title {
|
||||
width: 100%;
|
||||
height: 33px;
|
||||
line-height: 38px;
|
||||
background: url(../img/miaoshabg.png) no-repeat left top;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.time_title img {
|
||||
float: left;
|
||||
width: 95.4px;
|
||||
margin-left: 4px;
|
||||
margin-top: -3px;
|
||||
}
|
||||
|
||||
.time_title p {
|
||||
float: left;
|
||||
font-size: 13.2px;
|
||||
color: black;
|
||||
margin: 0;
|
||||
margin-left: 1.5%;
|
||||
}
|
||||
|
||||
.count {
|
||||
margin-left: 1%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.count div {
|
||||
line-height: 15px;
|
||||
float: left;
|
||||
font-size: 10.8px;
|
||||
color: #fefefe;
|
||||
background: black;
|
||||
margin-top: 6px;
|
||||
padding: 3px 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.count o {
|
||||
float: left;
|
||||
font-size: 10.8px;
|
||||
line-height: 33px;
|
||||
}
|
||||
|
||||
.jxyh {
|
||||
float: right;
|
||||
font-size: 13.2px;
|
||||
color: #e51329;
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
.time_title .jxyh img {
|
||||
float: right;
|
||||
width: 13.8px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.time_con .swiper-slide p {
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
color: #e51329;
|
||||
font-size: 15.6px;
|
||||
}
|
||||
|
||||
.time_con .swiper-slide del {
|
||||
display: block;
|
||||
text-align: center;
|
||||
color: #909090;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.box {
|
||||
width: 100%;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.box .img {
|
||||
height: 15.6px;
|
||||
}
|
||||
|
||||
.box p {
|
||||
margin: 0;
|
||||
font-size: 12px;
|
||||
overflow: hidden;
|
||||
height: 21px;
|
||||
}
|
||||
|
||||
.box_1 {
|
||||
width: 50%;
|
||||
border-top: 1px solid #e6e6e6;
|
||||
border-right: 1px solid #e6e6e6;
|
||||
padding: 9px 12px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.box .box2 {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.boxcon img {
|
||||
float: left;
|
||||
width: 66px;
|
||||
height: 66px;
|
||||
margin: 0 calc((100% - 132px)/4);
|
||||
/*margin-bottom: 5px;*/
|
||||
}
|
||||
|
||||
.banner,
|
||||
.banner1 {
|
||||
width: 100%;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.banner .swiper-container,
|
||||
.banner1 .swiper-container {
|
||||
padding: 0 12px;
|
||||
}
|
||||
|
||||
.banner .swiper-container .swiper-wrapper .swiper-slide img,
|
||||
.banner1 .swiper-container .swiper-wrapper .swiper-slide img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pzss_title {
|
||||
margin: 0;
|
||||
margin-top: -9px;
|
||||
}
|
||||
|
||||
.pzss_title img {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.pzss {
|
||||
margin: 0;
|
||||
margin-top: -7px;
|
||||
width: 100%;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.pzss1 {
|
||||
width: 50%;
|
||||
border-top: 1px solid #e6e6e6;
|
||||
border-right: 1px solid #e6e6e6;
|
||||
float: left;
|
||||
padding-bottom: 9px;
|
||||
}
|
||||
|
||||
.pzss1 .p1,
|
||||
.pzss3 .p1 {
|
||||
margin: 0;
|
||||
margin-top: 6px;
|
||||
margin-left: 9px;
|
||||
color: #525252;
|
||||
font-size: 15.6px;
|
||||
overflow: hidden;
|
||||
height: 21px;
|
||||
}
|
||||
|
||||
.pzss1 .p2,
|
||||
.pzss3 .p2 {
|
||||
margin: 0;
|
||||
font-size: 12px;
|
||||
overflow: hidden;
|
||||
height: 21px;
|
||||
color: #ee5be2;
|
||||
margin-left: 9px;
|
||||
}
|
||||
|
||||
.pzss .pzss2 {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.pzss3 {
|
||||
width: 25%;
|
||||
border-top: 1px solid #e6e6e6;
|
||||
border-right: 1px solid #e6e6e6;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.pzss .pzss4 {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.pzss3 img {
|
||||
width: 66px;
|
||||
height: 66px;
|
||||
margin: 0 calc(50% - 33px);
|
||||
}
|
||||
|
||||
.gss .pzss1 .p2,
|
||||
.gss .pzss3 .p2 {
|
||||
color: #5b81ee;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
.search input {
|
||||
margin: 0;
|
||||
height: 30px;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
background: transparent;
|
||||
padding: 0 50px;
|
||||
/*padding-left: 50px;*/
|
||||
}
|
||||
.search select{
|
||||
border:1px solid red;
|
||||
position: absolute;
|
||||
width: 50px;
|
||||
height: 29px;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
border-radius: 0;
|
||||
padding-left: 10px;
|
||||
padding-top: 2px;
|
||||
}
|
||||
.mui-backdrop {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 998;
|
||||
background-color: rgba(0,0,0,.3);
|
||||
}
|
||||
.mui-backdrop img{
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%,-50%);
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
|
||||
.self_shop{
|
||||
width: calc(100% - 18px);
|
||||
height: 204px;
|
||||
background: white;
|
||||
margin: 0 9px;
|
||||
position: relative;
|
||||
}
|
||||
.ss_left{
|
||||
height: 204px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 147px;
|
||||
}
|
||||
.self_shop .img{
|
||||
float: left;
|
||||
height: 204px;
|
||||
display: block;
|
||||
width: 147px;
|
||||
}
|
||||
|
||||
.sp1{
|
||||
position: absolute;
|
||||
color: #FFFFFF;
|
||||
font-size: 13.2px;
|
||||
top: 12px;
|
||||
left: 12px;
|
||||
}
|
||||
|
||||
.sp2{
|
||||
position: absolute;
|
||||
color: #FFFFFF;
|
||||
font-size: 12px;
|
||||
top: 45px;
|
||||
left: 12px;
|
||||
}
|
||||
|
||||
.sp3{
|
||||
position: absolute;
|
||||
color: #FFFFFF;
|
||||
font-size: 12px;
|
||||
top: 63px;
|
||||
left: 12px;
|
||||
}
|
||||
|
||||
.ss_left img{
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
left: 15px;
|
||||
bottom: 15px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.ss_right{
|
||||
position: absolute;
|
||||
width: calc(100% - 147px);
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.ssr_top{
|
||||
width: 100%;
|
||||
height: 90px;
|
||||
border-bottom: 1px solid #efefef;
|
||||
position: relative;
|
||||
}
|
||||
.ssr_left,.ssr_right{
|
||||
width: 49.5%;
|
||||
height: 113px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
.ssr_left{
|
||||
left: 0;
|
||||
border-right: 1px solid #efefef;
|
||||
}
|
||||
.ssr_right{
|
||||
right: 0;
|
||||
}
|
||||
.sp4{
|
||||
position: absolute;
|
||||
font-size: 14.4px;
|
||||
color: #ff3262;
|
||||
left: 15px;
|
||||
top: 12px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.sp5{
|
||||
position: absolute;
|
||||
font-size: 10.8px;
|
||||
color: #000;
|
||||
left: 15px;
|
||||
top: 33px;
|
||||
}
|
||||
.sp6{
|
||||
position: absolute;
|
||||
font-size: 10.8px;
|
||||
left: 15px;
|
||||
border: 1px solid #db1a1a;
|
||||
color: #db1a1a;
|
||||
padding: 0 3px;
|
||||
bottom: 12px;
|
||||
line-height: 18px;
|
||||
}
|
||||
.ssr_top img{
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
|
||||
.sp7{
|
||||
position: absolute;
|
||||
font-size: 14.4px;
|
||||
color: #9a7936;
|
||||
left: 9px;
|
||||
top: 6px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.sp8{
|
||||
position: absolute;
|
||||
font-size: 10.8px;
|
||||
color: #000;
|
||||
left: 9px;
|
||||
top: 25px;
|
||||
|
||||
}
|
||||
|
||||
.ssr_left img,.ssr_right img{
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
bottom: 6px;
|
||||
}
|
||||
.ssr_right .sp7{
|
||||
color: #9b3435;
|
||||
}
|
||||
.ssbd{
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
.search button{
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
border: none;
|
||||
position: absolute;
|
||||
width: 50px;
|
||||
height: 30px;
|
||||
border-radius: 0;
|
||||
background: #007AFF;
|
||||
color: white;
|
||||
}
|
Reference in New Issue
Block a user