wish.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. /* parents/pages/wish/wish.wxss */
  2. @import '../../../templates/nodata/nodata.wxss';
  3. @import '../../../templates/loading/loading.wxss';
  4. .li-progress {
  5. width: 100%;
  6. margin-top: 40rpx;
  7. }
  8. .li-row {
  9. display: flex;
  10. justify-content: space-between;
  11. align-items: center;
  12. position: relative;
  13. margin-top: 10rpx;
  14. }
  15. .li-row-center {
  16. justify-content: center;
  17. }
  18. .li-icon-one {
  19. width: 64rpx;
  20. height: 68rpx;
  21. display: flex;
  22. justify-content: center;
  23. align-items: flex-start;
  24. position: relative;
  25. animation: snake-slow 2s infinite ease-in-out;
  26. }
  27. .li-icon-one image {
  28. position: absolute;
  29. bottom: 20rpx;
  30. left: 0;
  31. width: 64rpx;
  32. height: 68rpx;
  33. }
  34. .li-icon-one text {
  35. margin-top: -5rpx;
  36. font-size: 24rpx;
  37. color: #fff;
  38. z-index: 9;
  39. }
  40. .li-icon-two {
  41. width: 30rpx;
  42. height: 18rpx;
  43. }
  44. .li-circle-blue {
  45. width: 14rpx;
  46. height: 14rpx;
  47. border-radius: 100rpx;
  48. border: 8rpx solid rgba(0,183,255,1);
  49. background: #fff;
  50. z-index: 1;
  51. }
  52. .li-circle-red {
  53. width: 14rpx;
  54. height: 14rpx;
  55. border-radius: 100rpx;
  56. border: 8rpx solid rgba(255,128,168,1);
  57. background: #fff;
  58. z-index: 1;
  59. }
  60. .li-line {
  61. position: absolute;
  62. top: 50%;
  63. transform: translateY(-50%);
  64. left: 0;
  65. width: 100%;
  66. height: 2rpx;
  67. background: rgba(0,183,255,1);
  68. }
  69. .li-text-red {
  70. font-size: 26rpx;
  71. color: #FF80A8;
  72. }
  73. .li-text-blue {
  74. font-size: 26rpx;
  75. color: #00B7FF;
  76. }
  77. .li-footer {
  78. padding: 30rpx 30rpx 0 30rpx;
  79. margin-top: 30rpx;
  80. border-top: solid 1rpx #e6e6e6;
  81. text-align: center;
  82. }
  83. .li-footer-text {
  84. background: linear-gradient(90deg,rgba(81,206,255,1),rgba(0,183,255,1));
  85. border-radius: 200rpx;
  86. font-size: 28rpx;
  87. color: #fff;
  88. padding: 16rpx 30rpx;
  89. }
  90. .li-footer-btn {
  91. background: linear-gradient(90deg,rgba(81,206,255,1),rgba(0,183,255,1));
  92. border-radius: 200rpx;
  93. font-size: 28rpx;
  94. color: #fff;
  95. display: inline-block;
  96. padding: 6rpx 50rpx;
  97. }
  98. .li-items {
  99. display: flex;
  100. flex-wrap: wrap;
  101. justify-content: space-between;
  102. align-items: flex-start;
  103. padding: 1rpx;
  104. }
  105. .li-item {
  106. width: 30%;
  107. margin: 40rpx 0;
  108. text-align: center;
  109. }
  110. .li-item:nth-of-type(1),
  111. .li-item:nth-of-type(2),
  112. .li-item:nth-of-type(3) {
  113. margin-top: 0;
  114. }
  115. .li-item-image {
  116. width: 198rpx;
  117. height: 232rpx;
  118. box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(204,204,204,1);
  119. border-radius: 6rpx;
  120. }
  121. .li-item-text {
  122. max-width: 198rpx;
  123. font-size: 32rpx;
  124. color: #666;
  125. margin-top: 20rpx;
  126. overflow: hidden;
  127. white-space: nowrap;
  128. text-overflow: ellipsis;
  129. }
  130. .li-item-text-red {
  131. font-size: 32rpx;
  132. color: #FF542B;
  133. margin-top: 10rpx;
  134. max-width: 198rpx;
  135. overflow: hidden;
  136. white-space: nowrap;
  137. text-overflow: ellipsis;
  138. }
  139. .li-item-btn-red {
  140. display: inline-block;
  141. border-radius: 100px;
  142. padding: 4rpx 20rpx 8rpx 20rpx;
  143. font-size: 28rpx;
  144. color: #FF542B;
  145. border: 1rpx solid rgba(255,84,43,1);
  146. margin-top: 20rpx;
  147. cursor: pointer;
  148. }
  149. .li-item-icon {
  150. width: 18rpx;
  151. height: 28rpx;
  152. margin-right: 10rpx;
  153. vertical-align: middle;
  154. }
  155. .li-item-text-red text {
  156. vertical-align: middle;
  157. }
  158. .margin10 {
  159. margin: 0 10rpx;
  160. }
  161. .modal-container {
  162. position: fixed;
  163. top: 0;
  164. left: 0;
  165. width: 100%;
  166. height: 100%;
  167. background: rgba(0, 0, 0, 0.5);
  168. z-index: 999;
  169. display: flex;
  170. justify-content: center;
  171. align-items: center;
  172. }
  173. .modal-wrapper {
  174. margin: 0 92rpx;
  175. background: rgba(255,255,255,1);
  176. border-radius: 18rpx;
  177. border: 4rpx solid rgba(0,183,255,1);
  178. padding: 40rpx;
  179. position: relative;
  180. }
  181. .modal-icon {
  182. position: absolute;
  183. top: 0;
  184. left: 50%;
  185. transform: translate(-50%, -75%);
  186. width: 466rpx;
  187. height: 72rpx;
  188. }
  189. .modal-context {
  190. font-size: 32rpx;
  191. color: #666;
  192. text-align: center;
  193. line-height: 52rpx;
  194. }