23 lines
471 B
Plaintext
23 lines
471 B
Plaintext
|
/* pages/loginModule/employeeAccountNotice/employeeAccountNotice.wxss */
|
||
|
.page {
|
||
|
padding: 65.08rpx 42.19rpx 145.31rpx 44.06rpx;
|
||
|
background-color: #ffffff;
|
||
|
width: 100%;
|
||
|
overflow-y: auto;
|
||
|
overflow-x: hidden;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.text {
|
||
|
color: #000000;
|
||
|
font-size: 33.75rpx;
|
||
|
font-family: SourceHanSansCN;
|
||
|
line-height: 31.26rpx;
|
||
|
}
|
||
|
.section {
|
||
|
align-self: stretch;
|
||
|
}
|
||
|
.view {
|
||
|
background-color: #ffffff;
|
||
|
height: 1301.25rpx;
|
||
|
border: solid 1.88rpx #000000;
|
||
|
}
|