donate.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .donate-wrapper.data-v-0d1112e6 {
  12. padding-top: 25rpx;
  13. }
  14. .top-select.data-v-0d1112e6 {
  15. font-size: 30rpx;
  16. font-family: PingFang SC;
  17. font-weight: 500;
  18. color: #333333;
  19. height: 63rpx;
  20. line-height: 63rpx;
  21. padding: 0 20rpx 0 19rpx;
  22. margin-bottom: 20rpx;
  23. }
  24. .top-select .select.data-v-0d1112e6 {
  25. padding-left: 40rpx;
  26. background: #ffffff;
  27. border-radius: 5rpx;
  28. font-size: 26rpx;
  29. font-family: PingFang SC;
  30. font-weight: 500;
  31. color: #999999;
  32. line-height: 63rpx;
  33. position: relative;
  34. }
  35. .top-select .select.data-v-0d1112e6::after {
  36. content: '';
  37. width: 0;
  38. height: 0;
  39. border-left: 10rpx solid transparent;
  40. border-right: 10rpx solid transparent;
  41. border-top: 10rpx solid #808080;
  42. position: absolute;
  43. right: 30rpx;
  44. bottom: 26rpx;
  45. }
  46. .top-select .area.data-v-0d1112e6 {
  47. width: 355rpx;
  48. height: 63rpx;
  49. margin: 0 10rpx 0 24rpx;
  50. }
  51. .top-select .status.data-v-0d1112e6 {
  52. width: 204rpx;
  53. height: 63rpx;
  54. }
  55. .top-select .action.data-v-0d1112e6 {
  56. color: #000;
  57. }
  58. .item-wrapper.data-v-0d1112e6 {
  59. padding: 0 20rpx;
  60. }
  61. .item-wrapper .item.data-v-0d1112e6 {
  62. width: 710rpx;
  63. height: 280rpx;
  64. background: #ffffff;
  65. box-shadow: 0px 0px 20rpx 0rpx rgba(50, 50, 52, 0.06);
  66. border-radius: 8rpx;
  67. padding: 40rpx 20rpx;
  68. margin-bottom: 20rpx;
  69. }
  70. .item-wrapper .item .item-left.data-v-0d1112e6 {
  71. width: 190rpx;
  72. height: 200rpx;
  73. border-radius: 10rpx;
  74. }
  75. .item-wrapper .item .item-left image.data-v-0d1112e6 {
  76. width: 190rpx;
  77. height: 200rpx;
  78. border-radius: 10rpx;
  79. }
  80. .item-wrapper .item .item-right.data-v-0d1112e6 {
  81. padding-left: 22rpx;
  82. position: relative;
  83. }
  84. .item-wrapper .item .item-right .item-title.data-v-0d1112e6 {
  85. width: 316rpx;
  86. font-size: 30rpx;
  87. font-family: PingFang SC;
  88. font-weight: 500;
  89. color: #333333;
  90. overflow: hidden;
  91. text-overflow: ellipsis;
  92. white-space: nowrap;
  93. display: block;
  94. line-height: 1;
  95. padding-bottom: 14rpx;
  96. }
  97. .item-wrapper .item .item-right .item-content.data-v-0d1112e6 {
  98. width: 416rpx;
  99. font-size: 22rpx;
  100. font-family: PingFang SC;
  101. font-weight: 400;
  102. color: #999999;
  103. line-height: 1.5;
  104. }
  105. .item-wrapper .item .item-right .item-status.data-v-0d1112e6 {
  106. font-size: 24rpx;
  107. font-family: PingFang SC;
  108. font-weight: 500;
  109. color: #666666;
  110. line-height: 1.5;
  111. position: absolute;
  112. left: 22rpx;
  113. bottom: 0;
  114. }
  115. .item-wrapper .item .item-right .item-status text.data-v-0d1112e6 {
  116. color: #e80000;
  117. font-weight: bold;
  118. }
  119. .item-wrapper .item .item-right .item-btn.data-v-0d1112e6 {
  120. width: 160rpx;
  121. height: 60rpx;
  122. background: #f2f2f2;
  123. border-radius: 30px;
  124. font-size: 28rpx;
  125. font-family: PingFang SC;
  126. font-weight: 500;
  127. color: #999999;
  128. line-height: 60rpx;
  129. text-align: center;
  130. position: absolute;
  131. right: -42rpx;
  132. bottom: -9rpx;
  133. }
  134. .item-wrapper .item .item-right .btn-active.data-v-0d1112e6 {
  135. background: #fa7e67;
  136. color: #fff;
  137. box-shadow: 0px 2px 20px 0px rgba(250, 126, 103, 0.5);
  138. }