add.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. /* pages/add/add.wxss */
  2. Page {
  3. height: 100%;
  4. width: 100%;
  5. background-color: #413668;
  6. }
  7. /* .title {
  8. color: #da9961;
  9. font-size: 40rpx;
  10. text-align: center;
  11. margin-top: 22rpx;
  12. } */
  13. .top-view {
  14. width: 100%;
  15. height: 42rpx;
  16. }
  17. .tips {
  18. color: #bfbdff;
  19. font-size: 26rpx;
  20. line-height: 38rpx;
  21. margin-left: 56rpx;
  22. margin-right: 56rpx;
  23. margin-bottom: 32rpx;
  24. }
  25. .options-bg {
  26. margin-left: 56rpx;
  27. margin-right: 56rpx;
  28. margin-bottom: 24rpx;
  29. height: 128rpx;
  30. border-radius: 64rpx;
  31. background-color: #483a7b;
  32. display: flex;
  33. flex-direction: row;
  34. }
  35. .options-icon-bg {
  36. width: 108rpx;
  37. height: 108rpx;
  38. border-radius: 54rpx;
  39. margin-top: 10rpx;
  40. margin-left: 10rpx;
  41. background-color: #3f3466;
  42. }
  43. .options-icon {
  44. width: 80rpx;
  45. height: 80rpx;
  46. margin-top: 14rpx;
  47. margin-left: 14rpx;
  48. }
  49. .options-content {
  50. display: flex;
  51. flex-direction: column;
  52. margin-left: 20rpx;
  53. }
  54. .options-title {
  55. font-size: 40rpx;
  56. color: #bfbdff;
  57. margin-top: auto;
  58. font-weight: bold;
  59. }
  60. .options-menoy {
  61. font-size: 34rpx;
  62. color: #d990ea;
  63. margin-top: -4rpx;
  64. margin-bottom: auto;
  65. }
  66. .options-welfare-bg {
  67. height: 44rpx;
  68. border-radius: 22rpx;
  69. background-color: #8c5aeb;
  70. margin-top: 22rpx;
  71. margin-left: 10rpx;
  72. display: flex;
  73. flex-direction: row;
  74. }
  75. .options-welfare {
  76. color: white;
  77. height: 44rpx;
  78. font-size: 24rpx;
  79. text-align: center;
  80. font-weight: lighter;
  81. line-height: 44rpx;
  82. margin: auto 20rpx;
  83. }
  84. .options-check, .options-selected {
  85. width: 56rpx;
  86. height: 56rpx;
  87. margin-left: auto;
  88. margin-right: 44rpx;
  89. margin-top: auto;
  90. margin-bottom: auto;
  91. }
  92. .options-check {
  93. border-radius: 30rpx;
  94. border-width: 2rpx;
  95. border-color: #8c5aeb;
  96. border-style: solid;
  97. }
  98. .buy {
  99. font-size: 34rpx;
  100. color: white;
  101. /* font-weight: bold; */
  102. text-align: center;
  103. line-height: 92rpx;
  104. margin-top: 60rpx;
  105. margin-left: 76rpx;
  106. margin-right: 76rpx;
  107. height: 92rpx;
  108. border-radius: 46rpx;
  109. background: linear-gradient(to left, #625af7, #dd7fff);
  110. }
  111. can-not-pay {
  112. display: flex;
  113. flex-direction: column;
  114. }
  115. .can-not-pay-img {
  116. margin: 134rpx 168rpx 0rpx;
  117. width: 414rpx;
  118. height: 238rpx;
  119. }
  120. .can-not-pay-text-title {
  121. margin: 40rpx auto 0px;
  122. font-size: 40rpx;
  123. font-weight: bold;
  124. color: #bfbdff;
  125. text-align: center;
  126. }
  127. .can-not-pay-text {
  128. margin: 8rpx auto 0px;
  129. font-size: 32rpx;
  130. color: #bfbdff;
  131. text-align: center;
  132. }
  133. .contact {
  134. background-color: #8c5aeb;
  135. color: white;
  136. font-size: 34rpx;
  137. text-align: center;
  138. font-weight: bold;
  139. height: 92rpx;
  140. line-height: 92rpx;
  141. border-radius: 46rpx;
  142. margin: 36rpx 196rpx 130rpx;
  143. }
  144. .phone {
  145. box-sizing: border-box;
  146. font-size: 34rpx;
  147. color: #bfbdff;
  148. text-align: center;
  149. line-height: 92rpx;
  150. margin-top: 40rpx;
  151. margin-left: 76rpx;
  152. margin-right: 76rpx;
  153. height: 92rpx;
  154. border-radius: 46rpx;
  155. border-width: 1rpx;
  156. border-style: solid;
  157. background-color: #413668;
  158. }
  159. .bottom-tips {
  160. font-size: 24rpx;
  161. color: #bfbdff;
  162. text-align: center;
  163. margin-top: 26rpx;
  164. }