index.wxss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .handle-fix-box.data-v-57280228 {
  28. width: 100%;
  29. height: 60px;
  30. padding: 10px 15px;
  31. position: fixed;
  32. z-index: 2;
  33. bottom: 0px;
  34. left: 0px;
  35. background-color: #FFFFFF;
  36. box-sizing: border-box;
  37. }
  38. .content.data-v-57280228 {
  39. width: 100%;
  40. float: left;
  41. }
  42. .content .swiper-item.data-v-57280228 {
  43. width: 100%;
  44. height: calc(100vh - 50px);
  45. position: relative;
  46. }
  47. .content .chart-box.data-v-57280228 {
  48. width: 100%;
  49. height: 240px;
  50. float: left;
  51. padding: 20px 0;
  52. display: -webkit-box;
  53. display: -webkit-flex;
  54. display: flex;
  55. }
  56. .content .chart-box .chart-canvas.data-v-57280228 {
  57. width: 100% !important;
  58. height: 200px !important;
  59. float: left;
  60. }
  61. .content .section-title.data-v-57280228 {
  62. width: 100%;
  63. height: 28px;
  64. display: -webkit-box;
  65. display: -webkit-flex;
  66. display: flex;
  67. -webkit-box-align: center;
  68. -webkit-align-items: center;
  69. align-items: center;
  70. }
  71. .content .section-title u-section.data-v-57280228 {
  72. margin-left: 10px;
  73. -webkit-box-flex: 1;
  74. -webkit-flex: 1;
  75. flex: 1;
  76. }
  77. .content .class-show-box.data-v-57280228 {
  78. width: calc(100% + 32px);
  79. margin: 0 -16px;
  80. float: left;
  81. padding-bottom: 50px;
  82. }
  83. .content .class-show-box .class-show-card.data-v-57280228 {
  84. width: calc(50% - 16px);
  85. margin: 0 8px 16px 8px;
  86. float: left;
  87. }
  88. .content .class-show-box .class-show-card .class-show-name.data-v-57280228 {
  89. width: 100%;
  90. text-align: center;
  91. line-height: 18px;
  92. font-size: 12px;
  93. margin-top: 5px;
  94. }
  95. .content .enroll-fix-box.data-v-57280228 {
  96. width: 100%;
  97. height: 90px;
  98. position: absolute;
  99. bottom: 40px;
  100. left: 0;
  101. display: -webkit-box;
  102. display: -webkit-flex;
  103. display: flex;
  104. -webkit-justify-content: space-around;
  105. justify-content: space-around;
  106. }
  107. .content .enroll-fix-box .enroll-button.data-v-57280228 {
  108. width: 60px;
  109. height: 90px;
  110. }
  111. .content .enroll-fix-box .enroll-button .enroll-img.data-v-57280228 {
  112. width: 60px;
  113. height: 60px;
  114. padding-left: 5px;
  115. border-radius: 50%;
  116. background-color: #ffffff;
  117. box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  118. display: -webkit-box;
  119. display: -webkit-flex;
  120. display: flex;
  121. -webkit-box-pack: center;
  122. -webkit-justify-content: center;
  123. justify-content: center;
  124. -webkit-box-align: center;
  125. -webkit-align-items: center;
  126. align-items: center;
  127. }
  128. .content .enroll-fix-box .enroll-button .enroll-text.data-v-57280228 {
  129. width: 60px;
  130. height: 20px;
  131. margin-top: 10px;
  132. line-height: 20px;
  133. font-size: 14px;
  134. text-align: center;
  135. white-space: nowrap;
  136. }
  137. .content .user-info.data-v-57280228 {
  138. width: 100%;
  139. height: 110px;
  140. margin-bottom: 20px;
  141. float: left;
  142. background-color: #ff6e3e;
  143. }
  144. .content .user-info .user-data.data-v-57280228 {
  145. width: calc(100% - 110px);
  146. height: 110px;
  147. padding: 15px 0 15px 15px;
  148. float: left;
  149. }
  150. .content .user-info .user-data .user-name.data-v-57280228 {
  151. width: 100%;
  152. float: left;
  153. font-size: 24px;
  154. color: #FFFFFF;
  155. line-height: 30px;
  156. margin: 10px 0;
  157. white-space: nowrap;
  158. overflow: hidden;
  159. text-overflow: ellipsis;
  160. }
  161. .content .user-info .user-data .user-phone.data-v-57280228 {
  162. width: 100%;
  163. color: #FFFFFF;
  164. line-height: 20px;
  165. float: left;
  166. white-space: nowrap;
  167. overflow: hidden;
  168. text-overflow: ellipsis;
  169. }
  170. .content .user-info .user-img.data-v-57280228 {
  171. width: 110px;
  172. height: 110px;
  173. padding: 15px;
  174. float: left;
  175. display: -webkit-box;
  176. display: -webkit-flex;
  177. display: flex;
  178. -webkit-box-align: center;
  179. -webkit-align-items: center;
  180. align-items: center;
  181. -webkit-box-pack: center;
  182. -webkit-justify-content: center;
  183. justify-content: center;
  184. }
  185. .content .user-handle.data-v-57280228 {
  186. width: 100vw;
  187. height: 40px;
  188. float: left;
  189. padding: 0 15px;
  190. margin-bottom: 10px;
  191. display: -webkit-box;
  192. display: -webkit-flex;
  193. display: flex;
  194. -webkit-box-align: center;
  195. -webkit-align-items: center;
  196. align-items: center;
  197. }
  198. .content .user-handle .handle-icon.data-v-57280228 {
  199. width: 40px;
  200. height: 40px;
  201. text-align: center;
  202. line-height: 40px;
  203. display: -webkit-box;
  204. display: -webkit-flex;
  205. display: flex;
  206. -webkit-box-align: center;
  207. -webkit-align-items: center;
  208. align-items: center;
  209. }
  210. .content .user-handle .handle-label.data-v-57280228 {
  211. height: 40px;
  212. -webkit-box-flex: 1;
  213. -webkit-flex: 1;
  214. flex: 1;
  215. margin-left: 10px;
  216. line-height: 40px;
  217. font-size: 15px;
  218. }
  219. .content .user-handle .handle-arrow.data-v-57280228 {
  220. line-height: 40px;
  221. }