chat.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. /* compontents/chat/chat.wxss */
  2. .works,
  3. .share {
  4. width: 100%;
  5. margin: 20rpx 0;
  6. border-radius: 25rpx;
  7. padding: 20rpx 0;
  8. box-sizing: border-box;
  9. background: #fff;
  10. position: relative;
  11. }
  12. /* 分享评论 */
  13. .works,
  14. .share {
  15. padding: 16rpx 25rpx;
  16. }
  17. .works .title,
  18. .share .title {
  19. position:relative;
  20. width: 100%;
  21. text-align: center;
  22. font-size: 32rpx;
  23. font-weight: 600;
  24. border-bottom: 2rpx #878787 solid;
  25. padding-bottom: 16rpx;
  26. background: #fff;
  27. }
  28. .xing {
  29. width: 20rpx;
  30. height: 20rpx;
  31. margin: 0 10rpx;
  32. }
  33. .uploading {
  34. position: absolute;
  35. right: 0;
  36. top: 10rpx;
  37. font-size: 24rpx;
  38. }
  39. .share-con,
  40. .questions {
  41. position:relative;
  42. margin-top: 28rpx;
  43. padding-bottom: 58rpx;
  44. border-bottom: 2rpx #878787 solid;
  45. }
  46. .share-con .head {
  47. position:relative;
  48. padding:20rpx 0;
  49. }
  50. .head-img {
  51. width: 86rpx;
  52. height: 86rpx;
  53. float: left;
  54. margin-right: 18rpx;
  55. }
  56. .head-img image {
  57. width: 100%;
  58. height: 100%;
  59. border-radius: 50%;
  60. }
  61. .lesson-name {
  62. display: flex;
  63. flex-direction: column;
  64. margin: 8rpx 16rpx;
  65. }
  66. .lesson-name text:nth-child(1) {
  67. height: 38rpx;
  68. font-size: 32rpx;
  69. font-weight: 600;
  70. }
  71. .lesson-name text:nth-child(2) {
  72. height: 30rpx;
  73. margin-top: 10rpx;
  74. font-size: 24rpx;
  75. color: #C3C3C3;
  76. }
  77. .picture {
  78. display: flex;
  79. justify-content: center;
  80. margin: 24rpx 112rpx 17rpx 103rpx;
  81. }
  82. .picture image {
  83. width: 236rpx;
  84. height: 176rpx;
  85. border-radius: 15rpx;
  86. }
  87. .picture image:nth-child(2) {
  88. margin-left: 8rpx;
  89. }
  90. <<<<<<< HEAD
  91. .share-up-box {
  92. position: absolute;
  93. right: -30rpx;
  94. top: -30rpx;
  95. height: 100rpx;
  96. width: 100rpx;
  97. }
  98. .share_up {
  99. position: absolute;
  100. right: 30rpx;
  101. top: 50rpx;
  102. =======
  103. .share_up {
  104. position: absolute;
  105. right: 0;
  106. top: 20rpx;
  107. >>>>>>> d311ba85855d9833139d43ef0f7038e08d5d9599
  108. height: 19rpx;
  109. width: 19rpx;
  110. }
  111. <<<<<<< HEAD
  112. .message {
  113. position: absolute;
  114. right: 0;
  115. top: 10rpx;
  116. width: 68rpx;
  117. height: 56rpx;
  118. }
  119. =======
  120. >>>>>>> d311ba85855d9833139d43ef0f7038e08d5d9599
  121. .icon {
  122. display: flex;
  123. align-items: center;
  124. margin: 0 112rpx 17rpx 103rpx;
  125. }
  126. .icon view {
  127. display: flex;
  128. align-items: center;
  129. margin-right: 60rpx;
  130. }
  131. .icon .zan {
  132. width: 26rpx;
  133. height: 23rpx;
  134. }
  135. .icon .weatch {
  136. width: 30rpx;
  137. height: 23rpx;
  138. }
  139. .icon .discuss {
  140. width: 32rpx;
  141. height: 29rpx;
  142. }
  143. .icon view text {
  144. font-size: 24rpx;
  145. color: #878787;
  146. margin-left: 14rpx;
  147. }
  148. .more {
  149. margin-top: 18rpx;
  150. font-size: 28rpx;
  151. text-align: center;
  152. color: #787878;
  153. }
  154. /* 没有分享和答疑内容时的样式 */
  155. .no-con {
  156. margin: 50rpx 0 ;
  157. }
  158. .state {
  159. text-align: center;
  160. font-size: 24rpx;
  161. color: #C0C0C0;
  162. }
  163. .upload-works {
  164. position: relative;
  165. width: 212rpx;
  166. height: 212rpx;
  167. margin: 0 auto;
  168. }
  169. .work-box {
  170. position: absolute;
  171. left: 0;
  172. top: 0;
  173. width: 212rpx;
  174. height: 212rpx;
  175. }
  176. .uploading-works {
  177. position: absolute;
  178. left: 50%;
  179. top: 50%;
  180. z-index: 1;
  181. width: 67rpx;
  182. height: 51rpx;
  183. transform: translate(-50%, -50%);
  184. }
  185. .upload-works text {
  186. position: absolute;
  187. left: 50%;
  188. top: 70%;
  189. z-index: 1;
  190. font-size: 24rpx;
  191. color: #C0C0C0;
  192. transform: translate(-50%);
  193. }