123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503 |
- .c-12b7f5{
- color: #12b7f5;
- }
- .c-17b3ec{
- color: #17b3ec;
- }
- .c-4ecd70{
- color: #4ecd70;
- }
- .c-323232{
- color: #323232;
- }
- .c-19d5c5{
- color: #19d5c5;
- }
- .c-ffc800{
- color: #ffc800;
- }
- .c-75ed59{
- color: #75ed59;
- }
- .c-w-33{
- width: 33%;
- }
- ul{
- list-style: none;
- }
- .info-icon{
- vertical-align: middle;
- margin-bottom: 5px;
- }
- .information{
- background-color: rgba(0,0,0,0.5);
- font-size: 14px;
- color: #fff;
- }
- .information .ui-col-0{
- width: 40px;
- text-align: center;
- }
- .location-div{
- height: 40px;
- line-height: 40px;
- padding: 0 10px;
- }
- .location-div img{
- vertical-align: text-bottom;
- }
- .choose-label{
- color: #17B3EC;
- display: inline-block;
- max-width: 100%;
- _width: 100%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .blue-column{
- display: inline-block;
- width: 4px;
- height: 12px;
- background-color: #12b7f5;
- }
- .date-tag{
- display: inline-block;
- text-align: center;
- width: 50px;
- padding: 5px 0;
- font-size: 14px;
- color: #17b3ec;
- border: 1px solid #17b3ec;
- }
- .date-tag:first-child{
- border-top-left-radius: 15px;
- border-bottom-left-radius: 15px;
- }
- .date-tag:nth-child(2){
- border-right: 0;
- border-left: 0;
- }
- .date-tag:nth-child(3){
- border-top-right-radius: 15px;
- border-bottom-right-radius: 15px;
- }
- .date-tag.active{
- background-color: #17b3ec;
- color: #fff;
- }
- .area-tab-panel{
- display: -webkit-box;
- height: 45px;
- line-height: 45px;
- margin: 0 50px;
- background-color: #fff;
- border: 1px solid #e1e1e1;
- border-bottom: 0;
- border-top-left-radius: 8px;
- border-top-right-radius: 8px;
- box-shadow: 0px 0px 1px #ccc;
- }
- .area-tab{
- -webkit-box-flex: 1;
- text-align: center;
- position: relative;
- }
- .area-tab:after{
- content: '';
- position: absolute;
- width: 1px;
- height: 20px;
- right: 0;
- top: 50%;
- margin-top: -10px;
- background-color: #e1e1e1;
- }
- .area-tab:last-child:after{
- width: 0;
- }
- .area-tab .border-line-right{
- display: inline-block;
- position: absolute;
- width: 1px;
- height: 20px;
- right: 0;
- top: 50%;
- margin-top: -10px;
- background-color: #e1e1e1;
- }
- .area-tab span{
- display: inline-block;
- height: 45px;
- border-bottom: 2px solid transparent;
- font-size: 16px;
- color: #666;
- padding: 0 10px;
- }
- .area-tab.active span{
- color: #12b7f5;
- border-bottom: 2px solid #12b7f5;
- }
- .bottom-list-table{
- border-top: 1px solid #e1e1e1;
- border-left: 1px solid #e1e1e1;
- border-right: 1px solid #e1e1e1;
- background-color: #fff;
- width: 100%;
- text-align: center;
- font-size: 14px;
- border-spacing: 0;
- }
- .bottom-list-table thead{
- height: 40px;
- background-color: #ebebf5;
- border-bottom: 1px solid #e1e1e1;
- color: #999;
- }
- .bottom-list-table thead tr{
- height: 40px;
- }
- .bottom-list-table td,
- .bottom-list-table th{
- text-align: center;
- vertical-align: middle;
- }
- .bottom-list-table td{
- padding: 10px 0;
- border-bottom: 1px solid #e1e1e1;
- }
- .bottom-list-table tbody>tr{
- border-bottom: 1px solid #e1e1e1;
- }
- .bottom-list-table tbody>tr:hover{
- background-color: #f2f4f6;
- }
- /*.bottom-list-table tbody>tr:first-child{
- border-top: 0;
- }*/
- .bottom-list-table tbody tr td.area-name{
- text-align: left;
- padding-left: 10px;
- font-size: 16px;
- display: -webkit-box;
- -webkit-box-pack: center;
- -webkit-box-align: center;
-
- }
- @media only screen and (max-width: 320px) {
- .bottom-list-table tbody tr td.area-name{
- max-width: 125px;
- }
- }
- @media only screen and (min-width: 321px) and (max-width: 414px) {
- .bottom-list-table tbody tr td.area-name{
- max-width: 180px;
- }
- }
- @media only screen and (min-width: 414px) and (max-width: 640px) {
- .bottom-list-table tbody tr td.area-name{
- max-width: 200px;
- }
- }
- .bottom-list-table .fa{
- font-size: 18px;
- color: #909090;
- }
- .ranking{
- background-image: url(../../../images/paiming_4_icon.png);
- background-size: 18px 24px;
- width: 18px;
- height: 24px;
- font-size: 12px;
- line-height: 20px;
- color: #fff;
- text-align: center;
- margin-right: 10px;
- -webkit-box-flex: 0;
- }
- .ranking1{
- background-image: url(../../../images/paiming_1_icon.png);
- }
- .ranking2{
- background-image: url(../../../images/paiming_2_icon.png);
- }
- .ranking3{
- background-image: url(../../../images/paiming_3_icon.png);
- }
- .modal-overlay{
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.4);
- z-index: 9999;
- visibility: hidden;
- opacity: 0;
- -webkit-transition-duration: 400ms;
- transition-duration: 400ms;
- }
- .modal-overlay.modal-overlay-visible{
- visibility: visible;
- opacity: 1;
- }
- .modal-content {
- height: 400px;
- position: absolute;
- width: 80%;
- z-index: 9999;
- top: 50%;
- left: 50%;
- margin-left: -40%;
- margin-top: -200px;
- display: none;
- }
- .div-header-title {
- height: 80px;
- background: #17B3EC;
- width: 100%;
- position: relative;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- }
- .div-close {
- width: 26px;
- height: 26px;
- background: url(../images/tankuang_guanbi_icon.png) no-repeat center top;
- background-size: 26px;
- position: absolute;
- top: 10px;
- right: 10px;
- }
- .div-overlay-img {
- width: 170px;
- height: 53px;
- background: url(../images/tankuang_bg_img.png) no-repeat center top;
- background-size: 170px 53px;
- position: absolute;
- top: 15px;
- left: 50%;
- margin-left: -85px;
- }
- .div-overlay-title {
- position: absolute;
- top: 38px;
- left: 40%;
- color: #fff;
- font-weight: bold;
- font-size: 18px;
- }
- .div-overlay-content {
- height: 320px;
- background: #fff;
- width: 100%;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- }
- .div-jf-title2{
- position: absolute;
- font-size: 14px;
- top: 50%;
- width: 100%;
- margin-top: -21px;
- }
- /*总体分析页面样式*/
- .l-banner{
- display: -webkit-box;
- height: auto;
- margin-bottom: 10px;
- padding: 0 10px;
- }
- .l-banner li{
- -webkit-box-flex: 0;
- width: calc(100% / 3);
- }
- .l-banner li:first-child{
- /*margin-left: 0;*/
- }
- .l-banner li .tag{
- width: 80%;
- border: 1px solid #e1e1e1;
- border-radius: 5px;
- text-align: center;
- padding: 17px 0;
- margin: 0 auto;
- position: relative;
- }
- .l-banner li .l-name{
- color: #666;
- }
- .l-banner li .tag.active,
- .l-banner li .tag.active .l-name
- {
- color: #12B7F5;
- border-color: #12B7F5;
- }
- .l-banner li .tag.active:after{
- content: "";
- width: 100%;
- height: 4px;
- background-color: #12B7F5;
- position: absolute;
- bottom: 0;
- left: 0;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- }
- .blur-cycle-box{
- position: absolute;
- width: 70px;
- height: 70px;
- top: 50%;
- margin-top: -35px;
- left: 50%;
- margin-left: -35px;
- /*z-index: 2;*/
- background-color: #17b3ec;
- border-radius: 50%;
- text-align: center;
- }
- .position-center-text{
- position: absolute;
- width: 100%;
- top: 50%;
- left: 0;
- text-align: center;
- margin-top: -10px;
- }
- .div-header {
- padding: 0px 10px 0px 20px;
- height: 40px;
- border-bottom: 1px solid #DCDCDC;
- }
- .div-header img {
- cursor: pointer;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right
- }
- .mt10 {
- margin-top: 10px;
- }
- .mr10 {
- margin-right: 10px;
- }
- .vam {
- vertical-align: middle;
- }
- .vertical-line {
- border-right: 1px solid #ccc;
- height: 25px;
- width: 1px;
- display: inline-block;
- margin-right: 10px;
- vertical-align: middle;
- }
- .application-name {
- font-size: 14px;
- color: #333;
- font-weight: bold;
- margin-right: 10px;
- display: inline-block;
- height: 40px;
- line-height: 40px;
- }
- .c-666 {
- color: #666;
- }
- .c-12b7f5 {
- color: #12B7F5;
- }
- .cb-ebebf5 {
- background: #EBEBF5;
- }
- .c-f12 {
- font-size: 12px;
- }
- .height-30 {
- height: 30px;
- }
- .lheight-30 {
- line-height: 30px;
- }
- .pl20 {
- padding-left: 20px;
- }
- .ml20 {
- margin-left: 20px;
- }
- .mr20 {
- margin-right: 20px;
- }
- .tac {
- text-align: center;
- }
- .role-select{
- height: 30px;
- min-width: 100px;
- display: inline-block;
- }
- .role-select select{
- width: 100%;
- height: 30px;
- appearance:none;
- -moz-appearance:none;
- -webkit-appearance:none;
- background: url(../../../images/zhankai_jiantou_icon.png) no-repeat scroll right center transparent;
- background-position-x: 95%;
- background-size: 11px 11px;
- padding-right: 30px;
- padding-left: 10px;
- border: none;
- color: #909090;
- }
- .section-header{
- position: relative;
- }
- .section-label{
- display: inline-block;
- padding: 3px 15px;
- background-color: #ebebf5;
- border-radius: 12px;
- font-size: 14px;
- position: relative;
- }
- .section-header .grey-line{
- display: inline-block;
- position: absolute;
- top: 50%;
- left: 10px;
- right: 10px;
- width: calc(100% - 20px);
- height: 1px;
- background-color: #ebebf5;
- z-index: -1;
- }
|