art.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. /* pages/art/art.wxss */
  2. <<<<<<< HEAD
  3. .art {
  4. width: 100%;
  5. padding: 0 15rpx;
  6. box-sizing: border-box;
  7. }
  8. =======
  9. >>>>>>> d311ba85855d9833139d43ef0f7038e08d5d9599
  10. .material,
  11. .works,
  12. .share {
  13. width: 100%;
  14. margin: 20rpx 0;
  15. border-radius: 25rpx;
  16. padding: 20rpx 0;
  17. box-sizing: border-box;
  18. background: #fff;
  19. position: relative;
  20. }
  21. .this-week {
  22. display: flex;
  23. padding: 0 25rpx;
  24. box-sizing: border-box;
  25. }
  26. .this-week image {
  27. width: 86rpx;
  28. height: 86rpx;
  29. }
  30. .lesson-name {
  31. display: flex;
  32. flex-direction: column;
  33. margin: 8rpx 16rpx;
  34. }
  35. .lesson-name text:nth-child(1) {
  36. height: 38rpx;
  37. font-size: 32rpx;
  38. font-weight: 600;
  39. }
  40. .lesson-name text:nth-child(2) {
  41. height: 30rpx;
  42. margin-top: 10rpx;
  43. font-size: 24rpx;
  44. color: #C3C3C3;
  45. }
  46. /* 预览图片 */
  47. .material-con {
  48. margin-left: 10rpx;
  49. padding: 0 25rpx;
  50. }
  51. .art-img {
  52. display: flex;
  53. justify-content: space-between;
  54. margin-left: 53rpx;
  55. font-size: 28rpx;
  56. color: #444;
  57. margin-top: 30rpx;
  58. }
  59. /* 分享评论 */
  60. .works,
  61. .share {
  62. padding: 16rpx 25rpx;
  63. }
  64. .works .title,
  65. .share .title {
  66. position:relative;
  67. width: 100%;
  68. text-align: center;
  69. font-size: 32rpx;
  70. font-weight: 600;
  71. border-bottom: 2rpx #878787 solid;
  72. padding-bottom: 16rpx;
  73. background: #fff;
  74. }
  75. .xing {
  76. width: 20rpx;
  77. height: 20rpx;
  78. margin: 0 10rpx;
  79. }
  80. .uploading {
  81. position: absolute;
  82. right: 0;
  83. top: 10rpx;
  84. font-size: 24rpx;
  85. }
  86. .share-con,
  87. .questions {
  88. position:relative;
  89. margin-top: 28rpx;
  90. padding-bottom: 58rpx;
  91. border-bottom: 2rpx #878787 solid;
  92. }
  93. .share-con .head {
  94. position:relative;
  95. padding:20rpx 0;
  96. }
  97. .head-img {
  98. width: 86rpx;
  99. height: 86rpx;
  100. float: left;
  101. margin-right: 18rpx;
  102. }
  103. .head-img image {
  104. width: 100%;
  105. height: 100%;
  106. border-radius: 50%;
  107. }
  108. .picture {
  109. display: flex;
  110. justify-content: center;
  111. margin: 24rpx 112rpx 17rpx 103rpx;
  112. }
  113. .picture image {
  114. width: 236rpx;
  115. height: 176rpx;
  116. border-radius: 15rpx;
  117. }
  118. .picture image:nth-child(2) {
  119. margin-left: 8rpx;
  120. }
  121. .share_up {
  122. position: absolute;
  123. right: 0;
  124. top: 20rpx;
  125. height: 19rpx;
  126. width: 19rpx;
  127. }
  128. .icon {
  129. display: flex;
  130. align-items: center;
  131. margin: 0 112rpx 17rpx 103rpx;
  132. }
  133. .icon view {
  134. display: flex;
  135. align-items: center;
  136. margin-right: 60rpx;
  137. }
  138. .icon .zan {
  139. width: 26rpx;
  140. height: 23rpx;
  141. }
  142. .icon .weatch {
  143. width: 30rpx;
  144. height: 23rpx;
  145. }
  146. .icon .discuss {
  147. width: 32rpx;
  148. height: 29rpx;
  149. }
  150. .icon view text {
  151. font-size: 24rpx;
  152. color: #878787;
  153. margin-left: 14rpx;
  154. }
  155. .more {
  156. margin-top: 18rpx;
  157. font-size: 28rpx;
  158. text-align: center;
  159. color: #787878;
  160. }
  161. .no-con {
  162. margin: 50rpx 0 ;
  163. }
  164. .state {
  165. text-align: center;
  166. font-size: 24rpx;
  167. color: #C0C0C0;
  168. }
  169. .upload-works {
  170. position: relative;
  171. width: 212rpx;
  172. height: 212rpx;
  173. margin: 0 auto;
  174. }
  175. .work-box {
  176. position: absolute;
  177. left: 0;
  178. top: 0;
  179. width: 212rpx;
  180. height: 212rpx;
  181. }
  182. .uploading-works {
  183. position: absolute;
  184. left: 50%;
  185. top: 50%;
  186. z-index: 1;
  187. width: 67rpx;
  188. height: 51rpx;
  189. transform: translate(-50%, -50%);
  190. }
  191. .upload-works text {
  192. position: absolute;
  193. left: 50%;
  194. top: 70%;
  195. z-index: 1;
  196. font-size: 24rpx;
  197. color: #C0C0C0;
  198. transform: translate(-50%);
  199. }
  200. /* 答疑讨论 */
  201. .questions {
  202. padding-bottom: 28rpx;
  203. }
  204. .questions .head {
  205. padding:20rpx 0;
  206. position: relative;
  207. }
  208. .dian {
  209. position: absolute;
  210. right: 45rpx;
  211. top: 40rpx;
  212. width: 20rpx;
  213. height: 20rpx;
  214. border-radius: 50%;
  215. background: #FD025F;
  216. }
  217. /* 标题定位到顶部 */
  218. .adsorb {
  219. position: fixed;
  220. left: 0;
  221. top: 72rpx;
  222. }
  223. /* 定位图片 */
  224. .questions-one {
  225. position: fixed;
  226. right: 20rpx;
  227. bottom: 30rpx;
  228. width: 100rpx;
  229. height: 100rpx;
  230. border-radius: 50%;
  231. }
  232. .questions-one image {
  233. width: 100%;
  234. height: 100%;
  235. }
  236. .upload-one {
  237. position: fixed;
  238. right: 20rpx;
  239. bottom: 150rpx;
  240. width: 100rpx;
  241. height: 100rpx;
  242. border-radius: 50%;
  243. }
  244. .upload-one image {
  245. width: 100%;
  246. height: 100%;
  247. }