classDetail.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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-71e077ba {
  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-71e077ba {
  45. width: 100%;
  46. float: left;
  47. padding-bottom: 60px;
  48. }
  49. .content .class-info-text.data-v-71e077ba {
  50. color: #999999;
  51. line-height: 18px;
  52. }
  53. .content .class-info-text u-icon.data-v-71e077ba {
  54. margin-right: 2px;
  55. }
  56. .content .student-box.data-v-71e077ba {
  57. max-height: 200px;
  58. padding: 0 15px;
  59. margin: 25px 0 0 0;
  60. box-sizing: border-box;
  61. overflow: auto;
  62. }
  63. .content .student-box.data-v-71e077ba .u-card__head {
  64. padding-bottom: 0px !important;
  65. }
  66. .content .techaer-info-box.data-v-71e077ba {
  67. display: -webkit-box;
  68. display: -webkit-flex;
  69. display: flex;
  70. }
  71. .content .techaer-info-box .techaer-info.data-v-71e077ba {
  72. -webkit-box-flex: 1;
  73. -webkit-flex: 1;
  74. flex: 1;
  75. margin-left: 10px;
  76. }
  77. .content .techaer-info-box .techaer-info .class-info-title.data-v-71e077ba {
  78. font-size: 14px;
  79. font-weight: bold;
  80. margin-bottom: 5px;
  81. }
  82. .content .class-show-box.data-v-71e077ba {
  83. width: 100%;
  84. float: left;
  85. }
  86. .content .class-show-box .class-show-card.data-v-71e077ba {
  87. width: calc(50% - 16px);
  88. margin: 0 8px 16px 8px;
  89. float: left;
  90. }
  91. .content .class-show-box .class-show-card .class-show-name.data-v-71e077ba {
  92. width: 100%;
  93. text-align: center;
  94. line-height: 20px;
  95. font-size: 14px;
  96. margin-top: 5px;
  97. }
  98. .content .class-show-box .class-show-card .video-col.data-v-71e077ba {
  99. width: 100%;
  100. height: 30vw;
  101. border-radius: 10px;
  102. }
  103. .content .class-show-box .class-show-card .video-col video.data-v-71e077ba {
  104. width: 100%;
  105. height: 30vw;
  106. }
  107. .content .handle-fix-box u-button.data-v-71e077ba {
  108. width: 100%;
  109. display: inline-block;
  110. }