123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /* pages/teacher/monitor/monitor.wxss */
- @import "../../../pages/register/register.wxss";
- @import "../../../pages/login/login.wxss";
- .qrcode_layout {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: flex-end;
- margin-top: 26rpx;
- margin-right: 25rpx;
- }
- .qrcode_layout_bg {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .center_layout {
- margin-top: 93rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .center_title {
- font-weight: 400;
- color: #5090FE;
- font-size: 32rpx;
- line-height: 45px;
- }
- .center_picker_layout {
- width: 674rpx;
- height: 324rpx;
- border-radius: 20rpx;
- margin-top: 27rpx;
- }
|