monitor.wxss 793 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* pages/teacher/monitor/monitor.wxss */
  2. @import "../../../pages/register/register.wxss";
  3. @import "../../../pages/login/login.wxss";
  4. .qrcode_layout {
  5. display: flex;
  6. flex-direction: column;
  7. justify-content: center;
  8. align-items: flex-end;
  9. margin-top: 26rpx;
  10. margin-right: 25rpx;
  11. }
  12. .qrcode_layout_bg {
  13. display: flex;
  14. flex-direction: column;
  15. justify-content: center;
  16. align-items: center;
  17. }
  18. .center_layout {
  19. margin-top: 93rpx;
  20. display: flex;
  21. flex-direction: column;
  22. justify-content: center;
  23. align-items: center;
  24. }
  25. .center_title {
  26. font-weight: 400;
  27. color: #5090FE;
  28. font-size: 32rpx;
  29. line-height: 45px;
  30. }
  31. .center_picker_layout {
  32. width: 674rpx;
  33. height: 324rpx;
  34. border-radius: 20rpx;
  35. margin-top: 27rpx;
  36. }