This commit is contained in:
avene 2018-05-12 10:42:21 +08:00
parent 4cabb8ad6f
commit a5ece832f4
1 changed files with 323 additions and 250 deletions

View File

@ -1,26 +1,32 @@
a:hover {
text-decoration: none;
}
i {
font-style: normal;
}
.bigImg {
width: 100%;
height: 500px;
background: url(../img/banner1.jpg) no-repeat center;
background-size: 100%;
}
.searchBox {
margin-top: 30px;
}
.searchBox .form-group {
width: 90%;
float: left;
}
.form-control {
border-radius: 0;
outline: none;
}
.searchBox i {
display: block;
float: left;
@ -30,10 +36,12 @@ i{
width: 10%;
cursor: pointer;
}
.searchBox i:hover {
background: #51aefc url(../img/search2.png) center no-repeat;
background-size: 30%;
}
.dataBox {
overflow: hidden;
border: 1px solid #E6E6E6;
@ -42,16 +50,20 @@ i{
border-left: 5px solid #303848;
margin-bottom: 20px;
}
.dataBox:hover {
border-left: 5px solid #3d97e3;
}
.dataBox:hover .rightBox h6 {
color: #3d97e3;
}
.fixTab a.a_noHover:hover {
color: #333333;
text-decoration: none;
}
.dataBox img {
float: left;
width: 100px;
@ -59,10 +71,12 @@ i{
margin-top: 14px;
height: 80px;
}
.dataBox .rightBox {
float: left;
width: 75%;
}
.dataBox .rightBox h6 {
width: 100%;
overflow: hidden;
@ -71,6 +85,7 @@ i{
font-size: 16px;
color: #303848;
}
.dataBox .rightBox p {
width: 100%;
display: -webkit-box;
@ -80,10 +95,12 @@ i{
font-size: 14px;
color: #666666;
}
.dataBox .rightBox span {
font-size: 12px;
color: #999;
}
.searchOne a {
display: inline-block;
width: 80px;
@ -99,12 +116,14 @@ i{
box-sizing: border-box;
margin-bottom: 10px;
}
.searchOne a:hover {
text-decoration: none;
background: #3d97e3;
color: #FFFFFF;
border: 1px solid #3d97e3;
}
#myTabContent {
border: 1px solid #CCCCCC;
border-top: none;
@ -112,6 +131,7 @@ i{
margin-bottom: 30px;
overflow: hidden;
}
.btn-default {
margin-right: 10px;
margin-bottom: 10px;
@ -119,20 +139,25 @@ i{
text-overflow: ellipsis;
white-space: nowrap;
}
#myTabContent .col-sm-2 {
width: 10%;
}
.btn-default:hover {
border: 1px solid #3d97e3;
color: #3d97e3;
background: #FFFFFF;
}
#myTab a {
color: #333333;
}
#myTab .active a {
color: #3d97e3;
}
.searchBox1 {
width: 100%;
position: fixed;
@ -144,14 +169,17 @@ i{
padding-top: 20px;
display: none;
}
.addOne {
text-align: center;
margin-bottom: 40px;
margin-top: 20px;
}
.addOne a {
display: block;
}
.addOne a.a1 {
height: 60px;
line-height: 60px;
@ -160,12 +188,14 @@ i{
font-size: 16px;
color: #333333;
}
.addOne a.a1:hover {
color: #3d97e3;
background: url(../img/icon1.png) no-repeat 30px center;
background-size: 10%;
text-decoration: none;
}
.addOne a.a2 {
height: 60px;
line-height: 60px;
@ -174,12 +204,14 @@ i{
font-size: 16px;
color: #333333;
}
.addOne a.a2:hover {
color: #3d97e3;
background: url(../img/icon2.png) no-repeat 30px center;
background-size: 10%;
text-decoration: none;
}
.addOne a.a3 {
height: 60px;
line-height: 60px;
@ -188,33 +220,41 @@ i{
font-size: 16px;
color: #333333;
}
.addOne a.a3:hover {
color: #3d97e3;
background: url(../img/icon3.png) no-repeat 30px center;
background-size: 10%;
text-decoration: none;
}
.fixTab {
padding: 8px 15px;
margin-top: 20px;
background-color: #f5f5f5;
border-radius: 4px;
}
.searchBox2 {
margin-top: 20px;
}
.fixTab a {
color: #333333;
}
.fixTab a:hover {
color: #3d97e3;
}
.fixTab span {
color: #999999;
}
.pagination {
float: right;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
z-index: 3;
color: #fff;
@ -234,6 +274,7 @@ i{
background-color: #fff;
border: 1px solid #ddd;
}
.newsList {
height: 810px;
background: #FFFFFF;
@ -241,28 +282,34 @@ i{
width: 100%;
float: left;
}
.newsListContent {
margin: 20px auto 0;
position: relative;
height: 810px;
}
.newUlList {
padding: 0;
}
.newUlList li {
overflow: hidden;
padding: 20px 0;
border-bottom: 1px solid #e6e6e6;
}
.newUlList li:last-of-type {
border: none;
}
.newUlList li .newsImgBox {
width: 270px;
height: 135px;
overflow: hidden;
float: left;
}
.newUlList li img {
width: 270px;
height: 135px;
@ -272,6 +319,7 @@ i{
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.newUlList li:hover img {
transform: scale(1.3, 1.3);
-webkit-transform: scale(1.3, 1.3);
@ -279,26 +327,31 @@ i{
-ms-transform: scale(1.3, 1.3);
-o-transform: scale(1.3, 1.3);
}
.newUlList li .newRight {
float: right;
width: 800px;
}
.newTopTitle {
overflow: hidden;
margin: 15px 0;
}
.newTopTitle span {
display: block;
float: left;
color: #555555;
font-size: 14px;
}
.newTopTitle i {
display: block;
float: right;
color: #999999;
font-size: 14px;
}
.newRight p {
color: #999999;
font-size: 12px;
@ -308,7 +361,26 @@ i{
-webkit-line-clamp: 2;
overflow: hidden;
}
.newRight a{
/*.newRight a{*/
/*float: right;*/
/*display: block;*/
/*width: 90px;*/
/*height:30px;*/
/*line-height: 30px;*/
/*text-indent:27px ;*/
/*border: 1px solid #e6e6e6;*/
/*color: #9f9f9f;*/
/*font-size: 12px;*/
/*margin-top: 15px;*/
/*border-radius: 4px;*/
/*-webkit-border-radius: 4px;*/
/*-moz-border-radius: 4px;*/
/*-ms-border-radius: 4px;*/
/*-o-border-radius: 4px;*/
/*background: url(../img/rihgtLittle.png) no-repeat 57px center;*/
/*}*/
.newRight a.more {
float: right;
display: block;
width: 90px;
@ -326,6 +398,7 @@ i{
-o-border-radius: 4px;
background: url(../img/rihgtLittle.png) no-repeat 57px center;
}
.newRight a:hover {
border: 1px solid #3d97e3;
color: #FFFFFF;