2025-07-20 18:22:59 +08:00
|
|
|
/* pages/loginModule/employeeAccountNotice/employeeAccountNotice.wxss */
|
|
|
|
.page {
|
2025-08-15 14:15:10 +08:00
|
|
|
padding: 65.08rpx 42.19rpx 150rpx 44.06rpx;
|
2025-07-20 18:22:59 +08:00
|
|
|
background-color: #ffffff;
|
|
|
|
width: 100%;
|
2025-08-15 14:15:10 +08:00
|
|
|
overflow: auto;
|
2025-07-20 18:22:59 +08:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.text {
|
|
|
|
color: #000000;
|
|
|
|
font-size: 33.75rpx;
|
2025-08-15 14:15:10 +08:00
|
|
|
font-weight: bold;
|
2025-07-20 18:22:59 +08:00
|
|
|
font-family: SourceHanSansCN;
|
|
|
|
line-height: 31.26rpx;
|
|
|
|
}
|
|
|
|
.section {
|
|
|
|
align-self: stretch;
|
|
|
|
}
|
|
|
|
.view {
|
|
|
|
background-color: #ffffff;
|
2025-08-15 14:15:10 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
background: transparent;
|
2025-07-20 18:22:59 +08:00
|
|
|
}
|