123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769 |
- .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: 33.3%;
- 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;
- }
- .div-radius-panel {
- width: 60px;
- height: 60px;
- background: #EBEBF5;
- border-radius: 60px;
- position: absolute;
- top: 50%;
- left: 50%;
- margin-top: -30px;
- margin-left: -30px;
- }
- .height-120 {
- height: 120px;
- }
- .div-data-value {
- position: absolute;
- bottom: -20px;
- width: 150px;
- left: 50%;
- margin-left: -75px;
- }
- .mlr8 {
- margin-left: 8px;
- margin-right: 8px;
- }
- .c-row .c-33 {
- text-align: center;
- }
- .c-row .c-33 a {
- display: inline-block;
- width: 100%;
- height: 24px;
- font-size: 12px;
- line-height: 24px;
- /*background: #EEEEEE;*/
- border: 1px solid #e1e1e1;
- border-radius: 5px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- color: #666;
- }
- .c-row .c-33.active a {
- color: #fff;
- border: 1px solid #12B7F5;
- background: #12B7F5;
- }
- .c-row .c-33 {
- width: calc(31.333333333333332% - 10px);
- }
- .filter-title {
- color: #333333;
- font-size: 14px;
- font-weight: bold;
- }
- a {
- background-color: transparent;
- text-decoration: none;
- }
- #footer {
- position: absolute;
- bottom: 10px;
- width: 100%;
- right: 10px;
- }
- .fr {
- float: right;
- }
- .div-foot-btn {
- height: 26px;
- line-height: 26px;
- width: 68px;
- background: #fafafa;
- text-align: center;
- border: 1px solid #dcdcdc;
- display: inline-block;
- }
- .div-foot-btn.active {
- border: 1px solid #12b7f5;
- }
- .div-title {
- font-size: 14px;
- color: #323232;
- margin: 20px;
- }
- .vuedal {
- will-change: initial !important;
- width: 400px !important;
- padding-right: 3px !important;
- margin-left: -200px;
- padding: 0 !important;}
- .vuedal header {
- padding: 10px 20px 0 20px;
- }
- .vuedal header .title {
- font-size: 16px !important;
- font-weight: bold !important;
- color: #333 !important;
- }
- .mod {
- background-color: #fff;
- }
- .mod .mod-hd {
- height: 33px;
- line-height: 33px;
- border-bottom: .05rem solid #e1e1e1;
- padding-left: .5rem;
- color: #323232;
- }
- .mod .mod-hd .title {
- font-size: .75rem;
- }
- .icon-cyc.sszql {
- background-image: url(../../../images/snashi_icon.png);
- }
- .icon-cyc {
- display: inline-block;
- vertical-align: middle;
- width: 22px;
- height: 22px;
- background: center no-repeat;
- background-size: auto 100%;
- }
- .icon-cyc.gwrq {
- background-image: url(../../../images/gaoweirenqun.png);
- }
- .div-ssqql canvas {
- width: 150px;
- height: 150px;
- margin-top: 20px;
- }
- .div-ssqql {
- height: 195px;
- position: relative;
- text-align: center;
- margin: 0 auto;
- }
- .p-sanshilv {
- position: absolute;
- top: 20px;
- left: 50%;
- font-size: 33px;
- color: #323232;
- width: 106px;
- margin-left: -53px;
- }
- .p-sanshicount {
- position: absolute;
- top: 90px;
- left: 50%;
- font-size: 15px;
- color: #323232;
- width: 116px;
- margin-left: -58px;
- }
- .p-gaoweilv {
- position: absolute;
- top: 20px;
- left: 50%;
- font-size: 33px;
- color: #323232;
- width: 106px;
- margin-left: -53px;
- }
- .p-gaoweicount {
- position: absolute;
- top: 90px;
- left: 50%;
- font-size: 15px;
- color: #323232;
- width: 116px;
- margin-left: -58px;
- }
|