shuangchuang_detail.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  6. */
  7. page {
  8. position: relative;
  9. background-color: #F7F7F7;
  10. }
  11. .scdetail {
  12. padding-bottom: 20px;
  13. }
  14. .scdetail .tab {
  15. display: flex;
  16. align-items: center;
  17. width: 80%;
  18. margin: 0 auto;
  19. }
  20. .scdetail .tab .item,
  21. .scdetail .tab .active-item {
  22. margin-top: 17px;
  23. font-size: 16px;
  24. font-family: PingFang SC;
  25. font-weight: bold;
  26. line-height: 20px;
  27. color: rgba(113, 113, 113, 0.43);
  28. opacity: 0.43;
  29. opacity: 1;
  30. flex: 1;
  31. text-align: center;
  32. }
  33. .scdetail .tab .item view,
  34. .scdetail .tab .active-item view {
  35. display: block;
  36. }
  37. .scdetail .tab .item .week,
  38. .scdetail .tab .active-item .week {
  39. padding-bottom: 12px;
  40. }
  41. .scdetail .tab .item .line,
  42. .scdetail .tab .active-item .line {
  43. width: 30px;
  44. height: 4px;
  45. background: #3B7653;
  46. opacity: 1;
  47. border-radius: 2px;
  48. display: block;
  49. margin: 0 auto;
  50. }
  51. .scdetail .tab .active-item {
  52. font-size: 18px;
  53. font-family: PingFang SC;
  54. font-weight: bold;
  55. line-height: 20px;
  56. color: #3B7653;
  57. }
  58. .scdetail .tab .active-item .week {
  59. padding-bottom: 8px;
  60. }
  61. .scdetail .info {
  62. padding: 15px;
  63. }
  64. .scdetail .info .title {
  65. font-size: 16px;
  66. color: #333;
  67. }
  68. .scdetail .yaoqiu {
  69. padding: 15px;
  70. }
  71. .scdetail .stu {
  72. padding: 15px;
  73. }
  74. .scdetail .detail_info {
  75. padding: 15px;
  76. background-color: #fff;
  77. }
  78. .scdetail .detail_info .title {
  79. font-size: 16px;
  80. font-weight: 550;
  81. color: #333;
  82. }
  83. .scdetail .detail_info .info_wrap {
  84. margin-top: 10px;
  85. }
  86. .scdetail .detail_info .info_wrap .item {
  87. color: #666;
  88. line-height: 22px;
  89. font-size: 14px;
  90. }
  91. .scdetail .detail_info .info_wrap .num .content {
  92. font-weight: 550;
  93. color: #3B7653;
  94. }
  95. .scdetail .jieshao {
  96. margin-top: 10px;
  97. background-color: #fff;
  98. padding: 15px;
  99. }
  100. .scdetail .jieshao .info_title {
  101. padding-bottom: 10px;
  102. font-size: 16px;
  103. display: flex;
  104. align-items: center;
  105. }
  106. .scdetail .jieshao .info_title .line {
  107. display: inline-block;
  108. margin-right: 5px;
  109. height: 11px;
  110. width: 3px;
  111. background-color: #3B7653;
  112. vertical-align: middle;
  113. }
  114. .scdetail .jieshao .info_title text {
  115. display: inline-block;
  116. vertical-align: middle;
  117. }
  118. .scdetail .jieshao .content {
  119. text-align: justify;
  120. word-break: break-all;
  121. word-wrap: break-word;
  122. }
  123. .scdetail .zhaosheng .stu_wrap {
  124. display: flex;
  125. flex-wrap: wrap;
  126. margin: 0 -5px;
  127. }
  128. .scdetail .zhaosheng .stu_wrap .empty {
  129. width: 100%;
  130. }
  131. .scdetail .zhaosheng .stu_wrap .list_content {
  132. flex-shrink: 0;
  133. background-color: #FFFFFF;
  134. border-radius: 5px;
  135. padding: 5px;
  136. position: relative;
  137. }
  138. .scdetail .zhaosheng .stu_wrap .list_content .top .headimg {
  139. width: 60px;
  140. text-align: center;
  141. }
  142. .scdetail .zhaosheng .stu_wrap .list_content .top .headimg image {
  143. height: 44px;
  144. width: 44px;
  145. border-radius: 50%;
  146. }
  147. .scdetail .zhaosheng .stu_wrap .list_content .top .headimg .name {
  148. display: block;
  149. color: #0C0C0C;
  150. font-style: normal;
  151. font-weight: 500;
  152. font-size: 13px;
  153. }
  154. .scdetail .zhaosheng .stu_wrap .list_content .bottom {
  155. border-top: 0.5px solid #DDDDDD;
  156. display: flex;
  157. height: 63px;
  158. line-height: 20px;
  159. margin: 6px 15px;
  160. padding: 10px 0;
  161. }
  162. .scdetail .zhaosheng .stu_wrap .list_content .bottom .left {
  163. width: 40px;
  164. color: #666666;
  165. font-size: 13px;
  166. opacity: 0.8;
  167. }
  168. .scdetail .zhaosheng .stu_wrap .list_content .bottom .right {
  169. width: 260px;
  170. overflow: hidden;
  171. text-overflow: ellipsis;
  172. display: -webkit-box;
  173. -webkit-line-clamp: 2;
  174. line-clamp: 2;
  175. -webkit-box-orient: vertical;
  176. word-break: break-all;
  177. }
  178. .scdetail .active_btn {
  179. position: fixed;
  180. bottom: 0;
  181. width: 100%;
  182. height: 60px;
  183. margin-top: 60px;
  184. left: 0;
  185. background-color: #FFFFFF;
  186. line-height: 50px;
  187. border-top: solid 1px #DDDDDD;
  188. text-align: center;
  189. }
  190. .scdetail .active_btn .bt {
  191. height: 40px;
  192. margin-top: 10px;
  193. background: #138E57;
  194. border-radius: 25px;
  195. font-size: 16px;
  196. text-align: center;
  197. width: 80%;
  198. line-height: 40px;
  199. display: inline-block;
  200. color: #FFFFFF;
  201. }
  202. .scdetail .active_btn .bt1 {
  203. height: 40px;
  204. margin-top: 10px;
  205. background: #F5F5F5;
  206. border-radius: 25px;
  207. font-size: 16px;
  208. text-align: center;
  209. width: 80%;
  210. line-height: 40px;
  211. display: inline-block;
  212. color: #666666;
  213. }