index.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. @charset "UTF-8";
  2. /**
  3. * uni-app内置的常用样式变量
  4. */
  5. /* 行为相关颜色 */
  6. /* 文字基本颜色 */
  7. /* 背景颜色 */
  8. /* 边框颜色 */
  9. /* 尺寸变量 */
  10. /* 文字尺寸 */
  11. /* 图片尺寸 */
  12. /* Border Radius */
  13. /* 水平间距 */
  14. /* 垂直间距 */
  15. /* 透明度 */
  16. /* 文章场景相关 */
  17. .trend.data-v-eee13f1c {
  18. padding: 0rpx 24rpx 24rpx;
  19. box-sizing: border-box;
  20. }
  21. .trend .trenda.data-v-eee13f1c {
  22. padding-bottom: 24rpx;
  23. }
  24. .trend .trend_top.data-v-eee13f1c {
  25. display: flex;
  26. align-items: center;
  27. font-size: 30rpx;
  28. font-weight: 500;
  29. color: #4775EA;
  30. padding: 0 10rpx;
  31. }
  32. .trend .trend_top image.data-v-eee13f1c {
  33. width: 34rpx;
  34. height: 27rpx;
  35. }
  36. .trend .addimg.data-v-eee13f1c {
  37. width: 136rpx;
  38. height: 136rpx;
  39. position: fixed;
  40. right: 0;
  41. bottom: 120rpx;
  42. border-radius: 50%;
  43. z-index: 4;
  44. }
  45. .trend .combox.data-v-eee13f1c {
  46. position: fixed;
  47. left: 0;
  48. right: 0;
  49. bottom: 0;
  50. background: #E9E9E9;
  51. padding: 17rpx 24rpx;
  52. box-sizing: border-box;
  53. z-index: 5;
  54. display: flex;
  55. align-items: flex-end;
  56. overflow: hidden;
  57. }
  58. .trend .combox .comboxl.data-v-eee13f1c {
  59. flex: 1;
  60. min-height: 70rpx;
  61. background: #FFFFFF;
  62. border-radius: 10rpx;
  63. padding: 15rpx 32rpx;
  64. box-sizing: border-box;
  65. line-height: 40rpx;
  66. }
  67. .trend .combox .comboxl textarea.data-v-eee13f1c {
  68. width: 100%;
  69. font-size: 30rpx;
  70. color: #161616;
  71. }
  72. .trend .combox .comboxr.data-v-eee13f1c {
  73. width: 114rpx;
  74. height: 70rpx;
  75. background: #1f57e6;
  76. border-radius: 10rpx;
  77. flex: 0 0 auto;
  78. font-size: 30rpx;
  79. font-weight: bold;
  80. color: #FFFFFF;
  81. text-align: center;
  82. line-height: 70rpx;
  83. margin-left: 22rpx;
  84. }
  85. .dtlist.data-v-eee13f1c {
  86. width: 100%;
  87. margin-top: 24rpx;
  88. background: #FFFFFF;
  89. border-radius: 8rpx;
  90. padding: 28rpx 30rpx;
  91. box-sizing: border-box;
  92. }
  93. .dtlist .listl.data-v-eee13f1c {
  94. width: 60rpx;
  95. height: 60rpx;
  96. margin-right: 20rpx;
  97. flex: 0 0 auto;
  98. border-radius: 50%;
  99. }
  100. .dtlist .listr.data-v-eee13f1c {
  101. flex: 1;
  102. }
  103. .dtlist .listr .top.data-v-eee13f1c {
  104. min-height: 60rpx;
  105. display: flex;
  106. align-items: center;
  107. margin-bottom: 10rpx;
  108. }
  109. .dtlist .listr .imgs.data-v-eee13f1c {
  110. display: flex;
  111. flex-wrap: wrap;
  112. padding-bottom: 16rpx;
  113. }
  114. .dtlist .listr .imgs image.data-v-eee13f1c {
  115. width: 180rpx;
  116. height: 180rpx;
  117. margin-bottom: 24rpx;
  118. margin-right: 10rpx;
  119. }
  120. .dtlist .listr .imgs image.data-v-eee13f1c:nth-of-type(3n) {
  121. margin-right: 0;
  122. }
  123. .dtlist .listr .imgs image.img1.data-v-eee13f1c {
  124. width: 100%;
  125. height: 290rpx;
  126. }
  127. .dtlist .listr .trsta .trstal.data-v-eee13f1c {
  128. width: 48rpx;
  129. height: 32rpx;
  130. display: flex;
  131. align-items: center;
  132. justify-content: center;
  133. position: relative;
  134. margin-left: 20rpx;
  135. }
  136. .dtlist .listr .trsta .trstal .cir.data-v-eee13f1c {
  137. min-width: 20rpx;
  138. height: 24rpx;
  139. line-height: 24rpx;
  140. font-size: 20rpx;
  141. color: #FFFFFF;
  142. background: #DF1616;
  143. border: 2rpx solid #FFFFFF;
  144. border-radius: 6rpx;
  145. position: absolute;
  146. right: -50%;
  147. top: -50%;
  148. text-align: center;
  149. padding: 0 4rpx;
  150. box-sizing: border-box;
  151. }
  152. .dtlist .listr .trsta image.data-v-eee13f1c {
  153. width: 32rpx;
  154. height: 32rpx;
  155. }
  156. .dtlist .listr .trsta .sharebox.data-v-eee13f1c {
  157. position: absolute;
  158. left: 0;
  159. right: 0;
  160. top: 0;
  161. bottom: 0;
  162. opacity: 0;
  163. }
  164. .dtlist .delbox.data-v-eee13f1c {
  165. display: flex;
  166. align-items: center;
  167. font-size: 26rpx;
  168. color: #718DD4;
  169. }
  170. .dtlist .delbox image.data-v-eee13f1c {
  171. width: 24rpx;
  172. height: 25rpx;
  173. margin-right: 12rpx;
  174. }
  175. .dtlist .trcom.data-v-eee13f1c {
  176. width: 100%;
  177. background: #ECECEC;
  178. }
  179. .dtlist .trcom .trcomz.data-v-eee13f1c {
  180. padding: 24rpx 8rpx 8rpx 24rpx;
  181. }
  182. .dtlist .trcom .trcomz .trcomr.data-v-eee13f1c {
  183. display: flex;
  184. align-items: center;
  185. flex-wrap: wrap;
  186. }
  187. .dtlist .trcom .trcomz .trcomr image.data-v-eee13f1c {
  188. width: 40rpx;
  189. height: 40rpx;
  190. margin: 0 16rpx 16rpx 0;
  191. border-radius: 50%;
  192. }
  193. .dtlist .trcom .trcomline.data-v-eee13f1c {
  194. width: 100%;
  195. border-bottom: 2rpx solid #DADADA;
  196. }
  197. .dtlist .trcom .trcomp.data-v-eee13f1c {
  198. padding: 24rpx 0 0 24rpx;
  199. }
  200. .dtlist .trcom .trcomp .trcompr.data-v-eee13f1c {
  201. padding: 0 24rpx 12rpx 0;
  202. border-bottom: 2rpx solid #DADADA;
  203. margin-bottom: 12rpx;
  204. }
  205. .dtlist .trcom .trcomp .trcompr.data-v-eee13f1c:last-of-type {
  206. border-bottom: none;
  207. }
  208. .dtlist .trcom .trcomp .trcompr .listl.data-v-eee13f1c {
  209. width: 40rpx;
  210. height: 40rpx;
  211. margin-right: 12rpx;
  212. border-radius: 50%;
  213. flex: 0 0 auto;
  214. }
  215. .dtlist .trcom .trcoml.data-v-eee13f1c {
  216. flex: 0 0 auto;
  217. margin-right: 12rpx;
  218. width: 40rpx;
  219. height: 40rpx;
  220. display: flex;
  221. align-items: center;
  222. }
  223. .dtlist .trcom .trcoml image.data-v-eee13f1c {
  224. width: 26rpx;
  225. height: 26rpx;
  226. }