donateDetail.wxss 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page.data-v-d256f752 {
  12. width: 100%;
  13. }
  14. .top.data-v-d256f752 {
  15. background-color: #fff;
  16. border-top: 1rpx solid #f6f6f6;
  17. padding-top: 33rpx;
  18. margin-bottom: 20rpx;
  19. }
  20. .top image.data-v-d256f752 {
  21. display: block;
  22. width: 680rpx;
  23. height: 375rpx;
  24. border-radius: 20rpx;
  25. margin: 0 auto;
  26. }
  27. .top .title.data-v-d256f752 {
  28. width: 580rpx;
  29. font-size: 32rpx;
  30. font-family: PingFang SC;
  31. font-weight: bold;
  32. color: #333333;
  33. line-height: 1;
  34. padding-top: 28rpx;
  35. padding-left: 42rpx;
  36. margin-bottom: 39rpx;
  37. }
  38. .top .base-info.data-v-d256f752 {
  39. font-size: 27rpx;
  40. font-family: PingFang SC;
  41. font-weight: 500;
  42. color: #999999;
  43. line-height: 1;
  44. display: -webkit-box;
  45. display: -webkit-flex;
  46. display: flex;
  47. padding: 0 56rpx;
  48. -webkit-flex-wrap: wrap;
  49. flex-wrap: wrap;
  50. }
  51. .top .base-info .item.data-v-d256f752 {
  52. width: 50%;
  53. padding-bottom: 40rpx;
  54. }
  55. .top .base-info .item .status.data-v-d256f752 {
  56. color: red;
  57. font-weight: bold;
  58. }
  59. .top .base-info .item text.data-v-d256f752 {
  60. font-size: 26rpx;
  61. font-family: PingFang SC;
  62. font-weight: 500;
  63. color: #666666;
  64. display: inline-block;
  65. margin-right: 15rpx;
  66. }
  67. .top .dynamic.data-v-d256f752 {
  68. width: 666rpx;
  69. height: 111rpx;
  70. background: #efefef;
  71. border-radius: 10rpx;
  72. margin: 5rpx auto 0;
  73. }
  74. .top .dynamic .left.data-v-d256f752 {
  75. width: 115rpx;
  76. height: 111rpx;
  77. background: #5c93fc;
  78. border-radius: 10rpx 0px 0px 10rpx;
  79. font-size: 28rpx;
  80. font-family: PingFang SC;
  81. font-weight: 500;
  82. color: #ffffff;
  83. line-height: 34rpx;
  84. padding: 22rpx 29rpx;
  85. margin-right: 15rpx;
  86. }
  87. .top .dynamic .right.data-v-d256f752 {
  88. font-size: 22rpx;
  89. font-family: PingFang SC;
  90. font-weight: 400;
  91. color: #333333;
  92. line-height: 1;
  93. padding: 12rpx 0;
  94. -webkit-box-orient: vertical;
  95. -webkit-box-direction: normal;
  96. -webkit-flex-direction: column;
  97. flex-direction: column;
  98. -webkit-box-pack: justify;
  99. -webkit-justify-content: space-between;
  100. justify-content: space-between;
  101. }
  102. .top .dynamic .right text.data-v-d256f752 {
  103. color: red;
  104. font-weight: bold;
  105. }
  106. .content .content-nav.data-v-d256f752 {
  107. height: 82rpx;
  108. background: #ffffff;
  109. font-size: 30rpx;
  110. font-family: PingFang SC;
  111. font-weight: 500;
  112. color: #999999;
  113. line-height: 82rpx;
  114. -webkit-justify-content: space-around;
  115. justify-content: space-around;
  116. }
  117. .content .content-nav .active.data-v-d256f752 {
  118. border-bottom: 4rpx solid #fa7e67;
  119. color: #fa7e67;
  120. font-weight: bold;
  121. }
  122. .tip.data-v-d256f752 {
  123. margin-left: 42rpx;
  124. font-size: 30rpx;
  125. font-family: PingFang SC;
  126. font-weight: bold;
  127. color: #333333;
  128. line-height: 1;
  129. margin-bottom: 34rpx;
  130. }
  131. .tip view.data-v-d256f752 {
  132. display: inline-block;
  133. width: 4rpx;
  134. height: 30rpx;
  135. background: #fa7e67;
  136. border-radius: 2rpx;
  137. margin-right: 9rpx;
  138. position: relative;
  139. bottom: -2rpx;
  140. }
  141. .btn-wrapper.data-v-d256f752 {
  142. position: fixed;
  143. bottom: 0;
  144. width: 100%;
  145. }
  146. .btn-wrapper .btn.data-v-d256f752 {
  147. width: 50%;
  148. text-align: center;
  149. height: 99rpx;
  150. line-height: 99rpx;
  151. font-size: 34rpx;
  152. font-family: PingFang SC;
  153. font-weight: 500;
  154. color: #ffffff;
  155. }
  156. .btn-wrapper .btn1.data-v-d256f752 {
  157. background-color: #f7c03e;
  158. }
  159. .btn-wrapper .btn2.data-v-d256f752 {
  160. background-color: #fa7e67;
  161. }
  162. .item-detail.data-v-d256f752 {
  163. height: 100%;
  164. padding-top: 42rpx;
  165. }
  166. .item-detail .item-content.data-v-d256f752 {
  167. padding: 0 78rpx 0 48rpx;
  168. font-size: 26rpx;
  169. font-family: PingFang SC;
  170. font-weight: 500;
  171. color: #666666;
  172. line-height: 44rpx;
  173. margin-bottom: 32rpx;
  174. }
  175. .item-detail .item-needs .need-item.data-v-d256f752 {
  176. width: 666rpx;
  177. height: 100rpx;
  178. background: #f3f3f3;
  179. border-radius: 10rpx;
  180. margin: 0 auto;
  181. font-size: 26rpx;
  182. font-family: PingFang SC;
  183. font-weight: 500;
  184. color: #333333;
  185. margin-bottom: 10rpx;
  186. padding-top: 20rpx;
  187. padding-left: 13rpx;
  188. line-height: 1;
  189. }
  190. .item-detail .item-needs .need-item view.data-v-d256f752 {
  191. margin-bottom: 15rpx;
  192. }
  193. .item-detail .item-needs .need-item view text.data-v-d256f752 {
  194. color: #e80000;
  195. }
  196. .feedback.data-v-d256f752 {
  197. padding: 25rpx 41rpx 36rpx;
  198. }
  199. .feedback .feedback-nav.data-v-d256f752 {
  200. margin-bottom: 20rpx;
  201. }
  202. .feedback .feedback-nav .nav-item.data-v-d256f752 {
  203. display: inline-block;
  204. width: 100rpx;
  205. height: 55rpx;
  206. background: #fdcbc2;
  207. box-shadow: 0px 0px 10rpx 0rpx rgba(0, 0, 0, 0.1);
  208. border-radius: 10rpx;
  209. margin-right: 20rpx;
  210. text-align: center;
  211. line-height: 55rpx;
  212. font-size: 24rpx;
  213. font-family: PingFang SC;
  214. font-weight: 500;
  215. color: #ffffff;
  216. }
  217. .feedback .feedback-nav .nav-item-err.data-v-d256f752 {
  218. color: #999999;
  219. background: #f1f1f0;
  220. }
  221. .feedback .feedback-nav .action.data-v-d256f752 {
  222. background: #fa7e67;
  223. color: #fff;
  224. }
  225. .feedback .feedback-content .overall .title.data-v-d256f752 {
  226. width: 667rpx;
  227. height: 75rpx;
  228. background: #fa7e67;
  229. box-shadow: 0px 0px 10rpx 0rpx rgba(0, 0, 0, 0.1);
  230. border-radius: 10rpx 10rpx 0px 0px;
  231. font-size: 28rpx;
  232. font-family: PingFang SC;
  233. font-weight: bold;
  234. color: #ffffff;
  235. line-height: 75rpx;
  236. padding-left: 17rpx;
  237. }
  238. .feedback .feedback-content .overall .content.data-v-d256f752 {
  239. padding: 33rpx 36rpx 43rpx 30rpx;
  240. width: 667rpx;
  241. background-color: #fff;
  242. box-shadow: 0px 0px 10rpx 0px rgba(0, 0, 0, 0.1);
  243. border-radius: 0px 0px 10rpx 10rpx;
  244. font-size: 26rpx;
  245. font-family: PingFang SC;
  246. font-weight: 500;
  247. color: #999999;
  248. line-height: 42rpx;
  249. }
  250. .feedback .feedback-content .feedback-item.data-v-d256f752 {
  251. margin: 20rpx auto;
  252. background-color: #fff;
  253. box-shadow: 0px 0px 10rpx 0px rgba(0, 0, 0, 0.1);
  254. border-radius: 10rpx 10rpx 10rpx;
  255. }
  256. .feedback .feedback-content .feedback-item .item-top.data-v-d256f752 {
  257. height: 118rpx;
  258. border-radius: 10px 10px 0 0;
  259. border-bottom: 1px solid #ececec;
  260. padding: 25rpx 0 0 17rpx;
  261. display: -webkit-box;
  262. display: -webkit-flex;
  263. display: flex;
  264. }
  265. .feedback .feedback-content .feedback-item .item-top image.data-v-d256f752 {
  266. width: 77rpx;
  267. height: 77rpx;
  268. border-radius: 50%;
  269. margin-right: 12rpx;
  270. }
  271. .feedback .feedback-content .feedback-item .item-top .item-name-time .item-name.data-v-d256f752 {
  272. font-size: 28rpx;
  273. font-family: PingFang SC;
  274. font-weight: bold;
  275. color: #333333;
  276. line-height: 35rpx;
  277. }
  278. .feedback .feedback-content .feedback-item .item-top .item-name-time .item-time.data-v-d256f752 {
  279. font-size: 24rpx;
  280. font-family: PingFang SC;
  281. font-weight: 500;
  282. color: #999999;
  283. line-height: 50rpx;
  284. }
  285. .feedback .feedback-content .feedback-item .item-content.data-v-d256f752 {
  286. padding: 25rpx 47rpx 40rpx 30rpx;
  287. border-radius: 0 0 10rpx 10rpx;
  288. font-size: 26rpx;
  289. font-family: PingFang SC;
  290. font-weight: 500;
  291. color: #999;
  292. line-height: 42rpx;
  293. }
  294. .feedback .feedback-content .feedback-item .item-content text.data-v-d256f752 {
  295. color: #e80000;
  296. font-weight: bold;
  297. }
  298. .type-box.data-v-d256f752 {
  299. width: 542rpx;
  300. height: 575rpx;
  301. border-radius: 20rpx;
  302. background-color: #fff;
  303. position: relative;
  304. }
  305. .type-box .bg.data-v-d256f752 {
  306. width: 100%;
  307. height: 138rpx;
  308. position: absolute;
  309. }
  310. .type-box .box-title.data-v-d256f752 {
  311. text-align: center;
  312. font-size: 36rpx;
  313. font-family: PingFang SC;
  314. font-weight: bold;
  315. color: #333333;
  316. line-height: 1;
  317. padding-top: 77rpx;
  318. }
  319. .type-box .box-tip.data-v-d256f752 {
  320. text-align: center;
  321. font-size: 24rpx;
  322. font-family: PingFang SC;
  323. font-weight: 500;
  324. color: #808080;
  325. line-height: 1;
  326. padding-top: 12rpx;
  327. margin-bottom: 43rpx;
  328. }
  329. .type-box .box-btn.data-v-d256f752 {
  330. margin: 0 auto;
  331. width: 460rpx;
  332. height: 95rpx;
  333. display: -webkit-box;
  334. display: -webkit-flex;
  335. display: flex;
  336. -webkit-box-align: center;
  337. -webkit-align-items: center;
  338. align-items: center;
  339. border-bottom: 1px solid #f3efef;
  340. position: relative;
  341. }
  342. .type-box .box-btn image.data-v-d256f752 {
  343. height: 43rpx;
  344. width: 43rpx;
  345. margin-right: 15rpx;
  346. }
  347. .type-box .box-btn .qq.data-v-d256f752 {
  348. width: 32rpx;
  349. height: 32rpx;
  350. border: 1px solid #808080;
  351. opacity: 0.5;
  352. border-radius: 50%;
  353. position: absolute;
  354. right: 0;
  355. }
  356. .type-box .box-btn .action.data-v-d256f752 {
  357. border-color: #fa7e67;
  358. }
  359. .type-box .box-btn .action .yx.data-v-d256f752 {
  360. width: 20rpx;
  361. height: 20rpx;
  362. background: #fa7e67;
  363. border-radius: 50%;
  364. position: absolute;
  365. top: 0;
  366. bottom: 0;
  367. left: 0;
  368. right: 0;
  369. margin: auto;
  370. }
  371. .type-box .qr.data-v-d256f752 {
  372. width: 460rpx;
  373. height: 71rpx;
  374. background: #fa7e67;
  375. box-shadow: 0px 16rpx 16rpx 0px rgba(250, 126, 103, 0.5);
  376. border-radius: 10rpx;
  377. font-size: 28rpx;
  378. font-family: PingFang SC;
  379. font-weight: 500;
  380. color: #ffffff;
  381. text-align: center;
  382. line-height: 71rpx;
  383. margin: 62rpx auto 0;
  384. }
  385. .without.data-v-d256f752 {
  386. padding: 40rpx;
  387. width: 100%;
  388. height: 100%;
  389. text-align: center;
  390. }