Files
qingcheng-xiaochengxu/pages/loginModule/employeeAccountNotice/employeeAccountNotice.wxss
2025-08-15 14:15:10 +08:00

27 lines
487 B
Plaintext

/* pages/loginModule/employeeAccountNotice/employeeAccountNotice.wxss */
.page {
padding: 65.08rpx 42.19rpx 150rpx 44.06rpx;
background-color: #ffffff;
width: 100%;
overflow: auto;
height: 100%;
}
.text {
color: #000000;
font-size: 33.75rpx;
font-weight: bold;
font-family: SourceHanSansCN;
line-height: 31.26rpx;
}
.section {
align-self: stretch;
}
.view {
background-color: #ffffff;
}
::-webkit-scrollbar {
width: 0;
height: 0;
background: transparent;
}