123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- /* 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;
- }
- /* 上课的wxss */
- .title {
- margin-left: 11rpx;
- font-size: 32rpx;
- font-weight: 500;
- }
- .light_green {
- width: 16rpx;
- height: 16rpx;
- background: radial-gradient(#85ff98, #4ce65d);
- border-radius: 50%;
- box-shadow: 0px 1px 10px 4px #6bff93;
- position: absolute;
- left: 13rpx;
- top: 13rpx;
- }
- .light_red {
- width: 16rpx;
- height: 16rpx;
- background: radial-gradient(#ff8585, #e65e4c);
- border-radius: 50%;
- box-shadow: 0px 1px 10px 4px #ff8585;
- position: absolute;
- left: 13rpx;
- top: 13rpx;
- }
- .image {
- height: 115rpx;
- width: 203rpx;
- margin-left: 10rpx;
- margin-right: 10rpx;
- align-items: center;
- justify-content: center;
- }
- .image_index {
- width: 190rpx;
- position: absolute;
- top: 0rpx;
- margin-left: 10rpx;
- text-align: right;
- color: #5F5F5F;
- font-size: 28rpx;
- font-weight: 400;
- }
- .image_scroll {
- width: 100%;
- height: 115rpx;
- display: flex;
- flex-direction: row;
- white-space: nowrap;
- justify-content: center;
- margin-top: 8rpx;
- }
- .class_over {
- width: 133rpx;
- height: 133rpx;
- position: absolute;
- right: 0rpx;
- bottom: 150rpx;
- }
|