去掉字体大小设置

This commit is contained in:
2025-03-17 13:26:15 +08:00
parent 237a2c7b79
commit fa9d44d907
12 changed files with 16 additions and 16 deletions

View File

@@ -527,7 +527,7 @@ function calcTimer(timer) {
@import "@/style/mixin.scss";
.header_box {
width: 100%;
height: 350rpx;
height: 320rpx;
display: flex;
justify-content: center;
@@ -562,7 +562,7 @@ function calcTimer(timer) {
.main_content_box {
width: 100%;
height: calc(100vh - 350rpx);
height: calc(100vh - 320rpx);
background-color: rgba(255, 255, 255, 0.65);
padding: 27rpx;
// padding-top: 0rpx;