dengjie commit : 新闻中心修改样式

This commit is contained in:
clay
2022-10-04 00:08:16 +08:00
parent aa7e14293c
commit 595a0eefc2
6 changed files with 241 additions and 207 deletions

View File

@@ -95,8 +95,8 @@
<!--<div class="secondary" v-if="index == 5">-->
</div>
</span>
<div class="iconfont"><img src="@/assets/header/magnifier.png" alt=""></div>
<div class="switchLang"><span>EN</span></div>
<div class="iconfont"><img src="@/assets/header/denglu.png" alt=""></div>
<div class="switchLang"><img src="@/assets/header/en.png" alt=""></div>
</div>
</el-col>
</div>
@@ -174,6 +174,7 @@ export default {
background: #1956BC;
.link {
line-height: 2.2rem;
width: 80%;
@@ -189,7 +190,7 @@ export default {
.bottom {
height: 11rem;
background: linear-gradient(180deg, rgba(61, 96, 163, 0.91) 0%, rgba(61, 96, 163, 0.64) 35%, rgba(61, 96, 163, 0.42) 65%, rgba(73, 133, 234, 0.33) 77%, rgba(73, 133, 234, 0.02) 100%);
background: linear-gradient(180deg, rgba(61,96,163,0.91) 0%, rgba(61,96,163,0.64) 35%, rgba(61,96,163,0.42) 65%, rgba(73,133,234,0.33) 77%, rgba(73,133,234,0.02) 100%);
border-radius: 0rem 0rem 2rem 2rem;
.icon {
@@ -247,36 +248,22 @@ export default {
}
.iconfont {
width: 4rem;
height: 4.2rem;
border: 0.1rem solid #C5DCFE;
text-align: center;
margin-top: 3.4rem;
margin-left: 2.6rem;
margin-top: 2.1rem;
margin-left: 1.3rem;
img {
margin-top: 0.9rem;
width: 2.4rem;
height: 2.4rem;
width: 2.5rem;
height: 2.6rem;
}
}
.switchLang {
width: 4rem;
height: 4.2rem;
border: 0.1rem solid #C5DCFE;
margin-top: 3.4rem;
margin-left: .6rem;
margin-top: 2.1rem;
margin-left: .4rem;
cursor: pointer;
text-align: center;
span {
font-size: 2rem;
line-height: 4rem;
color: #C5DCFE;
img{
width: 2.5rem;
height: 2.6rem;
}
}
.secondary {
display: none;
width: 25rem;