level.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. body{
  2. background:#f5f5f5;
  3. }
  4. .main {
  5. position: relative;
  6. margin: 0 auto;
  7. width: 100%;
  8. }
  9. .tab{
  10. background:#FE436E;
  11. height:1.1rem;
  12. }
  13. .tab ul{}
  14. .tab ul li{
  15. float:left;
  16. width:48%;
  17. height:1rem;
  18. line-height:1rem;
  19. text-align:center;
  20. color:#FFC3CF;
  21. font-size:0.32rem;
  22. }
  23. .tab ul li .tab_line{
  24. display:none;
  25. width: 0.4rem;
  26. height: 0.06rem;
  27. margin: 0 auto;
  28. border-radius: 0.04rem;
  29. }
  30. .tab ul li.on{
  31. color:#FFF;
  32. }
  33. .tab ul li.on .tab_line{
  34. display:block;
  35. }
  36. .top-body{
  37. background:#F5F5F5;
  38. }
  39. .main .title{
  40. height:0.5rem;
  41. line-height:0.5rem;
  42. color:#000;
  43. margin:0 0.2rem;
  44. text-align: center;
  45. font-size: 0.3rem;
  46. font-weight: bold;
  47. }
  48. .main .title img{
  49. height: 80%;
  50. max-height: 30px;
  51. }
  52. .level {
  53. position: relative;
  54. padding-top:0.4rem;
  55. padding-bottom:1.5rem;
  56. background:url("../images/level/level_bg.png") no-repeat center bottom;
  57. background-size:7.5rem;
  58. background-position: left top;
  59. }
  60. .level .speed
  61. {
  62. overflow: hidden;
  63. }
  64. .level .speed .info
  65. {
  66. height:2.4rem;
  67. text-align:center;
  68. }
  69. .level .speed .info .name{
  70. position:relative;
  71. margin: 0 auto;
  72. padding-top: 0.18rem;
  73. width:1.5rem;
  74. height: 1.5rem;
  75. text-align:center;
  76. z-index:0;
  77. }
  78. .level .speed .info .avatar_bg{
  79. position:relative;
  80. margin-top:-2.08rem;
  81. height:2.4rem;
  82. background:url(../images/level/level_thumb_bg.png) no-repeat top center;
  83. background-size:auto 2.4rem;
  84. text-align:center;
  85. z-index:1
  86. }
  87. .level .speed .info .name img{
  88. width:100%;
  89. height:100%;
  90. border-radius:50%;
  91. }
  92. .level .speed .info .tip{
  93. position:relative;
  94. margin:-0.46rem auto 0;
  95. width:3.6rem;
  96. height: 0.4rem;
  97. line-height:0.4rem;
  98. color: #fff;
  99. text-align:center;
  100. z-index:3;
  101. }
  102. .level .speed .level_val {
  103. text-align: center;
  104. line-height: 1rem;
  105. color:#FFF;
  106. }
  107. .level .speed .level_jindu{
  108. display: -webkit-flex; /* Safari */
  109. display: flex;
  110. margin:0 15%;
  111. justify-content: center;
  112. align-items: center;
  113. }
  114. .level .speed .level_jindu_l{
  115. color:#FFF;
  116. font-size:0.24rem;
  117. }
  118. .level .speed .level_jindu_r{
  119. color:#FFF;
  120. font-size:0.24rem;
  121. }
  122. .level .speed .jindu{
  123. width:6rem;
  124. height:0.08rem;
  125. overflow: hidden;
  126. margin:0 0.3rem;
  127. }
  128. .level .speed .jindu .levelnp {
  129. display: block;
  130. height: 0.08rem;
  131. width: 7.35rem;
  132. z-index: 10;
  133. background: #FE9DD0;
  134. border-radius: 0.08rem;
  135. text-align: center;
  136. }
  137. .level .speed .jindu .leveln {
  138. height: 0.08rem;
  139. z-index: 5;
  140. }
  141. .level .speed .jindu .n1 {
  142. background-color: #fff300;
  143. }
  144. .level .speed .jindu .n2 {
  145. background-color: #FFF;
  146. }
  147. .privilege{
  148. padding:0.2rem 0 0.4rem;
  149. width: 92%;
  150. margin: 0 auto;
  151. background: #FFF;
  152. margin-top: -1rem;
  153. position: relative;
  154. border-radius: 0.2rem;
  155. }
  156. .privilege ul {
  157. padding-top: 0.2rem;
  158. }
  159. .privilege ul li{
  160. float:left;
  161. width:48%;
  162. text-align:center;
  163. }
  164. .privilege ul li img{
  165. max-width:0.918rem;
  166. }
  167. .privilege ul li .privilege_t{
  168. color:#646464;
  169. font-size:0.24rem;
  170. font-weight:bold;
  171. text-align:center;
  172. }
  173. .tips{
  174. height: 1rem;
  175. line-height: 1rem;
  176. background: url(../images/right.png) no-repeat right 0.2rem center #FFF;
  177. background-size: 0.3rem;
  178. width: 86%;
  179. margin: 0 auto;
  180. padding: 0 0.2rem;
  181. border-radius: 0.2rem;
  182. margin-bottom: 0.2rem;
  183. }
  184. .tips a{
  185. display:block;
  186. color:#000;
  187. text-decoration:none;
  188. }
  189. /* 等级说明 */
  190. .explain{
  191. }
  192. .explain .explain-top{
  193. line-height:1.1rem;
  194. padding:0 0.2rem;
  195. }
  196. .explain-top fieldset{
  197. padding:0.2rem 0;
  198. border-top:#dfdfdf solid 0.02rem;
  199. border-bottom: none;
  200. border-left: none;
  201. border-right: none;
  202. }
  203. .explain-top legend{
  204. color:#000;
  205. padding:0 0.2rem 0 0;
  206. background:#fff;
  207. }
  208. .explain .list{
  209. }
  210. .list table{
  211. width:7.5rem;
  212. }
  213. .list table tr:nth-child(odd){
  214. background: #fcfcfc;
  215. }
  216. .list table tr:nth-child(even){
  217. background: #fcfcfc;
  218. }
  219. .list table tr:first-child{
  220. background:#fff;
  221. }
  222. .list table th,.list table td{
  223. text-align:center;
  224. line-height: 0.8rem;
  225. border-bottom:0.02rem solid #f5f5f5;
  226. border-left:0.02rem solid #f5f5f5;
  227. margin-left:-0.02rem;
  228. }
  229. .list table td{
  230. color:#646464;
  231. }
  232. .list table th td:first-child{
  233. border-left:none;
  234. margin-left:0;
  235. }
  236. .list table tr td:first-child{
  237. border-left:none;
  238. margin-left:0;
  239. }
  240. .list table img{
  241. height:0.48rem;
  242. }