|
@@ -19,19 +19,21 @@ header{
|
|
|
box-shadow: 0px 0px 4px 0 rgba(0,0,0,.5);
|
|
|
}
|
|
|
.logo{
|
|
|
- width: 40px;
|
|
|
- height: 40px;
|
|
|
- border-radius: 5px;
|
|
|
- margin-top: 5px;
|
|
|
+ /* width: 40px; */
|
|
|
+ height: 100%;
|
|
|
+ /* border-radius: 5px; */
|
|
|
+ /* margin-top: 5px; */
|
|
|
+ margin-left: 15px;
|
|
|
}
|
|
|
header a{
|
|
|
color: #000;
|
|
|
text-decoration: none;
|
|
|
font-weight: 500;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
.nav{
|
|
|
width: 1200px;
|
|
|
- max-width: 80%;
|
|
|
+ max-width: 55%;
|
|
|
/* text-align: center; */
|
|
|
}
|
|
|
.nav a{
|
|
@@ -40,7 +42,7 @@ header a{
|
|
|
margin: 0 20px;
|
|
|
padding: 0 20px;
|
|
|
display: inline-block;
|
|
|
- border-radius: 30px 15px 30px 15px;
|
|
|
+ border-radius: 30px;
|
|
|
}
|
|
|
/* .nav a:hover{
|
|
|
color: #fff;
|
|
@@ -49,7 +51,8 @@ header a{
|
|
|
.nav .act{
|
|
|
background-color: #000;
|
|
|
color: #fff;
|
|
|
- transform: skew(-10deg);
|
|
|
+ font-weight: 600;
|
|
|
+ /* transform: skew(-10deg); */
|
|
|
}
|
|
|
.login img{
|
|
|
border-radius: 50%;
|
|
@@ -57,7 +60,14 @@ header a{
|
|
|
top: 10px;
|
|
|
}
|
|
|
.login a{
|
|
|
- padding: 0 10px;
|
|
|
+ background-color: #000;
|
|
|
+ color: #fff;
|
|
|
+ display: inline-block;
|
|
|
+ width: 125px;
|
|
|
+ height: 40px;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 40px;
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
|
.menu{
|
|
|
display: inline-block;
|
|
@@ -92,7 +102,7 @@ header a{
|
|
|
.content{
|
|
|
width: 1200px;
|
|
|
max-width: 100%;
|
|
|
- margin: 16px auto;
|
|
|
+ margin: 0 auto;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
flex-wrap: wrap;
|
|
@@ -110,7 +120,7 @@ header a{
|
|
|
text-align: center;
|
|
|
color: #fff;
|
|
|
line-height: 150px;
|
|
|
- margin-bottom: 16px;
|
|
|
+ /* margin-bottom: 16px; */
|
|
|
border-radius: 10px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
@@ -119,7 +129,7 @@ header a{
|
|
|
background-color: #fff;
|
|
|
padding: 35px;
|
|
|
box-shadow: 0px 0px 4px 0 rgba(0,0,0,.1);
|
|
|
- margin: 16px 0;
|
|
|
+ margin: 0 0 16px;
|
|
|
border-radius: 10px;
|
|
|
}
|
|
|
.title{
|
|
@@ -324,8 +334,9 @@ input:focus{
|
|
|
color: #0760C7;
|
|
|
}
|
|
|
.navtation{
|
|
|
- margin: 20px 0 0;
|
|
|
+ /* margin: 20px 0 0; */
|
|
|
width: 100%;
|
|
|
+ line-height: 40px;
|
|
|
}
|
|
|
.navtation a{
|
|
|
color: #0760C7;
|
|
@@ -375,7 +386,6 @@ footer{
|
|
|
display: none;
|
|
|
}
|
|
|
.logo{
|
|
|
- width: 30px;
|
|
|
height: 30px;
|
|
|
margin-left: 5px;
|
|
|
margin-top: 0;
|