110 lines
1.6 KiB
CSS
Executable File
110 lines
1.6 KiB
CSS
Executable File
|
|
.oc_logo {
|
|
/*width: 67.5px;*/
|
|
height: 20px;
|
|
position: absolute;
|
|
margin: 0 auto;
|
|
left: 0;
|
|
right: 0;
|
|
/*top: 13.75px;*/
|
|
transform: translateY(-50%);
|
|
top: 50%;
|
|
}
|
|
|
|
.top {
|
|
width: 100%;
|
|
height: 16px;
|
|
background: white;
|
|
}
|
|
|
|
.con {
|
|
width: 100%;
|
|
padding: 0 2%;
|
|
transform: translateY(-16px);
|
|
}
|
|
|
|
|
|
|
|
#timer_swiper .swiper-slide {
|
|
color: #101010;
|
|
font-size: 13px;
|
|
float: left;
|
|
padding: 9px 0;
|
|
height: 40px;
|
|
}
|
|
.nav .r{
|
|
float: right;
|
|
}
|
|
|
|
.con .recommend{
|
|
padding: 5px 0;
|
|
}
|
|
#timer_swiper .lxy0 .on p{
|
|
color: #00d793;
|
|
border-bottom: 4px solid #01de92;
|
|
}
|
|
|
|
#timer_swiper .lxy1 .on p{
|
|
color: #5f26e6;
|
|
border-bottom: 4px solid #64ed13;
|
|
}
|
|
|
|
.t_con p{
|
|
font-size: 13px;
|
|
color: #000;
|
|
}
|
|
|
|
|
|
.t_con {
|
|
width: 100%;
|
|
background: #fff;
|
|
}
|
|
|
|
#timer_swiper {
|
|
width: 100%;
|
|
}
|
|
#timer_swiper .swiper-wrapper .swiper-slide img{
|
|
padding: 3px;
|
|
border-radius: 7px;
|
|
}
|
|
.t_con .swiper-container {
|
|
width: 800px;
|
|
}
|
|
|
|
.t_con .swiper-slide {
|
|
text-align: center;
|
|
font-size: 18px;
|
|
background: #fff;
|
|
/* Center slide text vertically */
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
-webkit-justify-content: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
}
|
|
|
|
#timer_swiper .swiper-slide {
|
|
position: relative;
|
|
}
|
|
|
|
#timer_swiper .swiper-slide img {
|
|
|
|
}
|
|
|
|
#timer_swiper .swiper-slide p {
|
|
/*position: absolute;*/
|
|
}
|
|
|
|
.header a{
|
|
color: #fff;
|
|
}
|
|
|
|
|