244 lines
3.2 KiB
CSS
Executable File
244 lines
3.2 KiB
CSS
Executable File
|
|
.top {
|
|
width: 100%;
|
|
height: 16px;
|
|
background: white;
|
|
}
|
|
|
|
.con {
|
|
width: 100%;
|
|
padding: 0 2%;
|
|
transform: translateY(-16px);
|
|
}
|
|
|
|
#topbanner .swiper-container {
|
|
width: 100%;
|
|
}
|
|
|
|
#topbanner .swiper-wrapper {
|
|
padding: 1%;
|
|
background: white;
|
|
}
|
|
|
|
#topbanner .swiper-slide {
|
|
float: left;
|
|
width: 30%;
|
|
}
|
|
|
|
.ss_top p,
|
|
.ss_bottom p {
|
|
color: #909090;
|
|
font-size: 10px;
|
|
position: absolute;
|
|
bottom: 5px;
|
|
text-align: center;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.ss_top,
|
|
.ss_bottom {
|
|
width: 100%;
|
|
position: absolute;
|
|
color: #909090;
|
|
}
|
|
|
|
.ss_top {
|
|
top: 0;
|
|
}
|
|
|
|
.ss_bottom {
|
|
margin-top: 5%;
|
|
bottom: 0;
|
|
}
|
|
|
|
.t_con {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
background: white;
|
|
border-top: 1px solid #EFEFF4;
|
|
}
|
|
|
|
#topbanner {
|
|
/*width: 472px;*/
|
|
}
|
|
|
|
#topbanner .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;
|
|
}
|
|
|
|
#topbanner .swiper-slide {
|
|
position: relative;
|
|
}
|
|
|
|
.ss_top img,
|
|
.ss_bottom img {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
|
|
.scroll_top_block {
|
|
width: 24%;
|
|
margin: 0.5%;
|
|
float: left;
|
|
background: white;
|
|
border-radius: 5%;
|
|
}
|
|
|
|
.scroll_top_block img {
|
|
width: 60%;
|
|
margin: 15% 20% 0;
|
|
}
|
|
|
|
.scroll_top_block p {
|
|
text-align: center;
|
|
font-size: 10.8px;
|
|
color: #909090;
|
|
margin-top: -3%;
|
|
}
|
|
|
|
.scroll_con {
|
|
/*background: white;*/
|
|
}
|
|
|
|
.scroll_con_block {
|
|
background: white;
|
|
margin-bottom: 5px;
|
|
margin-top: 1px;
|
|
}
|
|
|
|
.scb_title {
|
|
width: 100%;
|
|
height: 75px;
|
|
position: relative;
|
|
}
|
|
|
|
.scb_title img {
|
|
width: 50px;
|
|
height: 50px;
|
|
margin: 12.5px 5px;
|
|
}
|
|
|
|
.scb_title p {
|
|
position: absolute;
|
|
font-size: 15.6px;
|
|
color: black;
|
|
left: 65px;
|
|
top: 15px;
|
|
width: 55%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.scb_title .s1 {
|
|
padding: 0 5px;
|
|
font-size: 10.6px;
|
|
color: #fefefe;
|
|
background: #e4ae7b;
|
|
border-radius: 3px;
|
|
position: absolute;
|
|
left: 65px;
|
|
top: 40px;
|
|
}
|
|
|
|
.scb_title .s2 {
|
|
padding: 4px 15px;
|
|
font-size: 13.2px;
|
|
color: #909090;
|
|
background: #e6e6e6;
|
|
border-radius: 15px;
|
|
position: absolute;
|
|
right: 22px;
|
|
top: 20px;
|
|
}
|
|
|
|
.scroll_con_con {
|
|
padding: 0 0 2%;
|
|
}
|
|
|
|
.scc_block {
|
|
width: 31%;
|
|
margin: 1%;
|
|
float: left;
|
|
}
|
|
|
|
.scc_block img {
|
|
width: 100%;
|
|
}
|
|
|
|
.scc_block {
|
|
/*border: 1px solid #e6e6e6;*/
|
|
}
|
|
|
|
.scc_block p {
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
padding: 0 2%;
|
|
font-size: 12px;
|
|
color: black;
|
|
height: 42px;
|
|
}
|
|
|
|
.scc_block span {
|
|
display: block;
|
|
font-size: 14.4px;
|
|
/*font-weight: bold;*/
|
|
text-align: center;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
color: #ed344a;
|
|
}
|
|
|
|
.nav {
|
|
width: 100%;
|
|
height: 40px;
|
|
background: white;
|
|
border-top: 1px solid #ececec;
|
|
border-left: 1px solid #ececec;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
|
|
.nav_block {
|
|
color: #101010;
|
|
font-size: 13px;
|
|
float: left;
|
|
padding: 9px 0;
|
|
height: 40px;
|
|
width: 20%;
|
|
text-align: center;
|
|
}
|
|
|
|
.nav .on {
|
|
color: #ee344a;
|
|
border-bottom: 4px solid #ed374c;
|
|
}
|
|
|
|
.con_block {
|
|
width: 100%;
|
|
height: 120px;
|
|
background: #fff;
|
|
position: relative;
|
|
}
|