invite.wxss 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. .bg {
  2. position: relative;
  3. width: 100%;
  4. min-height: 100%;
  5. background-color: #eab86a;
  6. }
  7. .user {
  8. width: 710rpx;
  9. margin: 0 auto;
  10. border-radius: 12rpx;
  11. overflow: hidden;
  12. }
  13. .user-top {
  14. width: 100%;
  15. height: 100rpx;
  16. background-color: #ffffff;
  17. }
  18. .user-image {
  19. float: left;
  20. display: block;
  21. width: 48rpx;
  22. height: 48rpx;
  23. margin-top: 26rpx;
  24. margin-left: 30rpx;
  25. }
  26. .user-name {
  27. float: left;
  28. width: 300rpx;
  29. height: 100rpx;
  30. line-height: 100rpx;
  31. font-size: 28rpx;
  32. color: #4c4c4c;
  33. padding-left: 20rpx;
  34. }
  35. .user-title {
  36. float: right;
  37. height: 100rpx;
  38. line-height: 100rpx;
  39. font-size: 28rpx;
  40. color: #e5bbb1;
  41. padding-right: 30rpx;
  42. }
  43. .user-title image {
  44. display: inline-block;
  45. width: 30rpx;
  46. height: 30rpx;
  47. vertical-align: sub;
  48. margin-left: 10rpx;
  49. }
  50. .user-main {
  51. background-color: #fff;
  52. padding-top: 40rpx;
  53. padding-bottom: 20rpx;
  54. }
  55. .user-qcode {
  56. display: block;
  57. width: 360rpx;
  58. height: 360rpx;
  59. margin: 0 auto 40rpx;
  60. }
  61. .user-btn {
  62. width: 400rpx;
  63. height: 88rpx;
  64. line-height: 88rpx;
  65. color: #fff;
  66. text-align: center;
  67. background: linear-gradient(#eab86a , #d4932b);
  68. margin: 0 auto;
  69. font-size: 28rpx;
  70. border-radius: 88rpx;
  71. }
  72. .user-about {
  73. line-height: 42rpx;
  74. font-size: 24rpx;
  75. color: #999999;
  76. width: 650rpx;
  77. padding: 10rpx;
  78. background-color: #f1f5f9;
  79. margin: 20rpx auto 0;
  80. }
  81. .list {
  82. width: 670rpx;
  83. margin: 20rpx auto 0;
  84. background-color: #fff;
  85. padding: 0 20rpx 20rpx;
  86. overflow: hidden;
  87. }
  88. .list-change {
  89. height: 88rpx;
  90. width: 400rpx;
  91. border: 1px solid #cccccc;
  92. border-radius: 50rpx;
  93. margin: 40rpx auto 20rpx;
  94. font-size: 30rpx;
  95. overflow: hidden;
  96. }
  97. .list-total {
  98. width: 200rpx;
  99. background: #eab86a;
  100. color: #fff;
  101. float: left;
  102. height: 88rpx;
  103. line-height: 88rpx;
  104. text-align: center;
  105. }
  106. .list-month {
  107. width: 200rpx;
  108. background: #fff;
  109. color: #eab86a;
  110. float: right;
  111. height: 88rpx;
  112. line-height: 88rpx;
  113. text-align: center;
  114. }
  115. .active {
  116. color: #fff;
  117. background: #eab86a;
  118. }
  119. .active1 {
  120. color: #eab86a;
  121. background: #fff;
  122. }
  123. .list-top {
  124. position: relative;
  125. height: 230rpx;
  126. /* border-bottom: 1rpx solid #e8ebf0; */
  127. }
  128. .list-part {
  129. height: 162rpx;
  130. position: relative;
  131. /* border-bottom: 1rpx solid #dddddd; */
  132. }
  133. .list-part2 {
  134. border-top: 1rpx solid #dddddd;
  135. padding-top: 10rpx;
  136. height: 50rpx;
  137. }
  138. .list-title {
  139. padding-top: 30rpx;
  140. padding-bottom: 10rpx;
  141. line-height: 24rpx;
  142. font-size: 24rpx;
  143. color: #999999;
  144. text-align: center;
  145. }
  146. .list-allprice {
  147. padding-top: 20rpx;
  148. text-align: center;
  149. font-size: 48rpx;
  150. line-height: 48rpx;
  151. font-weight: bold;
  152. color: #eab86a;
  153. /* display: inline-block; */
  154. /* margin: 0 auto; */
  155. }
  156. .list-nameText {
  157. position: absolute;
  158. color: #999999;
  159. font-size: 24rpx;
  160. left: 0;
  161. bottom: 20rpx;
  162. }
  163. .list-priceText {
  164. position: absolute;
  165. color: #999999;
  166. font-size: 24rpx;
  167. right: 0;
  168. bottom: 20rpx;
  169. }
  170. .list-main {
  171. margin-top: 30rpx;
  172. margin-bottom: 10rpx;
  173. }
  174. .list-item {
  175. /* height: 88rpx; */
  176. /* height: 140rpx; */
  177. margin-bottom: 30rpx;
  178. }
  179. .list-head {
  180. float: left;
  181. display: block;
  182. width: 88rpx;
  183. height: 88rpx;
  184. border-radius: 100%;
  185. }
  186. .list-oheadlist {
  187. float: left;
  188. width: 335rpx;
  189. margin-left:100rpx;
  190. overflow: hidden;
  191. height: 50rpx;
  192. }
  193. .list-ohead {
  194. height: 50rpx;
  195. width: 50rpx;
  196. background: skyblue;
  197. border-radius: 50%;
  198. float: left;
  199. margin-left: -10rpx;
  200. }
  201. .list-ohead:first-child {
  202. margin-left: 0;
  203. }
  204. .list-dian {
  205. float: left;
  206. width: 30rpx;
  207. height: 5rpx;
  208. margin-top: 20rpx;
  209. /* margin-left: 8rpx; */
  210. }
  211. .list-person {
  212. color: #bbbbbb;
  213. font-size: 24rpx;
  214. float: right;
  215. margin-right: 10rpx;
  216. }
  217. .list-rightimg {
  218. height: 26rpx;
  219. width: 16rpx;
  220. float: right;
  221. padding-top: 5rpx;
  222. }
  223. .list-name {
  224. padding-left: 18rpx;
  225. float: left;
  226. line-height: 88rpx;
  227. width: 330rpx;
  228. font-size: 28rpx;
  229. color: #4c4c4c;
  230. }
  231. .list-price {
  232. line-height: 88rpx;
  233. font-size: 36rpx;
  234. color: #eab86a;
  235. float: right;
  236. }
  237. .list-bottom {
  238. margin-top: 40rpx;
  239. margin-bottom: 20rpx;
  240. }
  241. .list-more {
  242. height: 48rpx;
  243. width: 172rpx;
  244. color: #eab86a;
  245. font-size: 28rpx;
  246. border: 1rpx solid #eab86a;
  247. text-align: center;
  248. line-height: 48rpx;
  249. margin: 0 auto;
  250. border-radius: 50rpx;
  251. }
  252. .popup-bg {
  253. position: fixed;
  254. left: 0;
  255. top: 0;
  256. width: 100%;
  257. height: 100%;
  258. background-color: rgba(0,0,0,0.5);
  259. z-index: 99;
  260. }
  261. .popup {
  262. position: absolute;
  263. left: 50%;
  264. top: 300rpx;
  265. margin-left: -280rpx;
  266. width: 560rpx;
  267. height: 440rpx;
  268. background-color: #fff;
  269. border-radius: 10rpx;
  270. overflow: hidden;
  271. }
  272. .popup-title {
  273. text-align: center;
  274. line-height: 32rpx;
  275. font-size: 32rpx;
  276. padding-top: 30rpx;
  277. padding-bottom: 32rpx;
  278. color: #4c4c4c;
  279. font-weight: bold;
  280. }
  281. .popup-logobg {
  282. width: 110rpx;
  283. height: 110rpx;
  284. border-radius: 100%;
  285. background-color: #f7f7f7;
  286. margin: 0 auto;
  287. border:1rpx solid #cfcfcf;
  288. }
  289. .popup-image {
  290. display: block;
  291. width: 67rpx;
  292. height: 90rpx;
  293. background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/startlogo.png');
  294. background-size: 100% 100%;
  295. margin: 8rpx auto 0;
  296. }
  297. .popup-hint {
  298. display: block;
  299. font-size: 28rpx;
  300. color: #999999;
  301. text-align: center;
  302. line-height: 50rpx;
  303. padding-top: 20rpx;
  304. }
  305. .popup-bottom {
  306. border:0;
  307. border-radius: 0rpx;
  308. position: absolute;
  309. bottom: 0;
  310. width: 100%;
  311. height: 88rpx;
  312. line-height: 88rpx;
  313. left: 0;
  314. border-top: 1rpx solid #cccccc;
  315. text-align: center;
  316. font-size: 32rpx;
  317. color: #39a43c;
  318. }
  319. .material-icon {
  320. float: left;
  321. margin-top: 32rpx;
  322. margin-left: 30rpx;
  323. width: 36rpx;
  324. height: 36rpx;
  325. background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/material/material.png');
  326. background-size: 100% 100%;
  327. }
  328. button::after{
  329. border: none;
  330. }
  331. .rank {
  332. width: 710rpx;
  333. height: 100rpx;
  334. background-color: #fff;
  335. margin: 30rpx auto 0;
  336. border-radius: 10rpx;
  337. }
  338. .rank-icon {
  339. float: left;
  340. margin-top: 32rpx;
  341. margin-left: 30rpx;
  342. width: 40rpx;
  343. height: 36rpx;
  344. background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/static/inviterank.png');
  345. background-size: 100% 100%;
  346. }
  347. .rank-icon1 {
  348. float: left;
  349. margin-top: 32rpx;
  350. margin-left: 30rpx;
  351. width: 32rpx;
  352. height: 40rpx;
  353. background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/static/contribution.png');
  354. background-size: 100% 100%;
  355. }
  356. .rank-title {
  357. float: left;
  358. line-height: 100rpx;
  359. font-size: 28rpx;
  360. color: #4c4c4c;
  361. padding-left: 20rpx;
  362. }
  363. .rank-right {
  364. width: 19rpx;
  365. height: 33rpx;
  366. margin-top: 35rpx;
  367. margin-right: 30rpx;
  368. float: right;
  369. }
  370. .rank-count {
  371. font-size: 28rpx;
  372. color: #999999;
  373. float: right;
  374. padding-right: 15rpx;
  375. line-height: 100rpx;
  376. }
  377. .list-lefticon {
  378. height: 26rpx;
  379. width: 14rpx;
  380. /* float: left; */
  381. /* padding-top: 9rpx; */
  382. padding-right: 15rpx;
  383. display: inline-block;
  384. vertical-align: middle;
  385. }
  386. .list-leftmonth {
  387. font-size: 26rpx;
  388. color: #4c4c4c;
  389. line-height: 26rpx;
  390. height: 26rpx;
  391. /* float: left; */
  392. display: inline-block;
  393. vertical-align: middle;
  394. }
  395. .list-rightmonth {
  396. font-size: 26rpx;
  397. line-height: 26rpx;
  398. color: #4c4c4c;
  399. height: 26rpx;
  400. /* float: right; */
  401. display: inline-block;
  402. vertical-align: middle;
  403. }
  404. .list-righticon {
  405. height: 26rpx;
  406. width: 14rpx;
  407. /* float: right; */
  408. /* padding-top: 9rpx; */
  409. padding-left: 15rpx;
  410. display: inline-block;
  411. vertical-align: middle;
  412. }
  413. .list-left {
  414. /* float: left; */
  415. /* display: inline-block; */
  416. position: absolute;
  417. left: 0;
  418. top: 80rpx;
  419. }
  420. .list-right {
  421. /* float: right; */
  422. /* display: inline-block; */
  423. position: absolute;
  424. right: 0;
  425. top: 80rpx;
  426. }
  427. .list-price{
  428. display: inline-block;
  429. position: absolute;
  430. right: 0;
  431. }