/* 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; }