|
@@ -70,10 +70,11 @@ header {
|
|
|
.leftsidebar img {
|
|
|
margin-left: 80px;
|
|
|
height: 80%;
|
|
|
+ width: 60%;
|
|
|
}
|
|
|
|
|
|
.mainbav {
|
|
|
- width: 2000px;
|
|
|
+ min-width: 2000px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-around;
|
|
@@ -81,18 +82,19 @@ header {
|
|
|
|
|
|
.mainbav a {
|
|
|
// background-image: url(../assets/li_bg2.png);
|
|
|
- background-size: 100% 100%;
|
|
|
- background-repeat: no-repeat;
|
|
|
- display: block;
|
|
|
+ // background-size: 100% 100%;
|
|
|
+ // background-repeat: no-repeat;
|
|
|
+ display: inline-block;
|
|
|
width: 317px;
|
|
|
height: 78px;
|
|
|
line-height: 78px;
|
|
|
text-align: center;
|
|
|
- font-size: 54px;
|
|
|
+ font-size: 44px;
|
|
|
+ // font-size: 2.8vw;
|
|
|
font-weight: normal;
|
|
|
font-stretch: normal;
|
|
|
letter-spacing: 2px;
|
|
|
- font-size: 44px;
|
|
|
+
|
|
|
color: grey;
|
|
|
opacity: 0.5;
|
|
|
}
|