talkskillmsg.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. .wordMsgBox {
  2. padding: 32rpx 40rpx 40rpx;
  3. }
  4. .collectBox image{
  5. display: block;
  6. width: 36rpx;
  7. height: 36rpx;
  8. }
  9. .wordMsgBox .wordTitle {
  10. font-family: PingFang-SC-Bold, Source Sans Bold;
  11. font-size: 34rpx;
  12. line-height: 42rpx;
  13. color: #384855;
  14. }
  15. .wordMsgBox .scoreNum {
  16. margin-top: 24rpx;
  17. }
  18. .wordMsgBox .scoreNum view {
  19. font-size: 30rpx;
  20. font-family: PingFang-SC-Medium, Source Sans Medium;
  21. color: #b6cade;
  22. }
  23. .wordMsgBox .wordTag {
  24. margin-top: 20rpx;
  25. }
  26. .wordMsgBox .wordTag view {
  27. font-size: 26rpx;
  28. font-family: PingFang-SC-Medium, Source Sans Medium;
  29. color: #384855;
  30. margin-right: 16rpx;
  31. }
  32. .wordMsgBox .wordTextBox {
  33. margin-top: 32rpx;
  34. font-family: PingFang-SC-Medium, Source Sans Medium;
  35. font-size: 28rpx;
  36. line-height: 42rpx;
  37. color: #384855;
  38. }
  39. .wordMsgBox .setscoreBox {
  40. width: 100%;
  41. height: 100rpx;
  42. background: #fef4f3;
  43. border-radius: 10rpx;
  44. margin-top: 48rpx;
  45. margin-bottom: 8rpx;
  46. }
  47. .wordMsgBox .setscoreBox .setscoreImg {
  48. position: absolute;
  49. top: 40rpx;
  50. left: 32rpx;
  51. width: 30rpx;
  52. height: 29rpx;
  53. }
  54. .wordMsgBox .setscoreBox .setscoreBtn {
  55. position: absolute;
  56. top: 34rpx;
  57. left: 72rpx;
  58. font-family: PingFang-SC-Medium, Source Sans Medium;
  59. font-size: 30rpx;
  60. color: #384855;
  61. }
  62. .wordMsgBox .setscoreBox .scoreNumBox {
  63. position: absolute;
  64. right: 32rpx;
  65. top: 31rpx;
  66. font-family: PingFang-SC-Bold, Source Sans Bold;
  67. font-size: 34rpx;
  68. color: #f54d64;
  69. }
  70. .bg {
  71. width: 100%;
  72. height: 16rpx;
  73. background: #EAF0F4;
  74. }
  75. .van-icon{
  76. float: left;
  77. }
  78. .allcommentBox .commentTitle {
  79. width: 100%;
  80. border-bottom: 2rpx solid #eaf0f4;
  81. padding: 32rpx 0 32rpx 40rpx;
  82. }
  83. .allcommentBox .commentTitle image {
  84. width: 34rpx;
  85. height: 34rpx;
  86. position: relative;
  87. top: 12rpx;
  88. }
  89. .allcommentBox .commentTitle view {
  90. font-family: PingFang-SC-Medium, Source Sans Medium;
  91. font-size: 32rpx;
  92. color: #384855;
  93. margin-left: 10px;
  94. }
  95. .allcommentBox .commentList {
  96. padding-bottom: 100px;
  97. }
  98. .allcommentBox .commentList .everyCommentBox {
  99. margin: 0 40rpx;
  100. border-bottom: 2rpx solid #eaf0f4;
  101. }
  102. .allcommentBox .commentList .everyCommentBox .personBox .headImg {
  103. position: absolute;
  104. width: 76rpx;
  105. height: 76rpx;
  106. border-radius: 40rpx;
  107. top: 40rpx;
  108. left: 0;
  109. }
  110. .allcommentBox .commentList .everyCommentBox .personBox .nameBox {
  111. position: absolute;
  112. top: 48rpx;
  113. left: 96rpx;
  114. }
  115. .allcommentBox .commentList .everyCommentBox .personBox .nameBox .name {
  116. font-family: PingFang-SC-Medium, Source Sans Medium;
  117. font-size: 30rpx;
  118. color: #384855;
  119. width: 400rpx;
  120. }
  121. .allcommentBox .commentList .everyCommentBox .personBox .nameBox .time {
  122. font-size: 26rpx;
  123. color: #b6cade;
  124. position: absolute;
  125. left: 0;
  126. top: 42rpx;
  127. }
  128. .allcommentBox .commentList .everyCommentBox .personBox .rightComment {
  129. position: absolute;
  130. width: 83rpx;
  131. height: 83rpx;
  132. top: 32rpx;
  133. right: 0;
  134. }
  135. .allcommentBox .commentList .everyCommentBox .commentText {
  136. padding-top: 144rpx;
  137. font-family: PingFang-SC-Medium, Source Sans Medium;
  138. font-size: 28rpx;
  139. line-height: 42rpx;
  140. color: #384855;
  141. padding-bottom: 32rpx;
  142. }
  143. .footer {
  144. position: fixed;
  145. bottom: 0;
  146. left: 0;
  147. width: 100%;
  148. height: 98rpx;
  149. z-index: 99;
  150. background-color: #fff;
  151. box-shadow: 0 4rpx 16rpx 0 #7ec1f5;
  152. }
  153. .footer .textBox {
  154. border-bottom: 1px solid #b6cade;
  155. width: 416rpx;
  156. margin-left: 40rpx;
  157. padding-bottom: 14rpx;
  158. }
  159. .footer .textBox image {
  160. width: 26rpx;
  161. height: 26rpx;
  162. margin-top: 40rpx;
  163. }
  164. .footer .textBox view {
  165. font-family: PingFang-SC-Medium, Source Sans Medium;
  166. font-size: 26rpx;
  167. color: #b6cade;
  168. margin-top: 36rpx;
  169. margin-left: 10rpx;
  170. }
  171. .footer .copy {
  172. position: absolute;
  173. width: 271rpx;
  174. height: 100%;
  175. right: 0;
  176. top: 0;
  177. font-family: PingFang-SC-Medium, Source Sans Medium;
  178. font-size: 34rpx;
  179. color: #fff;
  180. background-color: #249efb;
  181. }
  182. .sayLayer{
  183. display: block;
  184. position: absolute;
  185. left: 0;
  186. bottom: 0;
  187. width: 100%;
  188. height: 100%;
  189. z-index: 999;
  190. background: rgba(0,0,0,0.6);
  191. }
  192. .sayBox {
  193. display: block;
  194. position: absolute;
  195. left: 0;
  196. bottom: 0;
  197. width: 100%;
  198. background: #fafafa;
  199. height: 98rpx;
  200. padding: 0 24rpx;
  201. box-sizing: border-box;
  202. }
  203. .sayBox image {
  204. display: inline-block;
  205. width: 48rpx;
  206. height: 42rpx;
  207. }
  208. .sayBox .sayed {
  209. position: relative;
  210. top: 28rpx;
  211. }
  212. .sayBox .sendMsg {
  213. position: relative;
  214. top: 30rpx;
  215. }
  216. .sayBox input {
  217. display: inline-block;
  218. width: 600rpx;
  219. height: 70rpx;
  220. background: #efefef;
  221. border-radius: 16rpx;
  222. font-family: Helvetica;
  223. font-size: 30rpx;
  224. padding-left: 26rpx;
  225. box-sizing: border-box;
  226. border: unset;
  227. position: relative;
  228. top: 14rpx;
  229. }