detail.wxss 4.8 KB

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