qlg.tsgz.moe/static/app2/css/ect_area.css
2019-09-06 23:53:10 +08:00

202 lines
2.9 KiB
CSS
Executable File

body:after {
content: "";
position: fixed;
/*top: -10px;*/
bottom: -10px;
left: 0;
width: 100%;
height: 10px;
box-shadow: 0 -0.5vw 2.3vw 3px rgba(25, 25, 25, 0.2);
/*-webkit-box-shadow: 0 0.5vw 2.3vw 15px #ccc;
-moz-box-shadow: 0 0.5vw 2.3vw 15px #ccc;
-o-box-shadow: 0 0.5vw 2.3vw 15px #ccc;
-ms-box-shadow: 0 0.5vw 2.3vw 15px #ccc;*/
z-index: 100;
}
.mui-scroll {}
.tanhao {
width: 36.5px;
position: absolute;
right: 2.8%;
bottom: 7px;
padding: 10px;
}
.ect_top {
padding: 0 2.5%;
width: 100%;
position: relative;
height: 54px;
position: fixed;
left: 0;
right: 0;
top: 66px;
background: white;
}
#last,
#vol {
border-bottom: none;
}
.ect_m {
font-family: "微软雅黑";
font-size: 13.2px;
color: #909090;
float: left;
width: 50%;
padding: 2.5px 0;
text-align: center;
background: #fff;
border-bottom: 1px solid #e6e6e6;
height: 27px;
}
.ect_top img {
width: 17.5px;
height: 16.2px;
position: absolute;
left: 37.2px;
top: 30.6px;
}
/*top end*/
.con {
width: 100%;
padding: 0 1.25%;
}
.con .ect_com {
width: 47.25%;
margin: 1.25%;
background: #fff;
float: left;
}
.com_img1 {
width: 100%;
}
.com_img1 img {
width: 100%;
height: 100%;
display: block;
}
.com_img2 {
width: 30px;
height: 15px;
/*margin-left: 3.6px;*/
margin-right: 8.4px;
margin-top: 5px;
display: inline-block;
}
.ect_com p {
font-family: "微软雅黑";
font-size: 13.2px;
color: #000000;
width: 100%;
padding-left: 3.6px;
}
.ect_com .p1 {
height: 42px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.ect_com .p3 {
color: #e51329;
margin-top: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ect_activity {
width: 100%;
}
.ect_activity_{
width: 100%;
position: relative;
}
#_h,#_m,#_s{
background: #525252;
color: white;
padding: 0 3px;
font-size: 12px;
position: absolute;
bottom: 0px;
border-radius: 3px;
/*line-height: 13px;*/
/*height: 14px;*/
bottom: 12%;
}
#_h{
left: 48.9%;
}
#_m{
left: 55.7%;
}
#_s{
left: 62.5%;
}
.ect_hd {
width: 48%;
display: block;
margin: 0 auto;
}
.ect_djs{
width: 38%;
margin: 10px auto 0;
display: block;
padding-bottom: 10px;
}
.day {
width: 80%;
height: 15px;
background: #fbdcdc;
margin-left: 2%;
margin-bottom: 2.5px;
}
.day p {
font-family: "微软雅黑";
font-size: 10px;
color: #e51329;
line-height: 15px;
}
.nav {
width: 100%;
height: 36px;
position: fixed;
top: 126px;
background: white;
}
.nav_block {
width: 20%;
float: left;
font-size: 10.8px;
color: #909090;
text-align: center;
padding: 6px 0;
height: 36px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.nav .on {
color: #e51329;
border-bottom: 3px solid #e5122b;
}