191 lines
2.7 KiB
CSS
191 lines
2.7 KiB
CSS
/* body { */
|
|
/* background: #353c47; */
|
|
/* } */
|
|
|
|
|
|
/*导航栏*/
|
|
|
|
.navContainer {
|
|
height: 200px;
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
background: url(../images/second/navbg.png) no-repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
.navContent {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 90px;
|
|
background: rgba(0, 0, 0, .5);
|
|
text-align: center;
|
|
}
|
|
|
|
.navMoudle {
|
|
width: 110px;
|
|
height: 90px;
|
|
margin: 0 3px;
|
|
display: inline-block;
|
|
color: #fff;
|
|
position: relative;
|
|
cursor: pointer;
|
|
-webkit-transition: background .25s;
|
|
-o-transition: background .25s;
|
|
transition: background .25s;
|
|
}
|
|
|
|
.navMoudle:hover {
|
|
-webkit-transition: background .25s;
|
|
-o-transition: background .25s;
|
|
transition: background .25s;
|
|
background: rgba(255, 255, 255, .5);
|
|
}
|
|
|
|
.navMoudle img {
|
|
width: 30px;
|
|
height: 30px;
|
|
margin: 20px auto 6px;
|
|
}
|
|
|
|
|
|
/*主控内容区*/
|
|
|
|
.tabContainer {
|
|
width: 1200px;
|
|
height: auto;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.tabContent {
|
|
width: 1150px;
|
|
min-height: 600px;
|
|
margin: 25px auto;
|
|
padding: 24px;
|
|
background: #fff;
|
|
border: 1px solid #71d2e2;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.tabHeader {
|
|
width: 100%;
|
|
padding-bottom: 10px;
|
|
border-bottom: 2px solid #6FB4BF;
|
|
}
|
|
|
|
|
|
/*tab切换主控区*/
|
|
|
|
.tabTextContent {
|
|
float: left;
|
|
width: 100%;
|
|
min-height: 600px;
|
|
background: #fff;
|
|
margin-top: 40px;
|
|
padding: 20px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
box-shadow: 1px 1px 4px 1px #eee;
|
|
}
|
|
|
|
|
|
/*主要内容*/
|
|
|
|
.textContent {
|
|
width: 100%;
|
|
min-height: 400px;
|
|
position: relative;
|
|
}
|
|
|
|
.textTitle {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 22px;
|
|
font-weight: normal;
|
|
padding-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
border-bottom: 1px solid #42a6b5;
|
|
}
|
|
|
|
.textVal {
|
|
width: 100%;
|
|
height: auto;
|
|
font-size: 15px !important;
|
|
color: #333;
|
|
}
|
|
|
|
.textVal p {
|
|
text-indent: 2em;
|
|
margin: 15px 0;
|
|
font-size: 15px !important;
|
|
}
|
|
|
|
.textVal img {
|
|
margin: 15px;
|
|
}
|
|
|
|
.textFooterHack {
|
|
width: 100%;
|
|
height: 40px;
|
|
background: none;
|
|
}
|
|
|
|
.textFooter {
|
|
width: 100%;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
background: #e1f5f6;
|
|
color: #333;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.textFooter span {
|
|
margin: 0 30px;
|
|
}
|
|
|
|
|
|
/*相关信息*/
|
|
|
|
.relation {
|
|
width: 90%;
|
|
height: auto;
|
|
margin: 20px auto;
|
|
}
|
|
|
|
.relationTitle {
|
|
display: block;
|
|
width: 100%;
|
|
color: #267985;
|
|
}
|
|
|
|
.relationContent {
|
|
width: 100%;
|
|
height: auto;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.relationModule {
|
|
display: block;
|
|
width: 100%;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
margin: 10px 0;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
.relationDate,
|
|
.relationMsgTitle {
|
|
font-size: 14px !important;
|
|
color: #555;
|
|
}
|
|
|
|
.relationDate {
|
|
float: right;
|
|
}
|