detail.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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. .wrap.data-v-8c3a262a {
  28. padding: 20rpx;
  29. background-color: #F5F6F8;
  30. min-height: 100vh;
  31. box-sizing: border-box;
  32. padding-bottom: 180rpx;
  33. }
  34. .wrap .head.data-v-8c3a262a {
  35. padding: 20rpx 32rpx 40rpx 32rpx;
  36. }
  37. .wrap .head .title.data-v-8c3a262a {
  38. font-family: Abhaya Libre;
  39. font-size: 36rpx;
  40. font-weight: 700;
  41. line-height: 54rpx;
  42. text-align: justified;
  43. color: #212121;
  44. overflow: hidden;
  45. text-overflow: ellipsis;
  46. display: -webkit-box;
  47. -webkit-line-clamp: 2;
  48. -webkit-box-orient: vertical;
  49. }
  50. .wrap .head .desc.data-v-8c3a262a {
  51. padding-top: 8rpx;
  52. }
  53. .wrap .head .desc .level.data-v-8c3a262a, .wrap .head .desc .code.data-v-8c3a262a {
  54. font-family: PingFang SC;
  55. font-size: 14px;
  56. font-weight: 400;
  57. line-height: 22px;
  58. text-align: justified;
  59. color: #666;
  60. }
  61. .wrap .head .desc .code.data-v-8c3a262a {
  62. padding-left: 40rpx;
  63. }
  64. .wrap .flowlist .flow-item-wrap .submit-item.data-v-8c3a262a {
  65. padding: 20rpx 32rpx;
  66. border-radius: 32rpx 32rpx 0px 0px;
  67. background-color: #fff;
  68. }
  69. .wrap .flowlist .flow-item-wrap .submit-item .item-row.data-v-8c3a262a {
  70. padding: 20rpx 0;
  71. border-bottom: 1rpx solid #EFF1F3;
  72. }
  73. .wrap .flowlist .flow-item-wrap .submit-item .item-row.data-v-8c3a262a:last-child {
  74. border: 0;
  75. }
  76. .wrap .flowlist .flow-item-wrap .submit-item .item-row .item-row-lable.data-v-8c3a262a {
  77. font-family: Abhaya Libre;
  78. font-size: 28rpx;
  79. font-weight: 400;
  80. line-height: 1;
  81. color: #999;
  82. }
  83. .wrap .flowlist .flow-item-wrap .submit-item .item-row .item-row-cont.data-v-8c3a262a {
  84. font-family: Abhaya Libre;
  85. font-size: 30rpx;
  86. font-weight: 400;
  87. line-height: 1;
  88. color: #212121;
  89. padding-top: 24rpx;
  90. }
  91. .wrap .flowlist .flow-item-wrap .flow-item.data-v-8c3a262a {
  92. margin-top: 20rpx;
  93. padding: 0 32rpx 20rpx 32rpx;
  94. background-color: #fff;
  95. }
  96. .wrap .flowlist .flow-item-wrap .flow-item .flow-head.data-v-8c3a262a {
  97. font-family: Abhaya Libre;
  98. font-size: 34rpx;
  99. font-weight: 700;
  100. line-height: 1;
  101. color: #212121;
  102. padding: 32rpx 0;
  103. }
  104. .wrap .flowlist .flow-item-wrap .flow-item .flow-title.data-v-8c3a262a {
  105. font-family: SF Pro Text;
  106. font-size: 30rpx;
  107. font-weight: 700;
  108. line-height: 1;
  109. padding: 24rpx 0;
  110. color: #666666;
  111. }
  112. .wrap .flowlist .flow-item-wrap .flow-item .flow-desc.data-v-8c3a262a {
  113. padding: 24rpx 0;
  114. display: flex;
  115. justify-content: space-between;
  116. align-items: center;
  117. }
  118. .wrap .flowlist .flow-item-wrap .flow-item .flow-desc .user.data-v-8c3a262a, .wrap .flowlist .flow-item-wrap .flow-item .flow-desc .time.data-v-8c3a262a {
  119. font-family: SF Pro Text;
  120. font-size: 24rpx;
  121. font-weight: 400;
  122. line-height: 24rpx;
  123. color: #999999;
  124. }
  125. .wrap .flowlist .flow-item-wrap .flow-item .remark .remark-cont.data-v-8c3a262a {
  126. padding-bottom: 30rpx;
  127. border-bottom: 1rpx solid #F0F4F6;
  128. font-family: SF Pro Text;
  129. font-size: 30rpx;
  130. font-weight: 500;
  131. line-height: 42rpx;
  132. color: #434343;
  133. }
  134. .wrap .attachList .attachList-cont.data-v-8c3a262a {
  135. display: flex;
  136. flex-wrap: wrap;
  137. }
  138. .wrap .attachList .attachList-cont .attachbox.data-v-8c3a262a {
  139. display: block;
  140. width: 224rpx;
  141. height: 224rpx;
  142. border-radius: 8px;
  143. overflow: hidden;
  144. }
  145. .wrap .attachList .attachList-cont .attachbox.data-v-8c3a262a:nth-child(2n) {
  146. margin: 0 8rpx;
  147. }
  148. .wrap .attachList .attachList-cont .attachbox.data-v-8c3a262a:nth-child(n+4) {
  149. margin-top: 24rpx;
  150. }
  151. .wrap .attachList .attachList-cont .attachbox .attach.data-v-8c3a262a {
  152. display: block;
  153. width: 224rpx;
  154. height: 224rpx;
  155. border-radius: 8px;
  156. }
  157. .wrap .submit_bt.data-v-8c3a262a {
  158. width: 750rpx;
  159. height: 88rpx;
  160. line-height: 88rpx;
  161. color: #4D73FF;
  162. text-align: center;
  163. font-size: 32rpx;
  164. padding-bottom: 68rpx;
  165. background-color: #fff;
  166. position: fixed;
  167. left: 0;
  168. bottom: 0;
  169. z-index: 2;
  170. box-shadow: 0px 0px 12px 0px #0000000A;
  171. border-radius: 8px 8px 0px 0px;
  172. }