阶段更新

This commit is contained in:
2021-10-11 13:09:29 +08:00
parent d89bc90cef
commit 11b9e2ae76
31 changed files with 1095 additions and 659 deletions

View File

@@ -1,5 +1,5 @@
a:hover, a:link {
text-decoration:none;
text-decoration: none;
}
img {
@@ -26,11 +26,11 @@ a, button {
color: inherit;
}
input,button,a, select {
outline:none
input, button, a, select {
outline: none
}
select:focus{
select:focus {
outline: none;
}
@@ -39,7 +39,7 @@ body {
font-size: 14px;
}
.ce-img>span {
.ce-img > span {
position: absolute;
width: 100%;
height: 100%;
@@ -136,7 +136,7 @@ body {
/*logo */
.navHead {
background-image: linear-gradient(6deg, rgba(237,246,248,.8), transparent);
background-image: linear-gradient(6deg, rgba(237, 246, 248, .8), transparent);
}
.navHead-search {
@@ -157,7 +157,7 @@ body {
width: calc(100% - 52px);
}
.navHead-search input::-webkit-input-placeholder{
.navHead-search input::-webkit-input-placeholder {
color: #449942;
font-size: 15px;
}
@@ -420,9 +420,9 @@ body {
.modularThree-back {
background-color: #fff;
box-shadow: 0px 0 20px rgba(0,0,0,.1);
box-shadow: 0px 0 20px rgba(0, 0, 0, .1);
padding: 15px;
border-radius:4px;
border-radius: 4px;
box-sizing: border-box;
}
@@ -580,7 +580,7 @@ body {
left: 0;
bottom: 0;
z-index: 1;
background-color: rgba(0,0,0,.5);
background-color: rgba(0, 0, 0, .5);
color: #fff;
}
@@ -592,7 +592,7 @@ body {
background-color: #f1f2f7;
text-align: center;
height: 110px;
display:table;
display: table;
width: 100%;
font-size: 17px;
margin-bottom: 20px;
@@ -601,7 +601,7 @@ body {
.modularSix-padding:nth-child(13) .modularSix-label,
.modularSix-padding:nth-child(14) .modularSix-label,
.modularSix-padding:nth-child(15) .modularSix-label{
.modularSix-padding:nth-child(15) .modularSix-label {
margin-bottom: 0;
}
@@ -610,7 +610,7 @@ body {
color: #ffffff;
}
.modularSix-padding:last-child .modularSix-label img{
.modularSix-padding:last-child .modularSix-label img {
filter: grayscale(100) brightness(200%);
}
@@ -627,8 +627,8 @@ body {
}
.modularSix-label-cont {
display:table-cell;
vertical-align:middle
display: table-cell;
vertical-align: middle
}
.modularSix-padding {
@@ -703,7 +703,7 @@ body {
/*首页-模块八*/
.modularEight-label {
background-position: center;
background-size:cover;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 120px;
@@ -723,7 +723,7 @@ body {
text-align: center;
padding: 15px 0;
box-sizing: border-box;
background-color: rgba(255,255,255,.3);
background-color: rgba(255, 255, 255, .3);
}
@@ -739,13 +739,13 @@ body {
/*二级页面-左侧内容*/
.levelLeft {
width: 100%;
background-image: url(../image/levelLeft-back.jpg);
background-repeat: repeat-y;
background-size: 100% 100%;
position: relative;
padding-bottom: 200px;
overflow: hidden;
width: 100%;
background-image: url(/assets/index/images/levelLeft-back.jpg);
background-repeat: repeat-y;
background-size: 100% 100%;
position: relative;
padding-bottom: 200px;
overflow: hidden;
}
.levelLeft-title {
@@ -983,7 +983,7 @@ body {
}
.briefResearch-label:hover {
box-shadow: 0 0 15px rgba(0,0,0,.2);
box-shadow: 0 0 15px rgba(0, 0, 0, .2);
color: #b9000e;
}
@@ -1020,6 +1020,7 @@ body {
.briefHistoy-right-tool {
text-align: right;
margin-bottom: 20px;
}
.briefHistoy-right-tool div {
@@ -1041,7 +1042,7 @@ body {
.briefHistoy-right-tool div.briefHistoy-yellow {
border-radius: 4px;
padding: 0 30px;
padding: 0 10px;
background-color: #e7ad00;
}
@@ -1108,7 +1109,7 @@ body {
width: 100%;
line-height: 34px;
height: 34px;
background-color: rgba(0,0,0,.5);
background-color: rgba(0, 0, 0, .5);
color: #fff;
display: flex;
}
@@ -1145,12 +1146,12 @@ body {
}
.briefSwiper .swiper-button-next {
background-image: url(../image/briefIcon/briefAlbum_right.jpg);
background-image: url(/assets/index/images/briefIcon/briefAlbum_right.jpg);
right: 20px;
}
.briefSwiper .swiper-button-prev {
background-image: url(../image/briefIcon/briefAlbum_left.jpg);
background-image: url(/assets/index/images/briefIcon/briefAlbum_left.jpg);
left: 20px;
}
@@ -1172,7 +1173,7 @@ body {
width: 14px;
height: 14px;
top: calc(50% - 7px);
background-image: url(../image/briefIcon/briefAlbum_title_icon.png);
background-image: url(/assets/index/images/briefIcon/briefAlbum_title_icon.png);
background-repeat: no-repeat;
background-position: center;
}
@@ -1196,7 +1197,7 @@ body {
padding: 0 20px;
height: 66px;
line-height: 66px;
box-sizing:border-box;
box-sizing: border-box;
width: 100%;
position: relative;
display: flex;
@@ -1328,7 +1329,7 @@ body {
.srBuildOther-back::after {
position: absolute;
content: '';
background-color: rgba(0,0,0,.4);
background-color: rgba(0, 0, 0, .4);
width: 100%;
height: 100%;
left: 0;
@@ -1350,7 +1351,7 @@ body {
.srBuildFrist-text {
font-size: 12px;
height: 50px;
-webkit-line-clamp: 3;
-webkit-line-clamp: 3;
}
.srBuildFrist-name {
@@ -1421,7 +1422,7 @@ body {
background-repeat: no-repeat;
background-position: bottom center;
background-size: 100%;
box-shadow: 0 0 15px rgba(0,0,0,.1);
box-shadow: 0 0 15px rgba(0, 0, 0, .1);
cursor: pointer;
margin-bottom: 30px;
}
@@ -1797,7 +1798,7 @@ body {
padding-bottom: 10px;
}
.ranks-title img {
.ranks-title img {
margin-right: 10px;
}
@@ -1845,7 +1846,7 @@ body {
line-height: 60px;
text-align: center;
flex: 3;
text-shadow: 2px 2px 2px rgba(2,84,0,1);
text-shadow: 2px 2px 2px rgba(2, 84, 0, 1);
position: relative;
}
@@ -1967,8 +1968,8 @@ body {
z-index: 5;
width: 50%;
padding: 20px;
box-sizing:border-box;
background-color:rgba(246,246,246, .9);
box-sizing: border-box;
background-color: rgba(246, 246, 246, .9);
}
.educateStudent-cont {
@@ -1996,7 +1997,7 @@ body {
bottom: 0;
width: 18px;
height: 10px;
background: url(../image/educateIcon.png) no-repeat center;
background: url(/assets/index/images/educateIcon.png) no-repeat center;
}
.educateStudent-cont-name span {
@@ -2090,7 +2091,7 @@ body {
}
/*国际平台*/
.terraceInter {
.terraceInter {
margin-bottom: 6px;
}
@@ -2142,7 +2143,7 @@ body {
padding: 0;
}
.terraceHome-left{
.terraceHome-left {
position: relative;
width: 100%;
padding-top: 200%;
@@ -2158,7 +2159,7 @@ body {
.terraceHome-right-img {
position: relative;
width: 50%;
padding-top:50%;
padding-top: 50%;
}
.terraceHome-label li {
@@ -2249,8 +2250,8 @@ body {
height: 50px;
}
.terraceHome-cont>div::after,
.terraceHome-left-cont>div::after {
.terraceHome-cont > div::after,
.terraceHome-left-cont > div::after {
position: absolute;
content: '';
left: calc(50% - 20px);
@@ -2361,7 +2362,7 @@ body {
.party-title span {
width: 230px;
background: url(../image/partyTitle.png) no-repeat left;
background: url(/assets/index/images/partyTitle.png) no-repeat left;
background-size: 100% 100%;
display: inline-block;
padding: 0 20px;
@@ -2428,7 +2429,7 @@ body {
/*精神文明建设*/
.partyBuild-left {
box-shadow: 0px 0 20px rgba(0,0,0,.1);
box-shadow: 0px 0 20px rgba(0, 0, 0, .1);
}
.partyBuild-left-img {
@@ -2540,7 +2541,7 @@ body {
.partyVideo-text {
width: 100%;
position: absolute;
padding-top:100%;
padding-top: 100%;
}
.partyVideo-text span {
@@ -2551,7 +2552,7 @@ body {
top: 0;
left: 0;
height: 100%;
letter-spacing: 4px;
letter-spacing: 4px;
text-align: center;
display: -webkit-box;
-webkit-box-orient: horizontal;
@@ -2573,7 +2574,7 @@ body {
margin-bottom: 20px;
}
.learn-title>span {
.learn-title > span {
position: relative;
font-size: 14px;
font-weight: normal;
@@ -2583,7 +2584,7 @@ body {
padding-top: 6px;
}
.learn-title>span::after {
.learn-title > span::after {
position: absolute;
content: '';
left: 0;
@@ -2842,7 +2843,7 @@ body {
border-radius: 4px;
}
.pagination>li {
.pagination > li {
display: inline;
}
@@ -2869,21 +2870,31 @@ body {
height: 1px;
}
.pagination>li>a {
.pagination > li > a {
padding: 8px 18px;
font-size: 16px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
background-color: #449942;
border-color: #449942;
}
.pagination>li>a, .pagination>li>span,
.pagination>li>a:focus,
.pagination>li>a:hover{
.pagination > li > a, .pagination > li > span,
.pagination > li > a:focus,
.pagination > li > a:hover {
color: #449942;
}
.no-searchCont {padding: 120px 0; text-align: center; font-size: 22px; color: #999;}
.no-searchCont img {width: 200px; display: block; margin: 0 auto 20px;}
.no-searchCont {
padding: 120px 0;
text-align: center;
font-size: 22px;
color: #999;
}
.no-searchCont img {
width: 200px;
display: block;
margin: 0 auto 20px;
}