invite.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. /* invite.wxss */
  2. .container{
  3. /* width: 750rpx; */
  4. /* height: 1498rpx; */
  5. /* position: relative; */
  6. /* overflow:hidden; */
  7. }
  8. ::-webkit-scrollbar{
  9. width: 0;
  10. height: 0;
  11. color: transparent;
  12. }
  13. ::-webkit-scrollbar-thumb{
  14. color:transparent;
  15. }
  16. ::-webkit-scrollbar-track-piece{
  17. color: transparent;
  18. }
  19. .invite_bg{
  20. width: 750rpx;
  21. height: 1498rpx;
  22. }
  23. /* .invite_content{
  24. position: absolute;
  25. top: 0;
  26. left: 0;
  27. /* z-index: 2; */
  28. /* } */
  29. .rule_btn{
  30. width:52rpx;
  31. height:142rpx;
  32. text-align: center;
  33. font-size: 30rpx;
  34. font-weight: bold;
  35. line-height: 34rpx;
  36. padding:14rpx 0;
  37. color: #f3351b;
  38. background-color: #fdcd85;
  39. border-top-left-radius: 6px;
  40. border-bottom-left-radius: 6px;
  41. position: absolute;
  42. top: 474rpx;
  43. right: 0;
  44. z-index:3;
  45. }
  46. .invite_btn{
  47. width: 498rpx;
  48. height: 175rpx;
  49. position: absolute;
  50. top:860rpx;
  51. left: 50%;
  52. margin-left:-249rpx;
  53. z-index: 3;
  54. }
  55. .invite_btn image{
  56. width: 100%;
  57. height: 100%;
  58. }
  59. .mine_infor_wrap{
  60. position: absolute;
  61. top:1036rpx;
  62. left: 0;
  63. z-index: 3;
  64. text-align: center;
  65. }
  66. .mine_btn{
  67. font-size: 26rpx;
  68. color: #fff;
  69. }
  70. .money_wrap{
  71. width: 750rpx;
  72. font-size: 30rpx;
  73. line-height: 98rpx;
  74. color: #ffffff;
  75. text-align: center;
  76. }
  77. .money{
  78. color: #ffe901;
  79. }
  80. .rule_wrap{
  81. margin:33rpx auto 0;
  82. width: 704rpx;
  83. border: 2rpx solid #fdcd85;
  84. border-radius: 20rpx;
  85. overflow: hidden;
  86. }
  87. .rule_title{
  88. width: 100%;
  89. height: 62rpx;
  90. font-size: 32rpx;
  91. line-height: 62rpx;
  92. text-align: center;
  93. color: #f3351b;
  94. background-color: #fdcd85;
  95. }
  96. .rule_cont{
  97. padding: 24rpx 30rpx;
  98. font-size: 26rpx;
  99. line-height: 34rpx;
  100. color: #fdcd85;
  101. text-align:left;
  102. }