美化了样式3.0

This commit is contained in:
2025-08-15 14:15:10 +08:00
parent 23ab2798d8
commit f47e375bfa
12 changed files with 103 additions and 42 deletions

View File

@ -1,15 +1,15 @@
/* pages/loginModule/employeeAccountNotice/employeeAccountNotice.wxss */
.page {
padding: 65.08rpx 42.19rpx 145.31rpx 44.06rpx;
padding: 65.08rpx 42.19rpx 150rpx 44.06rpx;
background-color: #ffffff;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
overflow: auto;
height: 100%;
}
.text {
color: #000000;
font-size: 33.75rpx;
font-weight: bold;
font-family: SourceHanSansCN;
line-height: 31.26rpx;
}
@ -18,6 +18,10 @@
}
.view {
background-color: #ffffff;
height: 1301.25rpx;
border: solid 1.88rpx #000000;
}
::-webkit-scrollbar {
width: 0;
height: 0;
background: transparent;
}