调整首页
This commit is contained in:
@@ -187,7 +187,7 @@ body {
|
||||
|
||||
.banner-nav li {
|
||||
display: inline-block;
|
||||
padding: 0 22px;
|
||||
padding: 0 18px;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
@@ -384,6 +384,36 @@ body {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.indexImg-title {
|
||||
position: absolute;
|
||||
z-index:5;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
background-color: rgba(0,0,0,.5);
|
||||
width: 100%;
|
||||
color: #fff;
|
||||
padding: 10px 15px;
|
||||
box-sizing: border-box;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.indexImg-pagination, .indexNews-pagination {
|
||||
text-align: right !important;
|
||||
padding-right: 20px!important;
|
||||
bottom: 16px!important;
|
||||
}
|
||||
|
||||
.swiper-pagination-bullet {
|
||||
background: #ffffff!important;
|
||||
opacity: .5!important;
|
||||
|
||||
}
|
||||
|
||||
.swiper-pagination-bullet-active {
|
||||
opacity: 1;
|
||||
background: #449942!important;
|
||||
}
|
||||
|
||||
/*首页模块二*/
|
||||
.modularTwo {
|
||||
overflow: hidden;
|
||||
@@ -845,21 +875,56 @@ body {
|
||||
top: 64px;
|
||||
}
|
||||
|
||||
.briefSurvey {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.briefSurvey-cont-text {
|
||||
font-size: 14px;
|
||||
color: #353535;
|
||||
line-height: 30px;
|
||||
height: 154px;
|
||||
overflow: hidden;
|
||||
text-indent: 2em;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.briefSurvey-cont-img {
|
||||
float: left;
|
||||
margin-right: 40px;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.briefSurvey-cont {
|
||||
float: right;
|
||||
margin: 0 0 10px 15px;
|
||||
width: calc(100% - 440px);
|
||||
}
|
||||
|
||||
.briefSurvey-cont-new {
|
||||
font-size: 22px;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.baseMap {
|
||||
background-color: #efefef;
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
position: relative;
|
||||
margin-bottom: 40px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.baseMap-img {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: -70px;
|
||||
width: 160px;
|
||||
height: 160px;
|
||||
}
|
||||
|
||||
.briefSurvey-more {
|
||||
text-align: center;
|
||||
margin-top: 30px;
|
||||
transition: .2s;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user