This commit is contained in:
clay
2021-12-31 23:12:37 +08:00
parent 3f23c616ea
commit 8232008a5c
29 changed files with 1779 additions and 419 deletions

View File

@@ -88,19 +88,19 @@ export default {
<style scoped lang="scss">
.header {
.top {
font-size: 1.2rem;
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
text-align: center;
line-height: 3rem;
line-height: 30px;
width: 100%;
height: 3rem;
height: 30px;
background: #1956BC;
.switchLang {
cursor: pointer;
font-size: 1.6rem;
font-size: 16px;
}
.link:hover{
background: rgba(255, 255, 255, 0.7);
@@ -109,22 +109,23 @@ export default {
}
.bottom {
height: 8rem;
height: 80px;
background: rgba(25, 86, 188, 0.6);
border-radius: 0rem 0rem 2rem 2rem;
border-radius: 0 0 20px 20px;
.icon{
font-size: 0;
margin-left: 20%;
div{
margin-top: 1rem;
margin-top: 10px;
}
.icont{
img{
width: 18.3rem;
width: 183px;
}
}
.iconb{
img{
width: 8.9rem;
width: 89px;
}
}
}
@@ -134,15 +135,15 @@ export default {
color: #ffffff;
}
width: 100%;
height: 8rem;
height: 80px;
clear: left;
div{
width: 9%;
height: 100%;
line-height: 8rem;
line-height: 80px;
text-align: center;
float: left;
font-size: 1.4rem;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FFFFFF;