chat.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  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: 36rpx;
  23. font-weight: 600;
  24. border-bottom: 2rpx #dcdcdc 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: 28rpx;
  38. color: #fff;
  39. background-color: #95D4E6;
  40. line-height: 40rpx;
  41. border-radius: 40rpx;
  42. display: block;
  43. height: 40rpx;
  44. padding: 0rpx 20rpx;
  45. }
  46. .share-con,
  47. .questions {
  48. position:relative;
  49. margin-top: 28rpx;
  50. padding-bottom: 10rpx;
  51. border-bottom: 2rpx #dcdcdc solid;
  52. }
  53. .share-con .head {
  54. padding:20rpx 0;
  55. position: relative;
  56. }
  57. .head-img {
  58. width: 86rpx;
  59. height: 86rpx;
  60. float: left;
  61. margin-right: 18rpx;
  62. }
  63. .head-img image {
  64. width: 100%;
  65. height: 100%;
  66. border-radius: 50%;
  67. }
  68. .lesson-name {
  69. display: flex;
  70. flex-direction: column;
  71. margin: 8rpx 16rpx;
  72. }
  73. .lesson-name text:nth-child(1) {
  74. height: 38rpx;
  75. font-size: 36rpx;
  76. font-weight: 600;
  77. }
  78. .lesson-name text:nth-child(2),
  79. .lesson-name text:nth-child(3) {
  80. height: 30rpx;
  81. margin-top: 10rpx;
  82. font-size: 28rpx;
  83. color: #C3C3C3;
  84. }
  85. .picture {
  86. display: flex;
  87. height:176rpx;
  88. margin: 24rpx 112rpx 17rpx 103rpx;
  89. }
  90. .picture image {
  91. width: 236rpx;
  92. height: 176rpx;
  93. border-radius: 5rpx;
  94. }
  95. .picture image:nth-child(2) {
  96. margin-left: 8rpx;
  97. }
  98. .share-up-box {
  99. position: absolute;
  100. right: -30rpx;
  101. top: -30rpx;
  102. height: 100rpx;
  103. width: 100rpx;
  104. }
  105. .share_up {
  106. position: absolute;
  107. right: 30rpx;
  108. top: 50rpx;
  109. height: 38rpx;
  110. width: 42rpx;
  111. }
  112. .message {
  113. position: absolute;
  114. right: 0;
  115. top: 10rpx;
  116. width: 20rpx;
  117. height: 20rpx;
  118. background: red;
  119. border-radius: 50%;
  120. }
  121. .Stick {
  122. position: absolute;
  123. right:136px;
  124. top:32rpx;
  125. font-size: 32rpx;
  126. color: skyblue;
  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: 36rpx;
  140. height: 33rpx;
  141. }
  142. .icon .weatch {
  143. width: 40rpx;
  144. height: 33rpx;
  145. }
  146. .icon .discuss {
  147. width: 42rpx;
  148. height: 39rpx;
  149. }
  150. .icon view text {
  151. font-size: 28rpx;
  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. /* 没有分享和答疑内容时的样式 */
  162. .no-con {
  163. margin: 50rpx 0 ;
  164. }
  165. .state {
  166. text-align: center;
  167. font-size: 28rpx;
  168. color: #bebebe;
  169. }
  170. .upload-works {
  171. position: relative;
  172. width: 240rpx;
  173. height: 210rpx;
  174. margin: 0 auto;
  175. }
  176. .work-box {
  177. position: absolute;
  178. left: 0;
  179. top: 0;
  180. width: 235rpx;
  181. height: 235rpx;
  182. }
  183. .uploading-works {
  184. position: absolute;
  185. left: 50%;
  186. top: 50%;
  187. z-index: 1;
  188. width: 67rpx;
  189. height: 51rpx;
  190. transform: translate(-50%, -50%);
  191. }
  192. .upload-works text {
  193. position: absolute;
  194. left: 50%;
  195. top: 70%;
  196. z-index: 1;
  197. font-size: 28rpx;
  198. color: #bebebe;
  199. transform: translate(-50%);
  200. }
  201. /*分享按钮*/
  202. .transmit {
  203. position: absolute;
  204. right: -20rpx;
  205. top: -20rpx;
  206. height: 100rpx;
  207. width: 100rpx;
  208. background: #fff;
  209. margin:0;
  210. padding:0;
  211. line-height: normal;
  212. }
  213. .transmit:after {
  214. content: '';
  215. border: none;
  216. }
  217. .transmit image {
  218. position: absolute;
  219. right: 20rpx;
  220. top: 20rpx;
  221. height: 30rpx;
  222. width: 30rpx;
  223. }
  224. .content-data{
  225. display:block;
  226. word-break:break-all;
  227. color: #444444;
  228. }
  229. .operation {
  230. position: absolute;
  231. right: 60rpx;
  232. top: 20rpx;
  233. }
  234. .operation image {
  235. height:38rpx;
  236. width:42rpx;
  237. margin: 0 20rpx;
  238. }