修改兼容

This commit is contained in:
hh
2021-12-08 18:12:47 +08:00
parent ba2675b5ea
commit ece8914427
8 changed files with 381 additions and 133 deletions

View File

@ -56,19 +56,19 @@ export default {
<style lang="scss" scoped>
.bigScreenHead {
width: 1920px;
height: 100px;
width: 10rem /* 1920/192 */;
height: .520833rem /* 100/192 */;
background-image: url(./bg.png);
background-size: 100% 80px;
background-size: 100% .416667rem /* 80/192 */;
background-repeat: no-repeat;
.tit {
font-size: 36px;
font-size: .1875rem /* 36/192 */;
font-family: YouSheBiaoTiHei;
color: #91d5fe;
line-height: 47px;
letter-spacing: 6px;
line-height: .244792rem /* 47/192 */;
letter-spacing: .03125rem /* 6/192 */;
text-align: center;
padding-top: 13px;
padding-top: .067708rem /* 13/192 */;
}
}
</style>