drugReportPing.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  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. uni-view[data-v-ac70166d], uni-scroll-view[data-v-ac70166d], uni-swiper-item[data-v-ac70166d] {
  27. display: flex;
  28. flex-direction: column;
  29. flex-shrink: 0;
  30. flex-grow: 0;
  31. flex-basis: auto;
  32. align-items: stretch;
  33. align-content: flex-start;
  34. }
  35. @font-face {
  36. font-family: "uicon-iconfont";
  37. src: url("https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf") format("truetype");
  38. }
  39. .u-icon[data-v-ac70166d] {
  40. display: flex;
  41. align-items: center;
  42. }
  43. .u-icon--left[data-v-ac70166d] {
  44. flex-direction: row-reverse;
  45. align-items: center;
  46. }
  47. .u-icon--right[data-v-ac70166d] {
  48. flex-direction: row;
  49. align-items: center;
  50. }
  51. .u-icon--top[data-v-ac70166d] {
  52. flex-direction: column-reverse;
  53. justify-content: center;
  54. }
  55. .u-icon--bottom[data-v-ac70166d] {
  56. flex-direction: column;
  57. justify-content: center;
  58. }
  59. .u-icon__icon[data-v-ac70166d] {
  60. font-family: uicon-iconfont;
  61. position: relative;
  62. display: flex;
  63. flex-direction: row;
  64. align-items: center;
  65. }
  66. .u-icon__icon--primary[data-v-ac70166d] {
  67. color: #3c9cff;
  68. }
  69. .u-icon__icon--success[data-v-ac70166d] {
  70. color: #5ac725;
  71. }
  72. .u-icon__icon--error[data-v-ac70166d] {
  73. color: #f56c6c;
  74. }
  75. .u-icon__icon--warning[data-v-ac70166d] {
  76. color: #f9ae3d;
  77. }
  78. .u-icon__icon--info[data-v-ac70166d] {
  79. color: #909399;
  80. }
  81. .u-icon__img[data-v-ac70166d] {
  82. height: auto;
  83. will-change: transform;
  84. }
  85. .u-icon__label[data-v-ac70166d] {
  86. line-height: 1;
  87. }
  88. /**
  89. * 这里是uni-app内置的常用样式变量
  90. *
  91. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  92. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  93. *
  94. */
  95. /**
  96. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  97. *
  98. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  99. */
  100. /* 颜色变量 */
  101. /* 行为相关颜色 */
  102. /* 文字基本颜色 */
  103. /* 背景颜色 */
  104. /* 边框颜色 */
  105. /* 尺寸变量 */
  106. /* 文字尺寸 */
  107. /* 图片尺寸 */
  108. /* Border Radius */
  109. /* 水平间距 */
  110. /* 垂直间距 */
  111. /* 透明度 */
  112. /* 文章场景相关 */
  113. uni-view[data-v-69a384ee], uni-scroll-view[data-v-69a384ee], uni-swiper-item[data-v-69a384ee] {
  114. display: flex;
  115. flex-direction: column;
  116. flex-shrink: 0;
  117. flex-grow: 0;
  118. flex-basis: auto;
  119. align-items: stretch;
  120. align-content: flex-start;
  121. }
  122. .u-rate[data-v-69a384ee] {
  123. display: flex;
  124. flex-direction: row;
  125. align-items: center;
  126. margin: 0;
  127. padding: 0;
  128. touch-action: none;
  129. }
  130. .u-rate__content[data-v-69a384ee] {
  131. display: flex;
  132. flex-direction: row;
  133. }
  134. .u-rate__content__item[data-v-69a384ee] {
  135. position: relative;
  136. }
  137. .u-rate__content__item__icon-wrap--half[data-v-69a384ee] {
  138. position: absolute;
  139. overflow: hidden;
  140. top: 0;
  141. left: 0;
  142. }
  143. .u-icon[data-v-69a384ee] {
  144. box-sizing: border-box;
  145. }
  146. /**
  147. * 这里是uni-app内置的常用样式变量
  148. *
  149. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  150. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  151. *
  152. */
  153. /**
  154. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  155. *
  156. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  157. */
  158. /* 颜色变量 */
  159. /* 行为相关颜色 */
  160. /* 文字基本颜色 */
  161. /* 背景颜色 */
  162. /* 边框颜色 */
  163. /* 尺寸变量 */
  164. /* 文字尺寸 */
  165. /* 图片尺寸 */
  166. /* Border Radius */
  167. /* 水平间距 */
  168. /* 垂直间距 */
  169. /* 透明度 */
  170. /* 文章场景相关 */
  171. .content[data-v-d5c2a17c] {
  172. padding: 0.625rem 0.625rem 4.375rem 0.625rem;
  173. }
  174. .ping[data-v-d5c2a17c] {
  175. margin-bottom: 0.625rem;
  176. padding: 0.625rem;
  177. border-radius: 0.46875rem;
  178. background: #FFFFFF;
  179. }
  180. .ping .title[data-v-d5c2a17c] {
  181. font-size: 1.0625rem;
  182. font-family: PingFang SC;
  183. font-weight: bold;
  184. color: #0F1826;
  185. }
  186. .ping .doc-box[data-v-d5c2a17c] {
  187. margin-top: 0.9375rem;
  188. display: flex;
  189. align-items: center;
  190. justify-content: flex-start;
  191. }
  192. .ping .doc-box .left[data-v-d5c2a17c] {
  193. width: 3.125rem;
  194. height: 3.125rem;
  195. }
  196. .ping .doc-box .left uni-image[data-v-d5c2a17c] {
  197. border-radius: 50%;
  198. width: 3.125rem;
  199. height: 3.125rem;
  200. }
  201. .ping .doc-box .right[data-v-d5c2a17c] {
  202. display: flex;
  203. flex-direction: column;
  204. justify-content: space-between;
  205. margin-left: 0.625rem;
  206. height: 3.75rem;
  207. width: 100%;
  208. }
  209. .ping .doc-box .right .doc-name-box[data-v-d5c2a17c] {
  210. display: flex;
  211. align-items: center;
  212. justify-content: flex-start;
  213. position: relative;
  214. }
  215. .ping .doc-box .right .doc-name-box .doc-name[data-v-d5c2a17c] {
  216. font-size: 1rem;
  217. }
  218. .ping .ping-star[data-v-d5c2a17c] {
  219. padding-top: 0.9375rem;
  220. }
  221. .ping .ping-star .label[data-v-d5c2a17c] {
  222. font-size: 1rem;
  223. font-weight: bold;
  224. font-family: PingFang SC;
  225. color: #0F1826;
  226. }
  227. .ping .ping-star .star[data-v-d5c2a17c] {
  228. margin-top: 0.3125rem;
  229. }
  230. .ping .ping-content[data-v-d5c2a17c] {
  231. width: 100%;
  232. padding: 0.9375rem 0;
  233. display: flex;
  234. align-items: center;
  235. justify-content: center;
  236. }
  237. .ping .ping-content .textarea-box[data-v-d5c2a17c] {
  238. width: 100%;
  239. box-sizing: border-box;
  240. height: 10.3125rem;
  241. background: #f6f6f6;
  242. border-radius: 0.3125rem;
  243. padding: 0.9375rem;
  244. position: relative;
  245. }
  246. .ping .ping-content .textarea-box .textarea-place[data-v-d5c2a17c] {
  247. font-size: 0.875rem;
  248. font-family: PingFang SC;
  249. font-weight: 400;
  250. color: #C9CED6;
  251. }
  252. .ping .ping-content .textarea-box uni-textarea[data-v-d5c2a17c] {
  253. width: 100%;
  254. height: 100%;
  255. font-size: 0.875rem;
  256. font-family: PingFang SC;
  257. font-weight: 400;
  258. color: #000000;
  259. }
  260. .ping .ping-content .textarea-box .num-box[data-v-d5c2a17c] {
  261. position: absolute;
  262. right: 0.625rem;
  263. bottom: 0.625rem;
  264. font-size: 0.75rem;
  265. font-family: PingFang SC;
  266. font-weight: 400;
  267. color: #C9CED6;
  268. z-index: 10;
  269. background: #F5F6FA;
  270. }
  271. .btn-box[data-v-d5c2a17c] {
  272. height: 4.375rem;
  273. z-index: 9999;
  274. width: 100%;
  275. padding: 0 0.9375rem;
  276. position: fixed;
  277. bottom: 0;
  278. left: 0;
  279. box-sizing: border-box;
  280. background-color: #ffffff;
  281. display: flex;
  282. align-items: center;
  283. justify-content: center;
  284. }
  285. .btn-box .btn[data-v-d5c2a17c] {
  286. width: 100%;
  287. height: 2.75rem;
  288. line-height: 2.75rem;
  289. text-align: center;
  290. font-size: 1.0625rem;
  291. font-family: PingFang SC;
  292. font-weight: 400;
  293. color: #FFFFFF;
  294. background: #C39A58;
  295. border-radius: 0.3125rem;
  296. }