123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- body{
- background:#f5f5f5;
- }
- .main {
- position: relative;
- margin: 0 auto;
- width: 100%;
- }
- .tab{
- background:#FE436E;
- height:1.1rem;
- }
- .tab ul{}
- .tab ul li{
- float:left;
- width:48%;
- height:1rem;
- line-height:1rem;
- text-align:center;
- color:#FFC3CF;
- font-size:0.32rem;
- }
- .tab ul li .tab_line{
- display:none;
- width: 0.4rem;
- height: 0.06rem;
- margin: 0 auto;
- border-radius: 0.04rem;
- }
- .tab ul li.on{
- color:#FFF;
- }
- .tab ul li.on .tab_line{
- display:block;
- }
- .top-body{
- background:#F5F5F5;
- }
- .main .title{
- height:0.5rem;
- line-height:0.5rem;
- color:#000;
- margin:0 0.2rem;
- text-align: center;
- font-size: 0.3rem;
- font-weight: bold;
- }
- .main .title img{
- height: 80%;
- max-height: 30px;
- }
- .level {
- position: relative;
- padding-top:0.4rem;
- padding-bottom:1.5rem;
- background:url("../images/level/level_bg.png") no-repeat center bottom;
- background-size:7.5rem;
- background-position: left top;
- }
- .level .speed
- {
- overflow: hidden;
- }
- .level .speed .info
- {
- height:2.4rem;
- text-align:center;
- }
- .level .speed .info .name{
- position:relative;
- margin: 0 auto;
- padding-top: 0.18rem;
- width:1.5rem;
- height: 1.5rem;
- text-align:center;
- z-index:0;
- }
- .level .speed .info .avatar_bg{
- position:relative;
- margin-top:-2.08rem;
- height:2.4rem;
- background:url(../images/level/level_thumb_bg.png) no-repeat top center;
- background-size:auto 2.4rem;
- text-align:center;
- z-index:1
- }
- .level .speed .info .name img{
- width:100%;
- height:100%;
- border-radius:50%;
- }
- .level .speed .info .tip{
- position:relative;
- margin:-0.46rem auto 0;
- width:3.6rem;
- height: 0.4rem;
- line-height:0.4rem;
- color: #fff;
- text-align:center;
- z-index:3;
- }
- .level .speed .level_val {
- text-align: center;
- line-height: 1rem;
- color:#FFF;
- }
- .level .speed .level_jindu{
- display: -webkit-flex; /* Safari */
- display: flex;
- margin:0 15%;
- justify-content: center;
- align-items: center;
- }
- .level .speed .level_jindu_l{
-
- color:#FFF;
- font-size:0.24rem;
- }
- .level .speed .level_jindu_r{
-
- color:#FFF;
- font-size:0.24rem;
- }
- .level .speed .jindu{
- width:6rem;
- height:0.08rem;
- overflow: hidden;
- margin:0 0.3rem;
- }
- .level .speed .jindu .levelnp {
- display: block;
- height: 0.08rem;
- width: 7.35rem;
- z-index: 10;
- background: #FE9DD0;
- border-radius: 0.08rem;
- text-align: center;
- }
- .level .speed .jindu .leveln {
- height: 0.08rem;
- z-index: 5;
- }
- .level .speed .jindu .n1 {
- background-color: #fff300;
- }
- .level .speed .jindu .n2 {
- background-color: #FFF;
- }
- .privilege{
- padding:0.2rem 0 0.4rem;
- width: 92%;
- margin: 0 auto;
- background: #FFF;
- margin-top: -1rem;
- position: relative;
- border-radius: 0.2rem;
- }
- .privilege ul {
- padding-top: 0.2rem;
- }
- .privilege ul li{
- float:left;
- width:48%;
- text-align:center;
- }
- .privilege ul li img{
- max-width:0.918rem;
- }
- .privilege ul li .privilege_t{
- color:#646464;
- font-size:0.24rem;
- font-weight:bold;
- text-align:center;
- }
- .tips{
- height: 1rem;
- line-height: 1rem;
- background: url(../images/right.png) no-repeat right 0.2rem center #FFF;
- background-size: 0.3rem;
- width: 86%;
- margin: 0 auto;
- padding: 0 0.2rem;
- border-radius: 0.2rem;
- margin-bottom: 0.2rem;
- }
- .tips a{
- display:block;
- color:#000;
- text-decoration:none;
- }
- /* 等级说明 */
- .explain{
-
- }
- .explain .explain-top{
- line-height:1.1rem;
- padding:0 0.2rem;
- }
- .explain-top fieldset{
- padding:0.2rem 0;
- border-top:#dfdfdf solid 0.02rem;
- border-bottom: none;
- border-left: none;
- border-right: none;
- }
- .explain-top legend{
- color:#000;
- padding:0 0.2rem 0 0;
- background:#fff;
- }
- .explain .list{
- }
- .list table{
- width:7.5rem;
- }
- .list table tr:nth-child(odd){
- background: #fcfcfc;
- }
- .list table tr:nth-child(even){
- background: #fcfcfc;
- }
- .list table tr:first-child{
- background:#fff;
- }
- .list table th,.list table td{
- text-align:center;
- line-height: 0.8rem;
- border-bottom:0.02rem solid #f5f5f5;
- border-left:0.02rem solid #f5f5f5;
- margin-left:-0.02rem;
- }
- .list table td{
- color:#646464;
- }
- .list table th td:first-child{
- border-left:none;
- margin-left:0;
- }
- .list table tr td:first-child{
- border-left:none;
- margin-left:0;
- }
- .list table img{
- height:0.48rem;
- }
|