particulars.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .partitlteimg {
  28. width: 95%;
  29. margin: 0 auto 20rpx;
  30. height: 428rpx;
  31. }
  32. .partitlteimg image {
  33. max-width: 100%;
  34. max-height: 100%;
  35. }
  36. .quiz {
  37. width: 95%;
  38. margin: 20rpx auto;
  39. border-bottom: 4rpx dashed #E8E8E8;
  40. }
  41. .quiz .quiz_title {
  42. width: 100%;
  43. font-size: 36rpx;
  44. font-weight: 700;
  45. text-align: center;
  46. }
  47. .quiz .quiz_username {
  48. width: 100%;
  49. }
  50. .quiz .quiz_username image {
  51. width: 40rpx;
  52. height: 40rpx;
  53. vertical-align: middle;
  54. margin-right: 20rpx;
  55. }
  56. .quiz .quiz_username ._span {
  57. font-weight: 700;
  58. font-size: 32rpx;
  59. }
  60. .quiz .quiz_usertime {
  61. width: 100%;
  62. margin-top: 15rpx;
  63. display: flex;
  64. justify-content: space-between;
  65. }
  66. .quiz .quiz_usertime image {
  67. width: 50rpx;
  68. height: 50rpx;
  69. margin-right: 20rpx;
  70. border-radius: 50%;
  71. }
  72. .quiz .quiz_usertime ._span {
  73. font-size: 24rpx;
  74. color: #C1C1C1;
  75. font-weight: 700;
  76. }
  77. .quiz .quiz_usercontert {
  78. padding: 20rpx;
  79. margin-bottom: 20rpx;
  80. overflow: hidden;
  81. }
  82. .quiz .quiz_usercontert rich-text {
  83. color: red;
  84. }
  85. .quiz .quiz_usercontert rich-text image {
  86. width: 0 !important;
  87. }
  88. .quiz .quiz_usercontert rich-text ._img {
  89. width: 0 !important;
  90. }
  91. .quiz .quiz_usercontert rich-text ._p {
  92. color: red;
  93. }
  94. .quiz .quiz_usercontert rich-text image {
  95. width: 0 !important;
  96. height: 0 !important;
  97. display: none;
  98. }
  99. .quiz .quiz_usercontert rich-text ._img {
  100. width: 0 !important;
  101. height: 0 !important;
  102. display: none;
  103. }
  104. .comment {
  105. width: 95%;
  106. margin: 20rpx auto 0;
  107. }
  108. .comment .comment_title {
  109. font-weight: 700;
  110. font-size: 32rpx;
  111. }
  112. .comment .scroll-view_H {
  113. height: 600rpx;
  114. padding-bottom: 100rpx;
  115. }
  116. .comment .comment_unit .comment_unit_user {
  117. display: flex;
  118. justify-content: space-between;
  119. margin-top: 20rpx;
  120. }
  121. .comment .comment_unit .comment_unit_user .username {
  122. display: flex;
  123. align-items: center;
  124. }
  125. .comment .comment_unit .comment_unit_user .username image {
  126. width: 50rpx;
  127. height: 50rpx;
  128. margin-right: 20rpx;
  129. border-radius: 50%;
  130. }
  131. .comment .comment_unit .comment_unit_user .username ._p {
  132. width: 60rpx;
  133. height: 30rpx;
  134. color: white;
  135. background-color: #5CA348;
  136. font-size: 24rpx;
  137. text-align: center;
  138. line-height: 30rpx;
  139. padding: 0 10rpx;
  140. margin-left: 20rpx;
  141. border-radius: 8rpx;
  142. }
  143. .comment .comment_unit .comment_unit_con {
  144. padding-left: 60rpx;
  145. }
  146. .comment .comment_unit .comment_unit_con ._p {
  147. margin-top: 20rpx;
  148. }
  149. .comment .comment_unit .comment_unit_con ._p ._img {
  150. margin-top: 20rpx;
  151. display: block;
  152. width: 180rpx !important;
  153. height: 180rpx !important;
  154. }
  155. .issue_box {
  156. width: 100%;
  157. background-color: #FFFFFF;
  158. }
  159. .issue {
  160. width: 95%;
  161. margin: 0 auto;
  162. display: flex;
  163. padding-bottom: 20rpx;
  164. }
  165. .issue input {
  166. width: 90%;
  167. background-color: #F3F3F3;
  168. height: 60rpx;
  169. text-indent: 1em;
  170. }
  171. .issue ._p {
  172. width: 10%;
  173. text-align: right;
  174. line-height: 60rpx;
  175. color: #7a7a7a;
  176. }