drugReportDetails.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. body[data-v-4dee7337] {
  27. background-color: #FDF7F0;
  28. height: 100%;
  29. }
  30. .content .cont[data-v-4dee7337] {
  31. position: relative;
  32. width: 100%;
  33. display: flex;
  34. flex-direction: column;
  35. }
  36. .content .cont .bg[data-v-4dee7337] {
  37. width: 100%;
  38. height: 20.3125rem;
  39. position: fixed;
  40. z-index: 1;
  41. }
  42. .content .cont .bg uni-image[data-v-4dee7337] {
  43. width: 100%;
  44. height: 100%;
  45. }
  46. .content .cont .top-box[data-v-4dee7337] {
  47. width: 100%;
  48. position: fixed;
  49. top: 0;
  50. left: 0;
  51. z-index: 1001;
  52. }
  53. .content .cont .top-box .top-title[data-v-4dee7337] {
  54. height: 2.75rem;
  55. display: flex;
  56. align-items: center;
  57. justify-content: center;
  58. position: relative;
  59. }
  60. .content .cont .top-box .top-title uni-image[data-v-4dee7337] {
  61. position: absolute;
  62. left: 0.46875rem;
  63. width: 1.375rem;
  64. height: 1.375rem;
  65. }
  66. .content .cont .top-box .top-title .title[data-v-4dee7337] {
  67. font-size: 1rem;
  68. font-family: PingFang SC;
  69. font-weight: bold;
  70. color: #ffffff;
  71. }
  72. .content .cont .cont-box[data-v-4dee7337] {
  73. z-index: 1000;
  74. margin-top: 2.75rem;
  75. }
  76. .content .cont .cont-box .user[data-v-4dee7337] {
  77. width: 100%;
  78. display: flex;
  79. flex-direction: column;
  80. align-items: center;
  81. justify-content: center;
  82. padding: 0.9375rem;
  83. }
  84. .content .cont .cont-box .user uni-image[data-v-4dee7337] {
  85. border-radius: 50%;
  86. border: 0.0625rem solid #ffffff;
  87. width: 3.75rem;
  88. height: 3.75rem;
  89. }
  90. .content .cont .cont-box .user .user-box[data-v-4dee7337] {
  91. padding: 0.9375rem;
  92. display: flex;
  93. align-items: center;
  94. justify-content: center;
  95. }
  96. .content .cont .cont-box .user .user-box .sex[data-v-4dee7337] {
  97. font-size: 28supx;
  98. font-family: PingFang SC;
  99. color: #ffffff;
  100. }
  101. .content .cont .cont-box .user .user-box .username[data-v-4dee7337] {
  102. margin-left: 0.46875rem;
  103. font-size: 28supx;
  104. font-family: PingFang SC;
  105. color: #ffffff;
  106. }
  107. .content .cont .cont-box .items[data-v-4dee7337] {
  108. width: 100%;
  109. display: flex;
  110. flex-direction: column;
  111. align-items: flex-start;
  112. justify-content: flex-start;
  113. padding: 0.625rem;
  114. }
  115. .content .cont .cont-box .items .result-box[data-v-4dee7337] {
  116. width: 100%;
  117. display: flex;
  118. flex-direction: column;
  119. align-items: center;
  120. justify-content: center;
  121. padding: 0.9375rem;
  122. background-color: #fff;
  123. border-radius: 0.46875rem;
  124. margin-bottom: 0.46875rem;
  125. }
  126. .content .cont .cont-box .items .result-box .time[data-v-4dee7337] {
  127. margin-top: 0.46875rem;
  128. font-family: PingFang SC;
  129. font-size: 0.75rem;
  130. color: #9B9B9B;
  131. }
  132. .content .cont .cont-box .items .result-box .title[data-v-4dee7337] {
  133. margin-top: 0.46875rem;
  134. font-family: PingFang SC;
  135. font-size: 0.875rem;
  136. color: #626468;
  137. }
  138. .content .cont .cont-box .items .result-box .name[data-v-4dee7337] {
  139. font-family: PingFang SC;
  140. font-weight: bold;
  141. font-size: 1.1875rem;
  142. color: #DF6440;
  143. }
  144. .content .cont .cont-box .items .result-box .descs[data-v-4dee7337] {
  145. font-family: PingFang SC;
  146. font-size: 0.875rem;
  147. color: #2A2B2E;
  148. padding: 0.9375rem;
  149. margin-top: 0.9375rem;
  150. background-color: #F5F6F6;
  151. border-radius: 0.3125rem;
  152. }
  153. .content .cont .cont-box .items .item-box[data-v-4dee7337] {
  154. width: 100%;
  155. }
  156. .content .cont .cont-box .items .item-box .item[data-v-4dee7337] {
  157. width: 100%;
  158. padding: 0.9375rem;
  159. background-color: #fff;
  160. border-radius: 0.9375rem;
  161. }
  162. .content .cont .cont-box .items .item-box .item .title-box[data-v-4dee7337] {
  163. display: flex;
  164. align-items: center;
  165. justify-content: flex-start;
  166. }
  167. .content .cont .cont-box .items .item-box .item .title-box .title[data-v-4dee7337] {
  168. margin-left: 0.3125rem;
  169. font-size: 32supx;
  170. font-family: PingFang SC;
  171. color: #2A2B2E;
  172. font-weight: bold;
  173. }
  174. .content .cont .cont-box .items .item-box .item .title-box .title-line[data-v-4dee7337] {
  175. width: 0.25rem;
  176. height: 0.875rem;
  177. background: #2BC7B9;
  178. border-radius: 2px 2px 2px 2px;
  179. opacity: 1;
  180. }
  181. .content .cont .cont-box .items .item-box .item .descs[data-v-4dee7337] {
  182. white-space: pre-line;
  183. margin-top: 0.3125rem;
  184. font-size: 28supx;
  185. font-family: PingFang SC;
  186. color: #2A2B2E;
  187. }
  188. .content .cont .cont-box .items .item-box .line[data-v-4dee7337] {
  189. margin: 0 0.9375rem;
  190. border-bottom: #b5b5b5 0.09375rem dashed;
  191. }
  192. .content .cont .cont-box .sign[data-v-4dee7337] {
  193. width: 100%;
  194. display: flex;
  195. align-items: center;
  196. justify-content: center;
  197. margin: 0.46875rem 0;
  198. color: #9B9B9B;
  199. font-size: 0.75rem;
  200. }
  201. .content .cont .cont-box .sign uni-image[data-v-4dee7337] {
  202. margin-left: 0.625rem;
  203. width: 7.5rem;
  204. height: 3.125rem;
  205. }
  206. .content .cont .cont-box .tips[data-v-4dee7337] {
  207. width: 100%;
  208. display: flex;
  209. align-items: center;
  210. justify-content: center;
  211. margin: 0.46875rem 0;
  212. color: #9B9B9B;
  213. font-size: 0.75rem;
  214. }
  215. .btn-box[data-v-4dee7337] {
  216. height: 4.375rem;
  217. z-index: 9999;
  218. width: 100%;
  219. padding: 0 0.9375rem;
  220. position: fixed;
  221. bottom: 0;
  222. left: 0;
  223. box-sizing: border-box;
  224. background-color: #ffffff;
  225. display: flex;
  226. align-items: center;
  227. justify-content: center;
  228. }
  229. .btn-box .btn[data-v-4dee7337] {
  230. width: 100%;
  231. height: 2.75rem;
  232. line-height: 2.75rem;
  233. text-align: center;
  234. font-size: 1.0625rem;
  235. font-family: PingFang SC;
  236. font-weight: 400;
  237. color: #FFFFFF;
  238. background: #C39A58;
  239. border-radius: 0.3125rem;
  240. }