去掉字体大小设置
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user