説明なし

index.css 8.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431
  1. body {
  2. background: #ffba19;
  3. width: 100vw;
  4. min-height: 100vh;
  5. }
  6. #guafenguize {
  7. width: 0.94rem;
  8. height: 0.31rem;
  9. background: linear-gradient(180deg, #FFC01B, #FFE200);
  10. border-radius: 0 0.18rem 0.18rem 0;
  11. box-shadow: 0px 0.04rem 0.05rem 0px #ff9b1b;
  12. line-height: 0.31rem;
  13. font-size: 0.15rem;
  14. text-align: center;
  15. color: #FFFFFF;
  16. position: absolute;
  17. top: 0.23rem;
  18. left: 0;
  19. z-index: 1;
  20. }
  21. #wodezhanji {
  22. width: 0.94rem;
  23. height: 0.31rem;
  24. background: linear-gradient(180deg, #FFC01B, #FFE200);
  25. border-radius: 0.18rem 0 0 0.18rem;
  26. box-shadow: 0px 0.04rem 0.05rem 0px #ff9b1b;
  27. line-height: 0.31rem;
  28. font-size: 0.15rem;
  29. text-align: center;
  30. color: #FFFFFF;
  31. position: fixed;
  32. top: 0.23rem;
  33. right: 0;
  34. z-index: 1;
  35. }
  36. #container {
  37. padding-bottom: 0.89rem;
  38. }
  39. #content{
  40. position: relative;
  41. }
  42. .banner {
  43. width: 100%;
  44. height: 3.13rem;
  45. position: relative;
  46. }
  47. .banner img {
  48. width: 100%;
  49. }
  50. .banner p {
  51. position: absolute;
  52. top: 1.66rem;
  53. height: 0.42rem;
  54. width: 100%;
  55. color: #fff;
  56. font-size: 0.4rem;
  57. line-height: 0.42rem;
  58. text-align: center;
  59. }
  60. .content_01 {
  61. width: 3.27rem;
  62. border-radius: 0.15rem;
  63. margin: auto;
  64. background: #FFFFFF;
  65. overflow: hidden;
  66. }
  67. .content_01 .number_people {
  68. width: 100%;
  69. height: 1.71rem;
  70. background: linear-gradient(180deg, #FFFFFF, #F9E7E7);
  71. }
  72. .content_01 .number_people .title {
  73. width: 2.18rem;
  74. height: 0.33rem;
  75. margin: auto;
  76. background: linear-gradient(180deg, #FFB56A, #FB6746);
  77. box-shadow: 0px 0.02rem 0.02rem 0px #f59786;
  78. font-size: 0.16rem;
  79. line-height: 0.33rem;
  80. text-align: center;
  81. border-radius: 0 0 0.33rem 0.33rem;
  82. color: #FFFFFF;
  83. }
  84. .content_01 .number_people p {
  85. font-size: 0.14rem;
  86. line-height: 0.2rem;
  87. color: #733232;
  88. text-align: center;
  89. }
  90. .content_01 .number_people .number {
  91. display: flex;
  92. max-width: 100%;
  93. align-items: center;
  94. justify-content: center;
  95. margin-top: 0.25rem;
  96. margin-bottom: 0.24rem;
  97. }
  98. .content_01 .number_people .number span {
  99. padding-left: 0.02rem;
  100. font-size: 0.2rem;
  101. color: #733232;
  102. }
  103. .content_01 .number_people .number ul {
  104. max-width: 2.64rem;
  105. padding-left: 0.2rem;
  106. display: flex;
  107. justify-content: center;
  108. align-items: center;
  109. margin: 0;
  110. }
  111. .content_01 .number_people .number ul li {
  112. width: 0.44rem;
  113. height: 0.55rem;
  114. border: 0.01rem solid #979797;
  115. border-radius: 0.1rem;
  116. line-height: 0.55rem;
  117. margin: 0 0.05rem;
  118. color: #733232;
  119. font-size: 0.48rem;
  120. text-align: center;
  121. }
  122. .content_01 .operation {
  123. width: 100%;
  124. background: #FBA010;
  125. box-shadow: 0px 0rem 0.16rem 0.06rem rgba(251, 142, 16, 0.51);
  126. padding-bottom: 0.34rem;
  127. }
  128. .content_01 .operation .userImges {
  129. padding-top: 0.28rem;
  130. }
  131. .content_01 .operation .userImges ul {
  132. display: flex;
  133. align-items: center;
  134. justify-content: center;
  135. padding-left: 0.13rem;
  136. }
  137. .content_01 .operation .userImges ul li {
  138. width: 0.5rem;
  139. border-radius: 50%;
  140. overflow: hidden;
  141. margin-left: -0.13rem;
  142. background: #FFFFFF;
  143. box-shadow: 0px 0.02rem 0.03rem 0px #de8c0a;
  144. }
  145. .content_01 .operation .userImges ul li img {
  146. width: 100%;
  147. height: 100%;
  148. }
  149. .content_01 .operation .onePrice {
  150. width: 2.4rem;
  151. height: 0.31rem;
  152. margin: auto;
  153. margin-top: 0.24rem;
  154. background: linear-gradient(180deg, #3C95FF, #7639FF);
  155. border-radius: 0.37rem;
  156. color: #FFFFFF;
  157. font-size: 0.18rem;
  158. box-shadow: 0px 0.02rem 0.01rem 0px #ea8905;
  159. text-align: center;
  160. line-height: 0.31rem;
  161. }
  162. .content_01 .operation .inviting_friends {
  163. width: 2.4rem;
  164. height: 0.31rem;
  165. margin: auto;
  166. margin-top: 0.18rem;
  167. background: linear-gradient(180deg, #FF783C, #FF3C39);
  168. border-radius: 0.37rem;
  169. color: #FFFFFF;
  170. font-size: 0.18rem;
  171. box-shadow: 0px 2px 2px 0px #ee7810;
  172. text-align: center;
  173. line-height: 0.31rem;
  174. }
  175. .content_02 {
  176. height: 1.57rem;
  177. background: url(../img/Rectangle.png) #FBA010 no-repeat;
  178. background-size: 100% 100%;
  179. }
  180. .content_02 .state_01 {
  181. font-size: 0.18rem;
  182. line-height: 0.25rem;
  183. color: #FFFFFF;
  184. text-align: center;
  185. }
  186. .content_02 .state_01 img {
  187. width: 1.35rem;
  188. margin: auto;
  189. margin-top: 0.15rem;
  190. }
  191. .content_02 .state_01 p {
  192. margin-top: -0.3rem;
  193. }
  194. .content_03 {
  195. height: 1.44rem;
  196. display: flex;
  197. align-items: center;
  198. background: url(../img/Rectangle.png) #FBA010 no-repeat;
  199. background-size: 100% 100%;
  200. }
  201. .content_03 ul {
  202. width: 100%;
  203. margin: 0 0.23rem;
  204. display: flex;
  205. align-items: center;
  206. justify-content: space-around;
  207. }
  208. .content_03 ul li {
  209. text-align: center;
  210. }
  211. .content_03 ul li span {
  212. color: #FFFFFF;
  213. font-size: 0.14rem;
  214. line-height: 0.2rem;
  215. display: block;
  216. text-align: center;
  217. margin-top: 0.08rem;
  218. }
  219. .content_03 ul li img {
  220. width: 0.9rem;
  221. }
  222. .content_04 {
  223. padding: 0.17rem 0 0.39rem;
  224. background: #FBA010;
  225. }
  226. .content_04 .title {
  227. color: #ffffff;
  228. font-size: 0.18rem;
  229. line-height: 0.2rem;
  230. position: relative;
  231. width: 100%;
  232. text-align: center;
  233. }
  234. .content_04 .title::after {
  235. content: '';
  236. display: block;
  237. width: 0.68rem;
  238. height: 0.01rem;
  239. background: #ffffff;
  240. position: absolute;
  241. left: 0.35rem;
  242. top: 0rem;
  243. bottom: 0rem;
  244. margin: auto;
  245. }
  246. .content_04 .title::before {
  247. content: '';
  248. display: block;
  249. width: 0.68rem;
  250. height: 0.01rem;
  251. background: #ffffff;
  252. position: absolute;
  253. right: 0.35rem;
  254. top: 0rem;
  255. bottom: 0rem;
  256. margin: auto;
  257. }
  258. .content_04 ul {
  259. padding: 0 0.28rem;
  260. }
  261. .content_04 ul li {
  262. display: flex;
  263. align-items: center;
  264. margin-top: 0.16rem;
  265. justify-content: space-between;
  266. }
  267. .content_04 ul li .left {
  268. display: flex;
  269. align-items: center;
  270. }
  271. .content_04 ul li .left img {
  272. width: 0.5rem;
  273. height: 0.5rem;
  274. border-radius: 50%;
  275. }
  276. .content_04 ul li .left .leftCon {
  277. padding-left: 0.11rem;
  278. }
  279. .content_04 ul li .left .leftCon p {
  280. color: #FFFFFF;
  281. font-size: 0.14rem;
  282. line-height: 0.2rem;
  283. width: 1rem;
  284. overflow: hidden;
  285. text-overflow: ellipsis;
  286. white-space: nowrap;
  287. padding-bottom: 0.04rem;
  288. }
  289. .content_04 ul li .left .leftCon span {
  290. color: #FFFFFF;
  291. font-size: 0.12rem;
  292. height: 0.17rem;
  293. }
  294. .content_04 ul li .right {
  295. width: 1.02rem;
  296. height: 0.24rem;
  297. color: #6B2A0A;
  298. font-size: 0.12rem;
  299. line-height: 0.24rem;
  300. background: #FFDD7C;
  301. border-radius: 0.16rem;
  302. display: flex;
  303. align-items: center;
  304. vertical-align: middle;
  305. }
  306. .content_04 ul li .right i {
  307. display: inline-block;
  308. width: 0.13rem;
  309. height: 0.13rem;
  310. background: #ffffff;
  311. margin-left: 0.1rem;
  312. vertical-align: middle;
  313. margin-right: 0.09rem;
  314. }
  315. .content_04 ul li .rightActive {
  316. background: #F95D1B;
  317. color: #ffffff;
  318. }
  319. .content_02,
  320. .content_03,
  321. .content_04 {
  322. width: 3.27rem;
  323. margin: auto;
  324. border-radius: 0.2rem;
  325. margin-top: 0.1rem;
  326. position: relative;
  327. overflow: hidden;
  328. }
  329. .content_02 .title,
  330. .content_03 .title {
  331. background: #ff623b;
  332. box-shadow: 0px 2px 4px 0px rgba(249, 112, 7, 0.69);
  333. font-size: 0.14rem;
  334. color: #FFFFFF;
  335. height: 0.3rem;
  336. line-height: 0.3rem;
  337. transform: rotate(-45deg);
  338. -ms-transform: rotate(-45deg);/* IE 9 */
  339. -moz-transform: rotate(-45deg);/* Firefox */
  340. -webkit-transform: rotate(-45deg);/* Safari 和 Chrome */
  341. -o-transform: rotate(-45deg);/* Opera */
  342. position: absolute;
  343. top: 0.21rem;
  344. left: -0.40rem;
  345. width: 1.50rem;
  346. text-align: center;
  347. }
  348. .invite_friends_zzc {
  349. width: 100%;
  350. height: 100vh;
  351. position: fixed;
  352. top: 0;
  353. left: 0;
  354. background: rgba(0, 0, 0, 0.3);
  355. display: none;
  356. z-index: 2;
  357. }
  358. .invite_friends_zzc .content {
  359. width: 100%;
  360. height: 2.14rem;
  361. background: #27292C;
  362. position: absolute;
  363. bottom: 0;
  364. }
  365. .invite_friends_zzc .content .title {
  366. font-size: 0.14rem;
  367. height: 0.2rem;
  368. color: rgba(255, 255, 255, 0.6156);
  369. text-align: center;
  370. padding-top: 0.21rem;
  371. }
  372. .invite_friends_zzc .content ul {
  373. display: flex;
  374. align-items: center;
  375. margin-top: 0.3rem;
  376. }
  377. .invite_friends_zzc .content ul li {
  378. width: 50%;
  379. text-align: center;
  380. color: #ffffff;
  381. }
  382. .invite_friends_zzc .content ul li img {
  383. width: 0.55rem;
  384. height: 0.55rem;
  385. border-radius: 50%;
  386. margin: auto;
  387. margin-bottom: 0.15rem;
  388. }
  389. .invite_friends_zzc .content .bottom_close {
  390. width: 100%;
  391. height: 0.38rem;
  392. background: #35373A;
  393. font-size: 0.14rem;
  394. line-height: 0.38rem;
  395. color: #ffffff;
  396. text-align: center;
  397. position: absolute;
  398. bottom: 0;
  399. }
  400. .wechat_zhifu_zzc {
  401. width: 100%;
  402. height: 100vh;
  403. position: fixed;
  404. top: 0;
  405. left: 0;
  406. background: rgba(0, 0, 0, 0.3);
  407. display: none;
  408. z-index: 2;
  409. }
  410. .wechat_zhifu_zzc .content {
  411. width: 100%;
  412. height: 0.94rem;
  413. background: #FFFFFF;
  414. position: absolute;
  415. bottom: 0;
  416. display: flex;
  417. justify-content: center;
  418. align-items: center;
  419. }
  420. .wechat_zhifu_zzc .content div {
  421. width: 2.15rem;
  422. height: 0.52rem;
  423. border-radius: 0.06rem;
  424. background: #00aaef;
  425. color: #FFFFFF;
  426. font-size: 0.2rem;
  427. text-align: center;
  428. line-height: 0.52rem;
  429. }
  430. /*# sourceMappingURL=index.css.map */