修改
This commit is contained in:
@@ -118,7 +118,6 @@ img {
|
||||
background-color: #eff0f4;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.tool a {
|
||||
@@ -135,6 +134,33 @@ img {
|
||||
color: #203175;
|
||||
}
|
||||
|
||||
.search {
|
||||
margin-top: 5px;
|
||||
width: 20%;
|
||||
display: flex;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.search input {
|
||||
float: left;
|
||||
flex: 4;
|
||||
height: 30px;
|
||||
outline: none;
|
||||
border: 1px solid #203175;
|
||||
box-sizing: border-box;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.search button {
|
||||
float: right;
|
||||
flex: 1;
|
||||
height: 30px;
|
||||
background-color: #203175;
|
||||
color: white;
|
||||
border-style: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
/* 导航 */
|
||||
.header {
|
||||
padding: 10px 0;
|
||||
@@ -264,7 +290,8 @@ img {
|
||||
.news-hot-text {
|
||||
padding: 10px;
|
||||
background-color: rgba(0, 0, 0, .5);
|
||||
height: 100px;
|
||||
height: 30px;
|
||||
width: 680px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
@@ -284,16 +311,6 @@ img {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.news-hot-more {
|
||||
text-align: right;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.news-hot-more i {
|
||||
margin-left: 5px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.news-title {
|
||||
padding-top: 0;
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user