projectBox.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. .projectBox {
  2. /* padding: 30rpx; */
  3. }
  4. .header-section {
  5. padding: 30rpx;
  6. display: flex;
  7. background-color: #333;
  8. color: #fff;
  9. }
  10. .header-section .left {
  11. flex: 1;
  12. }
  13. .headerImg {
  14. width: 236rpx;
  15. height: 236rpx;
  16. margin-right: 20rpx;
  17. display: inline-block;
  18. vertical-align: middle;
  19. }
  20. .header-section .right {
  21. flex: auto;
  22. position: relative;
  23. }
  24. .studyTime {
  25. margin: 16rpx 0;
  26. }
  27. .toStudy {
  28. position: absolute;
  29. bottom: 0;
  30. width: 100%;
  31. height: 68rpx;
  32. line-height: 68rpx;
  33. }
  34. .toStudy .btn {
  35. display: inline-block;
  36. float: right;
  37. color: #00c7c6;
  38. border-radius: 34rpx;
  39. border: 2rpx solid #00c7c6;
  40. height: 68rpx;
  41. line-height: 68rpx;
  42. padding: 0 20rpx;
  43. }
  44. .tabs {
  45. height: 100rpx;
  46. line-height: 100rpx;
  47. background-color: #333;
  48. color: #969696;
  49. display: flex;
  50. }
  51. .subtab {
  52. flex: 1;
  53. font-size: 28rpx;
  54. text-align: center;
  55. }
  56. .articleText {
  57. padding: 30rpx;
  58. }
  59. .maintitle {
  60. padding: 30rpx 0 16rpx;
  61. }
  62. .pingfen {
  63. display: flex;
  64. }
  65. .pingfen .left {
  66. flex: 0.5;
  67. display: flex;
  68. padding-top: 10rpx;
  69. }
  70. .pingfen .evaluate_score {
  71. font-size: 24rpx;
  72. font-weight: 500;
  73. color: #484848;
  74. line-height: 24rpx;
  75. height: 24rpx;
  76. position: relative;
  77. flex: auto;
  78. }
  79. .pingfen .left text {
  80. flex: auto;
  81. color: #969696;
  82. }
  83. .pingfen .evaluate_score>view {
  84. position: absolute;
  85. left: 0rpx;
  86. top: 0;
  87. }
  88. .pingfen .evaluate_score .light {
  89. z-index: 3;
  90. }
  91. .pingfen .evaluate_score .grey {
  92. z-index: 2;
  93. }
  94. .pingfen .evaluate_score image {
  95. margin-right: 4rpx;
  96. width: 24rpx;
  97. height: 24rpx;
  98. vertical-align: bottom;
  99. }
  100. .pingfenImg {
  101. width: 40rpx;
  102. height: 30rpx;
  103. margin: 0 8rpx;
  104. display: inline-block;
  105. vertical-align: middle;
  106. }
  107. .passage-conditions {
  108. margin: 30rpx 0 16rpx;
  109. color: #323232;
  110. }
  111. .passage-conditions text {
  112. margin: 0 10rpx;
  113. color: #323232;
  114. }
  115. .passage-conditions>view{
  116. margin: 0 10rpx;
  117. color: #323232;
  118. display: inline-block;
  119. }
  120. .passage-conditions>view image{
  121. vertical-align: middle;
  122. }
  123. .passage-conditions .left {
  124. border-radius: 4rpx;
  125. border: 2rpx solid;
  126. padding: 0 5rpx;
  127. transform: translateY(-8rpx);
  128. margin-left: 0;
  129. color: #000;
  130. }
  131. .teacher {}
  132. .subtitle {
  133. color: #969696;
  134. margin: 30rpx 0;
  135. }
  136. .head {
  137. margin: 30rpx 0;
  138. height: 80rpx;
  139. }
  140. .head .left {
  141. float: left;
  142. color: #646464;
  143. }
  144. .easy-intro {
  145. padding: 0 30rpx;
  146. }
  147. /* .boutique {
  148. display: inline-block;
  149. color: red;
  150. border-radius: 4rpx;
  151. border: 2rpx solid red;
  152. padding: 0 5rpx;
  153. transform: translateY(-8rpx);
  154. margin-right: 6rpx;
  155. } */
  156. .headImg {
  157. width: 80rpx;
  158. height: 80rpx;
  159. margin-right: 20rpx;
  160. border-radius: 50%;
  161. display: inline-block;
  162. vertical-align: middle;
  163. }
  164. .head .right {
  165. float: left;
  166. height: 80rpx;
  167. line-height: 40rpx;
  168. width: 80%;
  169. }
  170. .head .right .name {
  171. font-size: 32rpx;
  172. color: ;
  173. }
  174. .introduce {
  175. font-size: 24rpx;
  176. color: #969696;
  177. }
  178. .headTextImg {
  179. width: 40rpx;
  180. height: 40rpx;
  181. margin: 0 8rpx;
  182. border-radius: 50%;
  183. display: inline-block;
  184. vertical-align: middle;
  185. }
  186. .project-list {
  187. display: flex;
  188. margin: 30rpx 0;
  189. padding-left: 30rpx;
  190. }
  191. .project-list .left {
  192. flex: auto;
  193. width: 80%;
  194. }
  195. .project-list .project-title {
  196. margin-bottom: 16rpx;
  197. text-overflow: -o-ellipsis-lastline;
  198. overflow: hidden;
  199. text-overflow: ellipsis;
  200. display: -webkit-box;
  201. -webkit-line-clamp: 1;
  202. line-clamp: 1;
  203. -webkit-box-orient: vertical;
  204. }
  205. .project-list .right {
  206. flex: auto;
  207. line-height: 72rpx;
  208. text-align: right;
  209. }
  210. .project-list .subtitle {}
  211. .project-list .process {
  212. color: #00c7c6;
  213. margin-left: 30rpx;
  214. }
  215. .nothing {
  216. /* width: 196rpx; */
  217. /* height: 68rpx; */
  218. /* line-height: 68rpx; */
  219. color: #969696;
  220. /* border: 2rpx solid #969696; */
  221. /* border-radius: 34rpx; */
  222. margin: 0 auto;
  223. text-align: center;
  224. margin-bottom: 30rpx;
  225. }
  226. .rightIcon {
  227. width: 30rpx;
  228. height: 30rpx;
  229. margin: 0 8rpx;
  230. /* border-radius: 50%; */
  231. display: inline-block;
  232. vertical-align: middle;
  233. }
  234. .goods_name {
  235. display: -webkit-box;
  236. overflow: hidden;
  237. white-space: normal !important;
  238. text-overflow: ellipsis;
  239. word-wrap: break-word;
  240. -webkit-line-clamp: 1;
  241. -webkit-box-orient: vertical;
  242. }
  243. .jb-icon {
  244. width: 25rpx;
  245. height: 25rpx;
  246. display: inline-block;
  247. margin-left: 10rpx;
  248. margin-bottom: 5rpx;
  249. vertical-align: bottom;
  250. }