teacher.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. @charset "UTF-8";
  2. /**
  3. * uni-app内置的常用样式变量
  4. */
  5. /* 行为相关颜色 */
  6. /* 文字基本颜色 */
  7. /* 背景颜色 */
  8. /* 边框颜色 */
  9. /* 尺寸变量 */
  10. /* 文字尺寸 */
  11. /* 图片尺寸 */
  12. /* Border Radius */
  13. /* 水平间距 */
  14. /* 垂直间距 */
  15. /* 透明度 */
  16. /* 文章场景相关 */
  17. .filebox.data-v-8f154cde {
  18. height: 100vh;
  19. background-color: #FFFFFF;
  20. display: flex;
  21. flex-direction: column;
  22. overflow: hidden;
  23. }
  24. .stutop.data-v-8f154cde {
  25. padding: 28rpx 38rpx 2rpx;
  26. background-color: #FFFFFF;
  27. flex: 0 0 auto;
  28. }
  29. .stutoa.data-v-8f154cde {
  30. font-size: 28rpx;
  31. font-weight: bold;
  32. color: #666666;
  33. }
  34. .stutoa text.data-v-8f154cde {
  35. color: #4775EA;
  36. padding: 0 8rpx;
  37. }
  38. .stutoa image.data-v-8f154cde {
  39. width: 22rpx;
  40. height: 12rpx;
  41. margin-left: 24rpx;
  42. }
  43. .stutoa .stutoap.data-v-8f154cde {
  44. flex: 1;
  45. padding: 16rpx 0;
  46. }
  47. .stutoar text.data-v-8f154cde {
  48. color: #4775EA;
  49. padding: 0 8rpx;
  50. }
  51. .search.data-v-8f154cde {
  52. height: 80rpx;
  53. background: #F2F5FB;
  54. border-radius: 40rpx;
  55. padding-left: 40rpx;
  56. }
  57. .search .img.data-v-8f154cde {
  58. width: 30rpx;
  59. height: 32rpx;
  60. flex: 0 0 auto;
  61. margin-right: 30rpx;
  62. }
  63. .search .btn.data-v-8f154cde {
  64. width: 120rpx;
  65. height: 80rpx;
  66. background: #1f57e6;
  67. border-radius: 40rpx;
  68. font-size: 30rpx;
  69. font-weight: 500;
  70. color: #FFFFFF;
  71. text-align: center;
  72. line-height: 80rpx;
  73. flex: 0 0 auto;
  74. }
  75. .search .input.data-v-8f154cde {
  76. font-size: 30rpx;
  77. color: #161616;
  78. line-height: 80rpx;
  79. }
  80. .workbox.data-v-8f154cde {
  81. overflow: auto;
  82. }
  83. .workbox .workboxr.data-v-8f154cde {
  84. height: 100%;
  85. display: flex;
  86. }
  87. .workbox .scroll-view.data-v-8f154cde {
  88. width: 100%;
  89. height: 100%;
  90. box-sizing: border-box;
  91. }
  92. .addbtn.data-v-8f154cde {
  93. width: 100%;
  94. height: 100rpx;
  95. background: #1f57e6;
  96. position: fixed;
  97. left: 0;
  98. right: 0;
  99. bottom: 0;
  100. z-index: 1;
  101. font-size: 34rpx;
  102. font-weight: 500;
  103. color: #FFFFFF;
  104. display: flex;
  105. align-items: center;
  106. justify-content: center;
  107. }