|
@ -1,3 +1,8 @@ |
|
|
|
|
|
@media screen and (max-width:1281px){ |
|
|
|
|
|
html{ |
|
|
|
|
|
font-size: 10px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
.guanli{ |
|
|
.guanli{ |
|
|
// box-sizing: border-box; |
|
|
// box-sizing: border-box; |
|
|
padding: 0 15px 0 15px; |
|
|
padding: 0 15px 0 15px; |
|
@ -25,7 +30,7 @@ |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
span{ |
|
|
span{ |
|
|
font-size: 20px; |
|
|
font-size: 1.25rem; |
|
|
font-family: PingFangSC-Regular, PingFang SC; |
|
|
font-family: PingFangSC-Regular, PingFang SC; |
|
|
font-weight: 400; |
|
|
font-weight: 400; |
|
|
color: rgba(216,240,255,0.8000); |
|
|
color: rgba(216,240,255,0.8000); |
|
@ -34,7 +39,7 @@ |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
// align-items: ; |
|
|
// align-items: ; |
|
|
font-size: 34px; |
|
|
font-size: 2.125rem; |
|
|
font-family: YouSheBiaoTiHei; |
|
|
font-family: YouSheBiaoTiHei; |
|
|
color: #FFFFFF; |
|
|
color: #FFFFFF; |
|
|
height: 70%; |
|
|
height: 70%; |
|
@ -43,7 +48,7 @@ |
|
|
background-size: 100% 80%; |
|
|
background-size: 100% 80%; |
|
|
background-position: center bottom; |
|
|
background-position: center bottom; |
|
|
span{ |
|
|
span{ |
|
|
font-size: 16px; |
|
|
font-size: 1rem; |
|
|
font-family: PingFangSC-Regular, PingFang SC; |
|
|
font-family: PingFangSC-Regular, PingFang SC; |
|
|
font-weight: 400; |
|
|
font-weight: 400; |
|
|
padding-top: 10%; |
|
|
padding-top: 10%; |
|
@ -143,12 +148,12 @@ |
|
|
justify-content: space-around; |
|
|
justify-content: space-around; |
|
|
// background: rgba(21,77,160,0.2000); |
|
|
// background: rgba(21,77,160,0.2000); |
|
|
span{ |
|
|
span{ |
|
|
font-size: 14px; |
|
|
font-size: 0.875rem; |
|
|
font-family: PingFangSC-Regular, PingFang SC; |
|
|
font-family: PingFangSC-Regular, PingFang SC; |
|
|
font-weight: 400; |
|
|
font-weight: 400; |
|
|
color: rgba(216,240,255,0.8000); |
|
|
color: rgba(216,240,255,0.8000); |
|
|
line-height: 20px; |
|
|
line-height: 20px; |
|
|
flex:1; |
|
|
// flex:1; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
// &:nth-child(1){ |
|
|
// &:nth-child(1){ |
|
|
|
|
|
|
|
|