monitor.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. }
  37. /* 上课的wxss */
  38. .title {
  39. margin-left: 11rpx;
  40. font-size: 32rpx;
  41. font-weight: 500;
  42. }
  43. .light_green {
  44. width: 16rpx;
  45. height: 16rpx;
  46. background: radial-gradient(#85ff98, #4ce65d);
  47. border-radius: 50%;
  48. box-shadow: 0px 1px 10px 4px #6bff93;
  49. position: absolute;
  50. left: 13rpx;
  51. top: 13rpx;
  52. }
  53. .light_red {
  54. width: 16rpx;
  55. height: 16rpx;
  56. background: radial-gradient(#ff8585, #e65e4c);
  57. border-radius: 50%;
  58. box-shadow: 0px 1px 10px 4px #ff8585;
  59. position: absolute;
  60. left: 13rpx;
  61. top: 13rpx;
  62. }
  63. .image {
  64. height: 115rpx;
  65. width: 203rpx;
  66. margin-left: 10rpx;
  67. margin-right: 10rpx;
  68. align-items: center;
  69. justify-content: center;
  70. }
  71. .image_index {
  72. width: 190rpx;
  73. position: absolute;
  74. top: 0rpx;
  75. margin-left: 10rpx;
  76. text-align: right;
  77. color: #5F5F5F;
  78. font-size: 28rpx;
  79. font-weight: 400;
  80. }
  81. .image_scroll {
  82. width: 100%;
  83. height: 115rpx;
  84. display: flex;
  85. flex-direction: row;
  86. white-space: nowrap;
  87. justify-content: center;
  88. margin-top: 8rpx;
  89. }
  90. .class_over {
  91. width: 133rpx;
  92. height: 133rpx;
  93. position: absolute;
  94. right: 0rpx;
  95. bottom: 150rpx;
  96. }