groupLeaderIndex-8dc18bb17b.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. html{
  2. background-color:#eee;
  3. }
  4. .body{
  5. display: none;
  6. position: relative;
  7. }
  8. header .share{
  9. width: 100%;
  10. height: 30px;
  11. background-color: #333;
  12. text-align: center;
  13. line-height: 30px;
  14. color: #fff;
  15. font-size: 14px;
  16. position:fixed;
  17. }
  18. .zhanwei{
  19. width: 100%;
  20. height: 30px;
  21. }
  22. header .share img {
  23. width:18px;
  24. height: 15px;
  25. margin-right: 10px;
  26. }
  27. header .info{
  28. text-align: center;
  29. width:100%;
  30. height:155px;
  31. background:#ff6f60 url(../../../bg-854fdadfc7.png) no-repeat center center;
  32. color:#fff;
  33. display: -webkit-box;
  34. -webkit-box-orient: vertical;
  35. -webkit-box-align: center;
  36. -webkit-box-pack: center;
  37. background-size: cover;
  38. }
  39. header .info a{
  40. color: #fff;
  41. }
  42. header .info .img {
  43. border:none;
  44. }
  45. header .info .img img{
  46. width: 60px;
  47. height: 60px;
  48. background-position: center center;
  49. background-size: cover;
  50. border:2px solid #fff;
  51. border-radius: 50%;
  52. }
  53. header .info .nickname{
  54. margin:10px 0 6px 0;
  55. font-size: 16px;
  56. }
  57. header .bind,header .nobind{
  58. font-size: 14px;
  59. }
  60. section .bottom2{
  61. border-width: 0 0 1px;
  62. -webkit-border-image: url(../../../border-3c0f4b98d7.gif) 2 stretch;
  63. -webkit-box-align: center;
  64. background-color: #fff;
  65. }
  66. section .message label{
  67. display: inline-block;
  68. margin: 0 10px 0 10px;
  69. width: 8px;
  70. height: 8px;
  71. border-top: 1px solid #999;
  72. border-right: 1px solid #999;
  73. -webkit-transform: rotate(45deg);
  74. -moz-transform: rotate(45deg);
  75. -o-transform: rotate(45deg);
  76. line-height: 8px;
  77. }
  78. section .gray{
  79. color:#999;
  80. font-size: 14px;
  81. }
  82. section .font{
  83. font-size: 15px;
  84. color: #333;
  85. }
  86. section .myfans,.cs{
  87. margin-bottom: 10px;
  88. }
  89. section .leader div:first-of-type{
  90. color: #ffaa00;
  91. }
  92. section .bonus{
  93. height:85px;
  94. width: 100%;
  95. display: -webkit-box;
  96. -webkit-box-orient: horizontal;
  97. -webkit-box-pack: justify;
  98. padding: 0 10px 0 15px;
  99. background-color: #fff
  100. }
  101. section .bonus .total2 div:first-of-type{
  102. font-size: 14px;
  103. color: #333;
  104. padding: 16px 0 5px 0;
  105. }
  106. section .bonus .total2 div:last-of-type{
  107. color: #ff534c;
  108. font-size: 28px;
  109. }
  110. section .myqcode,.myfans,.mycard,.cs,.leader{
  111. height: 44px;
  112. }
  113. section .myqcode,.myfans,.mycard,.cs,.leader{
  114. width: 100%;
  115. display: -webkit-box;
  116. -webkit-box-orient: horizontal;
  117. -webkit-box-align:center;
  118. -webkit-box-pack: justify;
  119. padding: 0 10px 0 15px;
  120. background-color: #fff
  121. }
  122. .recommend{
  123. /* height: 115px; */
  124. text-align: center;
  125. display: -webkit-box;
  126. -webkit-box-orient:vertical;
  127. -webkit-box-align: center;
  128. -webkit-box-pack: center;
  129. font-size: 12px;
  130. padding: 20px 0 20px 0;
  131. }
  132. .recommend .button{
  133. width: 90%;
  134. height: 44px;
  135. border: 1px solid #999;
  136. border-radius: 5px;
  137. margin-bottom: 20px;
  138. line-height: 44px;
  139. }
  140. .recommend button{
  141. outline:none;
  142. border:0;
  143. background-color:transparent;
  144. font-size: 15px;
  145. color: #999;
  146. }
  147. section .message .myqcode span img{
  148. width: 20px;
  149. height: 20px;
  150. }
  151. section .message .bonus .cashout p{
  152. font-size: 14px;
  153. line-height: 85px;
  154. }
  155. section .message a{
  156. color:#000;
  157. }
  158. em{font-style: normal;}
  159. /*红点*/
  160. .bottom .mycard em.redpoint {
  161. width: 8px;
  162. height: 8px;
  163. display: inline-block;
  164. border-radius: 50%;
  165. background: red;
  166. margin: 0px 0px 0 5px;
  167. }