123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- .bgc-ff5442{
- background-color:#ff5442;
- }
- .bgc-ffc800{
- background-color: #ffc800;
- }
- .bgc-4ce428{
- background-color: #4ce428;
- }
- .bgc-24bbfa{
- background-color: #24bbfa;
- }
- .bgc-fb5dab{
- background-color: #fb5dab;
- }
- .bgc-9b5ffd{
- background-color: #9b5ffd;
- }
- .c-ff5442{
- color:#ff5442;
- }
- .c-ffc800{
- color: #ffc800;
- }
- .c-4ce428{
- color: #4ce428;
- }
- .c-24bbfa{
- color: #24bbfa;
- }
- .c-fb5dab{
- color: #fb5dab;
- }
- .c-9b5ffd{
- color: #9b5ffd;
- }
- .c-005f99{
- color: #005f99;
- }
- .color-tag{
- height: 15px;
- width: 15px;
- border-radius: 50%;
- display: inline-block;
- }
- .border-radius-10{
- border-radius: 10px;
- }
- .blue-box{
- display: inline-block;
- position: absolute;
- top: 50%;
- margin-top: -8px;
- width: 3px;
- height: 16px;
- background-color: #17B3EC;
- }
- .blue-box-left{
- left:0;
- }
- .blue-box-right{
- right: 0;
- }
- .tab{
- position: relative;
- height: 42px;
- }
- .tab .group1,
- .tab .group2{
- position: absolute;
- top: 5px;
- left: 50%;
-
- width: 160px;
- height: 32px;
- margin-left: -80px;
-
- border: 1px solid #17B3EC;
- border-radius: 16px;
- /*text-align: center;*/
- display: none;
- }
- .tab .group1{
- width: 180px;
- display: block;
- }
- .tab a{
- display: inline-block;
- position: absolute;
- top:0;
- right:0;
-
- width: 80px;
- height: 30px;
- line-height: 30px;
-
- border-radius: 15px;
- color: #17B3EC;
- font-size: 14px;
- }
- .tab .group1 a{
- width: 60px;
- }
- .tab a:first-child{
- left: 0;
- }
- .tab .group1 a:nth-child(2){
- left: 60px;
- }
- .tab a.active{
- background-color: #17B3EC;
- color: #fff;
- }
- img {
- vertical-align: middle;
- }
- .l-gq-list li{
- margin:0;
- padding: 5px 10px;
- }
- .div-ranking{
- top: 50%;
- margin-top: -15px;
- }
- .l-gq-bg{
- position: absolute;
- top: 5px;
- left: 5px;
- }
- .l-gq-arrow{
- position: absolute;
- top: 50%;
- margin-top: -7px;
- right: 15px;
- }
- .name{
- height: 32px;
- line-height: 32px;
- }
- .card-active{
- border-bottom: 5px solid #17B3EC;
- }
- .card-active div{
- color: #17B3EC;
- }
|