123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- body{
- background-color: #f2f4f6;
- }
- .c-5b5b5b{
- color: #5b5b5b;
- }
- .c-EA5B3A{color: #EA5B3A;}
- .cb-EA5B3A{background: #EA5B3A;}
- .cb-FF8746{background: #FF8746;}
- .cb-69CA2E{background: #69CA2E;}
- .cb-3DA9CE{background: #3DA9CE;}
- .demo-comtop h1{
- margin: 0;
- }
- .text-box img{
- /*vertical-align: middle;*/
- }
- .jiezhi-time{vertical-align: top;}
- .tag-panel .tag{
- background-color: #fff;
- text-align: center;
- /*margin-left: 10px;*/
- border-radius: 5px;
- padding: 10px 0;
- border: 1px solid #e1e1e1;
- border-bottom: 5px solid transparent;
- box-shadow: 0px 1px 2px #e1e1e1;
- }
- .tag-panel .tag.active{
- border-bottom: 5px solid #17B3EC;
- color: #17b3ec;
- }
- .c-failstate{
- padding: 50px 15px 10px 15px;
- background-color: #f1f4fb;
- }
- .l-zxt{
- background-color: #fff;
- height: 250px;
- }
- .l-zxt-con{
- border-radius: 8px;
- }
- .l-gq-list li{
- position: relative;
- height: 70px;
- margin: 0;
- padding: 5px 10px;
- border-top: 1px solid #e1e1e1;
- }
- .l-gq-list li:first-child{
- border-top: transparent;
- }
- .div-ranking{
- position: absolute;
- top: 50%;
- right: 32px;
- margin-top: -15px;
- padding: 2px 4px;
- border-radius: 10px;
- color: #fff;
- font-size: 14px;
- z-index: 10;
- }
- .l-gq-bg{
- position: absolute;
- top: 5px;
- left: 5px;
- height: 60px;
- border-radius: 8px;
- background-color: #17b3ec;
- opacity: 0.4;
- z-index: 1;
- }
- .l-gq-arrow{
- position: absolute;
- top: 50%;
- margin-top: -10px;
- right: 15px;
- border: solid #17b3ec;
- border-width: 2px 2px 0 0;
- }
- .l-arrow-right{
- display: block;
- width: 12px;
- height: 12px;
- border: solid #cdcdcd;
- border-width: 2px 2px 0 0;
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .name{
- height: 32px;
- line-height: 32px;
- }
- .canvas-wc{
- width: 100%;
- height: 190px;
- margin: 0;
- position: absolute;
- top: 0;
- left: 0;
- display: none;
- background: #17B3EC;
- z-index: 10;
- }
- .div-btn-group{
- position: absolute;
- top: 5px;
- left: 10px;
- z-index: 100;
- }
- .div-btn-group .div-btn{
- width: 40px;
- height: 20px;
- line-height: 20px;
- background: #0068A9;
- text-align: center;
- border-radius: 10px;
- color: #fff;
- float: left;
- margin-right: 5px;
- }
- .div-btn-group .div-btn.active{
- background: #90D5FF;
- color: #0068a9;
- }
- .div-danwei{
- position: absolute;
- right: 10px;
- top: 0;
- z-index: 100;
- color: #ffffff;
- }
- .choose-label{
- font-size: 13px;
- display: inline-block;
- padding: 2px 10px 2px 8px;
- background-color: #ffbc2b;
- color: #fff;
- border-top-left-radius: 15px;
- border-bottom-left-radius: 15px;
- }
- .locale-panel{
- position:relative;
- background-color: #fff;
- }
- .color-tag {
- height: 15px;
- width: 15px;
- border-radius: 50%;
- display: inline-block;
- }
|