classDetail.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. page {
  2. width: 100%;
  3. height: 100%;
  4. background-color: #f7f7f7;
  5. position: relative;
  6. }
  7. @charset "UTF-8";
  8. /**
  9. * 这里是uni-app内置的常用样式变量
  10. *
  11. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  12. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  13. *
  14. */
  15. /**
  16. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  17. *
  18. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  19. */
  20. /* 颜色变量 */
  21. /* 行为相关颜色 */
  22. /* 文字基本颜色 */
  23. /* 背景颜色 */
  24. /* 边框颜色 */
  25. /* 尺寸变量 */
  26. /* 文字尺寸 */
  27. /* 图片尺寸 */
  28. /* Border Radius */
  29. /* 水平间距 */
  30. /* 垂直间距 */
  31. /* 透明度 */
  32. /* 文章场景相关 */
  33. .handle-fix-box.data-v-66437308 {
  34. width: 100%;
  35. height: 60px;
  36. padding: 10px 15px;
  37. position: fixed;
  38. z-index: 2;
  39. bottom: 0px;
  40. left: 0px;
  41. background-color: #FFFFFF;
  42. box-sizing: border-box;
  43. }
  44. .content.data-v-66437308 {
  45. width: 100%;
  46. float: left;
  47. padding-bottom: 60px;
  48. }
  49. .content .class-info-text.data-v-66437308 {
  50. color: #999999;
  51. line-height: 18px;
  52. }
  53. .content .class-info-text u-icon.data-v-66437308 {
  54. margin-right: 4px;
  55. }
  56. .content .class-student-col.data-v-66437308 {
  57. height: 28px;
  58. display: -webkit-box;
  59. display: -webkit-flex;
  60. display: flex;
  61. padding: 0 10px;
  62. line-height: 28px;
  63. color: #ff6e3e;
  64. white-space: nowrap;
  65. border: 1px solid #ff6e3e;
  66. border-radius: 5px;
  67. }
  68. .content .class-student-col.data-v-66437308 u-icon {
  69. margin-left: 5px;
  70. }
  71. .content .student-active.data-v-66437308 {
  72. background-color: #ff6e3e;
  73. color: #FFFFFF;
  74. }
  75. .content .class-student-box.data-v-66437308 {
  76. display: -webkit-box;
  77. display: -webkit-flex;
  78. display: flex;
  79. -webkit-justify-content: space-around;
  80. justify-content: space-around;
  81. }
  82. .content .class-show-box.data-v-66437308 {
  83. width: 100%;
  84. float: left;
  85. }
  86. .content .class-show-box .class-show-card.data-v-66437308 {
  87. width: calc(50% - 16px);
  88. margin: 0 8px 16px 8px;
  89. float: left;
  90. position: relative;
  91. }
  92. .content .class-show-box .class-show-card .class-show-name.data-v-66437308 {
  93. width: 100%;
  94. text-align: center;
  95. line-height: 20px;
  96. font-size: 14px;
  97. margin-top: 5px;
  98. }
  99. .content .class-show-box .class-show-card .delete-icon.data-v-66437308 {
  100. position: absolute;
  101. right: -5px;
  102. top: -5px;
  103. }
  104. .content .class-show-box .class-show-card .video-col.data-v-66437308 {
  105. width: 100%;
  106. height: 30vw;
  107. border-radius: 10px;
  108. }
  109. .content .class-show-box .class-show-card .video-col video.data-v-66437308 {
  110. width: 100%;
  111. height: 30vw;
  112. }