index.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. .bg-scroll-view {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .attent{
  6. width:750rpx;
  7. height: 168rpx;
  8. /* position:fixed;
  9. bottom:0; */
  10. overflow: hidden;
  11. }
  12. .collectedTips{
  13. width:330rpx;
  14. position:fixed;
  15. right:-190px;
  16. top: 10px;
  17. height:auto;
  18. z-index:999;
  19. color:#FFF;
  20. border-radius:10rpx;
  21. font-size:30rpx;
  22. padding:10rpx;
  23. background:#333333;
  24. text-align: center;
  25. }
  26. .collectedTips::after{
  27. content:"";
  28. position:absolute;
  29. top:-6px;
  30. left:220rpx;
  31. border-bottom:6px solid #333333;
  32. border-left:6px solid transparent;
  33. border-right:6px solid transparent;
  34. }
  35. .tips-icon{
  36. position: absolute;
  37. right: 8rpx;
  38. top: 100rpx;
  39. }
  40. .banner-tips {
  41. width: 100%;
  42. height: 224rpx;
  43. margin-top: -224rpx;
  44. display: flex;
  45. }
  46. .banner-tips>text {
  47. font-family: PingFangSC-Regular;
  48. font-size: 28rpx;
  49. color: #FFFFFF;
  50. line-height: 48rpx;
  51. width: 624rpx;
  52. margin: 30rpx auto 0;
  53. }
  54. .tab {
  55. display: flex;
  56. width: 100%;
  57. height: 100rpx;
  58. background: #4FC16B;
  59. margin-top: -16rpx;
  60. }
  61. .choose-tab {
  62. font-family: PingFangSC-Semibold;
  63. font-size: 34rpx;
  64. color: #FFFFFF;
  65. text-align: center;
  66. margin-top: 20rpx;
  67. width: 50%;
  68. }
  69. .unchoose-tab {
  70. font-family: PingFangSC-Regular;
  71. font-size: 32rpx;
  72. color: #FFFFFF;
  73. text-align: center;
  74. line-height: 100rpx;
  75. width: 50%;
  76. }
  77. .tab+view {
  78. display: flex;
  79. flex-direction: column;
  80. width: 50%;
  81. height: 5rpx;
  82. margin-top: -5rpx;
  83. }
  84. .tab+view>view {
  85. width: 48rpx;
  86. height: 5rpx;
  87. background: #FFFFFF;
  88. border-radius: 2.5rpx;
  89. margin: -15rpx auto 0;
  90. }
  91. .item-bg {
  92. width: 690rpx;
  93. background-color: white;
  94. display: flex;
  95. flex-direction: column;
  96. box-shadow: 0 0 30px 0 rgba(205,205,205,0.50);
  97. border-radius: 20px;
  98. margin: -66rpx 30rpx 0;
  99. }
  100. .item-bg>view:nth-last-child(3)>view {
  101. width: 88rpx;
  102. height: 48rpx;
  103. border: 2rpx solid #FF801A;
  104. border-radius: 8rpx;
  105. font-family: PingFangSC-Regular;
  106. font-size: 26rpx;
  107. color: #FF801A;
  108. text-align: center;
  109. line-height: 48rpx;
  110. margin: auto 30rpx auto 36rpx;
  111. }
  112. .item-bg>view:nth-last-child(3)>text:nth-child(2) {
  113. font-family: PingFangSC-Regular;
  114. font-size: 34rpx;
  115. color: #888888;
  116. line-height: 100rpx;
  117. margin-left: auto;
  118. }
  119. .picker-view,
  120. .item-bg>view:nth-child(5),
  121. .item-bg>view:nth-child(13) {
  122. width: 690rpx;
  123. height: 100rpx;
  124. }
  125. .picker-view,
  126. .item-bg>view:nth-last-child(3) {
  127. display: flex;
  128. background-color: white;
  129. border-radius: 10px;
  130. }
  131. .input-view>text,
  132. .switch-view>text,
  133. .picker-view>text:first-child,
  134. .item-bg>view:nth-child(5)>text:first-child,
  135. .item-bg>view:nth-child(13)>text:first-child {
  136. font-family: PingFangSC-Regular;
  137. font-size: 32rpx;
  138. color: #333333;
  139. line-height: 100rpx;
  140. margin-left: 30rpx;
  141. /* width: 210rpx; */
  142. }
  143. /* picker */
  144. picker {
  145. margin-left: auto;
  146. }
  147. .picker-content-view {
  148. height: 100rpx;
  149. /* min-width: 370rpx; */
  150. display: flex;
  151. }
  152. .picker-content-view>text:nth-last-child(2) {
  153. font-family: PingFangSC-Regular;
  154. font-size: 34rpx;
  155. color: #888888;
  156. line-height: 100rpx;
  157. margin: 0 0 0 auto;
  158. }
  159. .picker-content-view>image {
  160. width: 16rpx;
  161. height: 28rpx;
  162. margin: auto 30rpx auto 24rpx;
  163. }
  164. .switch-view>view,
  165. .picker-view>view {
  166. height: 100rpx;
  167. display: flex;
  168. margin-left: 6rpx;
  169. }
  170. .switch-view>view>image,
  171. .picker-view>view>image{
  172. width: 32rpx;
  173. height: 32rpx;
  174. margin: auto 30rpx auto auto;
  175. }
  176. /* input */
  177. .item-bg>view:nth-child(5) {
  178. display: flex;
  179. }
  180. .placeholder {
  181. font-family: PingFangSC-Regular;
  182. font-size: 34rpx;
  183. color: #BFBFBF;
  184. line-height: 100rpx;
  185. }
  186. input {
  187. width: 480rpx;
  188. height: 100rpx;
  189. font-family: PingFangSC-Regular;
  190. font-size: 34rpx;
  191. color: #888888;
  192. line-height: 100rpx;
  193. text-align: right;
  194. margin: auto 30rpx auto auto;
  195. }
  196. .line {
  197. height: 1px;
  198. background-color: rgba(238, 238, 238, 0.5);
  199. margin-left: 30rpx;
  200. margin-right: 30rpx;
  201. }
  202. .all-line {
  203. height: 0.7px;
  204. background-color: #EBEBEB;
  205. }
  206. .button-view>button {
  207. width: 626rpx;
  208. height: 90rpx;
  209. border-radius: 44px;
  210. background: #03C29D;
  211. box-shadow: 0 0 20px 0 rgba(34, 155, 131, 0.50);
  212. font-size: 36rpx;
  213. color: #FFFFFF;
  214. line-height: 90rpx;
  215. text-align: center;
  216. margin: 48rpx auto;
  217. }
  218. .input-view,
  219. .switch-view {
  220. width: 100%;
  221. height: 100rpx;
  222. display: flex;
  223. background-color: white;
  224. }
  225. .switch-view>switch {
  226. margin: auto 30rpx auto auto;
  227. }
  228. /* tips-view */
  229. .tips-view {
  230. width: 100%;
  231. height: 100%;
  232. position: fixed;
  233. top: 0;
  234. background-color: rgba(0, 0, 0, 0.68);
  235. display: flex;
  236. z-index: 1000;
  237. }
  238. .tips-view>view {
  239. width: 560rpx;
  240. border-radius: 16rpx;
  241. margin: auto auto;
  242. background-color: white;
  243. display: flex;
  244. flex-direction: column;
  245. }
  246. .tips-view>view>text:first-child {
  247. font-family: PingFangSC-Regular;
  248. font-size: 36rpx;
  249. font-weight: 700;
  250. color: #222222;
  251. text-align: center;
  252. line-height: 50rpx;
  253. margin: 60rpx auto 0;
  254. }
  255. .tips-view>view>view:nth-child(2) {
  256. display: flex;
  257. flex-direction: column;
  258. margin: 20rpx 42rpx 48rpx;
  259. }
  260. .tips-view>view>view:nth-child(2)>text {
  261. font-family: PingFangSC-Regular;
  262. font-size: 30rpx;
  263. color: #888888;
  264. line-height: 44rpx;
  265. margin-bottom: 20rpx;
  266. }
  267. .tips-view>view>view:nth-child(3) {
  268. width: 100%;
  269. /* height: 0.7px; */
  270. background-color: #E5E5E5;
  271. }
  272. .tips-view>view>view:nth-child(4) {
  273. width: 510rpx;
  274. height: 88rpx;
  275. line-height: 88rpx;
  276. font-family: PingFangSC-Regular;
  277. font-size: 34rpx;
  278. color: #FFF;
  279. background: #03C29D;
  280. border-radius: 44px;
  281. text-align: center;
  282. margin: 0 auto 40rpx;
  283. }
  284. .banner-bottom{
  285. width: 750rpx;
  286. margin: 30rpx;
  287. }
  288. .banner-bottom>image{
  289. width: 690rpx;
  290. height: 160rpx;
  291. border-radius: 4px;
  292. }