student.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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-3c45892c {
  18. height: 100vh;
  19. background-color: #FFFFFF;
  20. display: flex;
  21. flex-direction: column;
  22. overflow: hidden;
  23. }
  24. .stutop.data-v-3c45892c {
  25. padding: 28rpx 38rpx 0rpx;
  26. background-color: #FFFFFF;
  27. flex: 0 0 auto;
  28. }
  29. .fnbox.data-v-3c45892c {
  30. width: 100%;
  31. height: 76rpx;
  32. display: flex;
  33. align-items: center;
  34. justify-content: center;
  35. font-size: 28rpx;
  36. font-weight: bold;
  37. }
  38. .fnbox.bg1.data-v-3c45892c {
  39. background: #FFF4EF;
  40. color: #FE4C0E;
  41. }
  42. .fnbox.bg2.data-v-3c45892c {
  43. background: #EEF3FE;
  44. color: #4775EA;
  45. }
  46. .fnbox image.data-v-3c45892c {
  47. width: 20rpx;
  48. height: 26rpx;
  49. margin-right: 12rpx;
  50. }
  51. .stutoa.data-v-3c45892c {
  52. font-size: 28rpx;
  53. font-weight: bold;
  54. color: #666666;
  55. }
  56. .stutoa text.data-v-3c45892c {
  57. color: #4775EA;
  58. padding: 0 8rpx;
  59. }
  60. .stutoa image.data-v-3c45892c {
  61. width: 22rpx;
  62. height: 12rpx;
  63. margin-left: 24rpx;
  64. }
  65. .stutoa .stutoap.data-v-3c45892c {
  66. flex: 1;
  67. padding: 16rpx 0;
  68. margin: 0 6rpx;
  69. }
  70. .stutoar.data-v-3c45892c {
  71. font-size: 28rpx;
  72. font-weight: 500;
  73. color: #666666;
  74. }
  75. .stutoar text.data-v-3c45892c {
  76. color: #4775EA;
  77. padding: 0 8rpx;
  78. font-weight: bold;
  79. }
  80. .search.data-v-3c45892c {
  81. height: 80rpx;
  82. background: #F2F5FB;
  83. border-radius: 40rpx;
  84. padding-left: 40rpx;
  85. }
  86. .search .img.data-v-3c45892c {
  87. width: 30rpx;
  88. height: 32rpx;
  89. flex: 0 0 auto;
  90. margin-right: 30rpx;
  91. }
  92. .search .btn.data-v-3c45892c {
  93. width: 120rpx;
  94. height: 80rpx;
  95. background: #1f57e6;
  96. border-radius: 40rpx;
  97. font-size: 30rpx;
  98. font-weight: 500;
  99. color: #FFFFFF;
  100. text-align: center;
  101. line-height: 80rpx;
  102. flex: 0 0 auto;
  103. }
  104. .search .input.data-v-3c45892c {
  105. font-size: 30rpx;
  106. color: #161616;
  107. line-height: 80rpx;
  108. }
  109. .workbox.data-v-3c45892c {
  110. overflow: auto;
  111. }
  112. .workbox .workboxr.data-v-3c45892c {
  113. height: 100%;
  114. display: flex;
  115. }
  116. .workbox .scroll-view.data-v-3c45892c {
  117. width: 100%;
  118. height: 100%;
  119. box-sizing: border-box;
  120. }
  121. .addbtn.data-v-3c45892c {
  122. width: 100%;
  123. height: 100rpx;
  124. background: #1f57e6;
  125. position: fixed;
  126. left: 0;
  127. right: 0;
  128. bottom: 0;
  129. z-index: 1;
  130. font-size: 34rpx;
  131. font-weight: 500;
  132. color: #FFFFFF;
  133. display: flex;
  134. align-items: center;
  135. justify-content: center;
  136. }