| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003 |
- body {
- line-height: 1.6;
- font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei",
- "\9ED1\4F53", Arial, sans-serif;
- color: #222;
- font-size: 12px;
- background-color: #eff2f9;
- }
- h1,h2,h3 {
- font-size: 18px;
- font-weight: 400;
- font-style: normal;
- }
- a {
- color: #333;
- text-decoration: none;
- }
- .block {
- background-color: #fff;
- width: 100%;
- position: relative;
- }
- .f12 {
- font-size: 12px !important;
- }
- .f14 {
- font-size: 14px !important;
- }
- .f16 {
- font-size: 16px !important;
- }
- [ng-click] {
- cursor: pointer;
- }
- .br-r {
- border-right: 1px solid #e6e6e6;
- }
- .br-l {
- border-left: 1px solid #e6e6e6;
- }
- .br-b {
- border-bottom: 1px solid #e6e6e6;
- }
- /*inverse*/
- .text-default {
- color: #56a022;
- }
- .text-inverse {
- color: #f40 !important
- }
- .text-muted {
- color: #888 !important;
- }
- .text-light {
- color: #666;
- }
- .text-simple {
- color: #aaa;
- }
- .text-num {
- font-style: normal;
- font-family: verdana;
- }
- .text-small {
- font-size: 10px;
- font-family: "microsoft yahei";
- -webkit-transform: scale(0.83);
- -o-transform: scale(0.83);
- transform: scale(0.83);
- }
- .text-bold {
- font-weight: 700;
- }
- .text-border-success {
- border: 1px solid #f40;
- color: #f40;
- background-color: #fff;
- padding: 2px 4px;
- }
- .form-control {
- border-color: #e1e1e1;
- }
- /*dropdown*/
- .dropdown>.dropdown-toggle {
- border-style: solid;
- border-width: 0 1px;
- border-color: transparent;
- }
- .dropdown:hover>.dropdown-toggle {
- position: relative;
- background-color: #ffffff;
- border: 1px solid #eee;
- border-top: 0;
- border-bottom: 0;
- z-index: 1001;
- }
- .dropdown:hover>.dropdown-menu {
- display: block;
- position: absolute;
- border-color: #eee;
- webkit-box-shadow: none;
- box-shadow: none;
- margin-top: -1px;
- min-width: 100%;
- font-size: 12px;
- }
- .dropdown-submenu {
- position: relative;
- }
- .dropdown-submenu>.dropdown-menu {
- top: 0;
- left: 100%;
- margin-top: 0;
- -webkit-border-radius: 0 6px 6px 6px;
- -moz-border-radius: 0 6px 6px 6px;
- border-radius: 0 6px 6px 6px;
- }
- .dropdown-submenu:hover>.dropdown-toggle {
- position: relative;
- background-color: #ffffff;
- border-color: transparent;
- z-index: 1001;
- }
- .dropdown-submenu:hover>.dropdown-menu {
- display: block;
- min-width: 120px;
- font-size: 12px;
- }
- .dropup .dropdown-submenu>.dropdown-menu {
- top: auto;
- bottom: 0;
- margin-top: 0;
- margin-bottom: -2px;
- -webkit-border-radius: 5px 5px 5px 0;
- -moz-border-radius: 5px 5px 5px 0;
- border-radius: 5px 5px 5px 0;
- }
- .dropdown-submenu.pull-left {
- float: none;
- }
- .dropdown-submenu.pull-left>.dropdown-menu {
- left: -100%;
- margin-left: 10px;
- -webkit-border-radius: 6px 0 6px 6px;
- -moz-border-radius: 6px 0 6px 6px;
- border-radius: 6px 0 6px 6px;
- }
- .navbar {
- margin-bottom: 0;
- border-radius: 0;
- }
- .icon-left {
- margin-right: 5px;
- }
- /*chart*/
- [ac-chart] {
- width: 46%;
- height: 200px;
- margin: 0 1%;
- }
- .ac-title {
- height: 39px;
- line-height: 39px;
- padding: 0 15px;
- color: #333;
- font-weight: 500 !important;
- }
- .ac-legend {
- color: #666;
- }
- .ac-legend tr>td {
- padding: 2px 0;
- max-width: 120px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- word-wrap: normal;
- }
- .ac-legend-box {
- border-radius: 10px;
- margin-right: 3px;
- }
- .angular-charts-template table {
- margin-left: 15px !important;
- }
- .list-menu>li{
- padding: 5px 5px 5px 15px;
- position: relative;
- border-bottom: 1px dotted #eee;
- }
- .list-menu>li:before {
- position: absolute;
- left: 0;
- top: -2px;
- content: ".";
- font-size: 16px;
- font-weight: bold;
- color: #999;
- }
- /* top css stylesheet*/
- #top {
- background-color: #f5f5f5;
- height: 35px;
- line-height: 35px;
- z-index: 5;
- font: 12px/23px Tahoma, Arial, "\5B8B\4F53", sans-serif;
- color: #6c6c6c;
- }
- #top.navbar {
- min-height: 35px;
- border-bottom: 1px solid #eee;
- }
- #top ul>li>a {
- color: #6c6c6c;
- }
- #top .navbar-nav>li>a,#top .navbar-nav>li.brand {
- padding-top: 0;
- padding-bottom: 0;
- line-height: 35px;
- }
- #top ul.navbar-nav>li>a:hover,#top ul.navbar-nav>li>a:focus,#top ul.navbar-nav>li>a:hover *,#top ul.navbar-nav>li>a:focus *
- {
- color: #f40;
- }
- #top .dropdown .fa-angle-down {
- transition: transform .2s ease-in 0s;
- -webkit-transition: -webkit-transform .2s ease-in 0s;
- }
- #top .dropdown:hover .fa-angle-down {
- transform: rotate(180deg);
- -webkit-transform: rotate(180deg);
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
- }
- #top .dropdown:hover>.dropdown-menu {
- margin-top: -1px;
- min-width: 100%;
- font-size: 12px;
- }
- #top .dropdown-menu ul>li>h4 {
- font-size: 100%;
- font-weight: 700;
- color: #404040;
- }
- #top .dropdown-menu .nav-pills>li+li {
- margin-left: 0;
- }
- #top .dropdown-menu .nav-pills>li>a {
- padding: 5px 10px;
- }
- #top .dropdown-menu .pills>div {
- border-right: 1px solid #eee;
- padding: 5px 15px;
- }
- #top .dropdown-menu .pills>div:last-child {
- border-right: none;
- }
- #top .dropdown-menu .pills ul>li {
- padding: 2px;
- }
- #top .dropdown-menu .pills ul>li>a {
- color: #3c3c3c;
- }
- #top .dropdown-menu .pills ul>li:hover a {
- color: white;
- text-decoration: none;
- }
- #top .dropdown-menu .pills>div>h4 {
- font-family: "Microsoft YaHei", "Hiragino Sans GB";
- font-weight: 700;
- font-size: 17px;
- }
- #top .dropdown-menu .pills>div:nth-child(1) h4 {
- color: #f50;
- }
- #top .dropdown-menu .pills>div:nth-child(2) h4 {
- color: #a0b959;
- }
- #top .dropdown-menu .pills>div:nth-child(3) h4 {
- color: #df61ab;
- }
- #top .dropdown-menu .pills>div:nth-child(4) h4 {
- color: #52a0e5;
- }
- #top .dropdown-menu .pills>div:nth-child(5) h4 {
- color: #52a015;
- }
- #top .dropdown-menu .pills>div:nth-child(6) h4 {
- color: #b68571;
- }
- #top .dropdown-menu .pills ul>li>a:hover {
- color: #fff;
- }
- #top .dropdown-menu .pills>div:nth-child(1) ul>li>a:hover {
- background-color: #f50
- }
- #top .dropdown-menu .pills>div:nth-child(2) ul>li>a:hover {
- background-color: #a0b959
- }
- #top .dropdown-menu .pills>div:nth-child(3) ul>li>a:hover {
- background-color: #df61ab
- }
- #top .dropdown-menu .pills>div:nth-child(4) ul>li>a:hover {
- background-color: #52a0e5
- }
- #top .dropdown-menu .pills>div:nth-child(5) ul>li>a:hover {
- background-color: #52a015
- }
- #top .dropdown-menu .pills>div:nth-child(6) ul>li>a:hover {
- background-color: #b68571
- }
- /* header css stylesheet*/
- #header {
- color: #ffffff;
- z-index: 4;
- }
- #header a {
- font-family: "\5fae\8f6f\96c5\9ed1", sans-serif;
- }
- #header .navbar-nav>li>a {
- color: #ffffff;
- font-size: 16px;
- font-weight: 500;
- }
- #header.navbar-inverse {
- background-color: #56a022;
- border: none;
- }
- #header.navbar-inverse .navbar-brand {
- color: #ffffff;
- }
- #header.navbar-inverse .navbar-brand:hover,#header.navbar-inverse .navbar-brand:focus
- {
- color: #ffffff;
- background-color: transparent;
- }
- #header.navbar-inverse .navbar-text {
- color: #969696;
- }
- #header.navbar-inverse .navbar-nav>li>a {
- color: #ffffff;
- padding: 15px 20px;
- }
- #header.navbar-inverse .navbar-nav>li>a:hover,#header.navbar-inverse .navbar-nav>li>a:focus
- {
- color: #ffffff;
- background-color: #4b8b1e;
- }
- #header.navbar-inverse .navbar-nav>.active>a,#header.navbar-inverse .navbar-nav>.active>a:hover,#header.navbar-inverse .navbar-nav>.active>a:focus
- {
- color: #ffffff;
- background-color: #4b8b1e;
- }
- #header.navbar-inverse .navbar-nav>.disabled>a,#header.navbar-inverse .navbar-nav>.disabled>a:hover,#header.navbar-inverse .navbar-nav>.disabled>a:focus
- {
- color: #444444;
- background-color: transparent;
- }
- #header.navbar-inverse .navbar-toggle {
- border-color: #333333;
- }
- #header.navbar-inverse .navbar-toggle:hover,#header.navbar-inverse .navbar-toggle:focus
- {
- background-color: #333333;
- }
- #header.navbar-inverse .navbar-toggle .icon-bar {
- background-color: #ffffff;
- }
- #header.navbar-inverse .navbar-collapse,#header.navbar-inverse .navbar-form
- {
- border-color: #101010;
- }
- #header.navbar-inverse .navbar-nav>.open>a,#header.navbar-inverse .navbar-nav>.open>a:hover,#header.navbar-inverse .navbar-nav>.open>a:focus
- {
- background-color: #56a022;
- color: #ffffff;
- }
- #header.navbar-inverse .navbar-link {
- color: #777777;
- }
- #header.navbar-inverse .navbar-link:hover {
- color: #ffffff;
- }
- #header.navbar-inverse .btn-link {
- color: #777777;
- }
- #header.navbar-inverse .btn-link:hover,#header.navbar-inverse .btn-link:focus
- {
- color: #ffffff;
- }
- #header.navbar-inverse .btn-link[disabled]:hover,#header fieldset[disabled] .navbar-inverse .btn-link:hover,#header.navbar-inverse .btn-link[disabled]:focus,#header fieldset[disabled] .navbar-inverse .btn-link:focus
- {
- color: #444444;
- }
- #header.navbar-inverse .dropdown-menu>li>a {
- font-size: 14px;
- }
- #header.navbar-inverse .dropdown-menu>li>a:hover {
- background-color: #56a022;
- color: #ffffff;
- }
- #header .navbar-header .navbar-brand {
- background: url("../img/logo/ubtob.png") no-repeat;
- width: 195px;
- margin: 0
- }
- #header .dropdown:hover>.dropdown-menu {
- margin-top: 0;
- }
- /*body*/
- .body {
- width: 1170px;
- margin: 0 auto;
- padding: 0 15px;
- }
- .body:before,.body:after {
- content: " ";
- display: table;
- clear: both;
- }
- .body>.left {
- width: 196px;
- float: left;
- margin-right: 14px;
- background-color: #fff;
- border-right: 1px solid #ddd;
- }
- .body>.right {
- width: 930px;
- float: right;
- font-size: 12px;
- }
- .body ul {
- margin-bottom: 0;
- }
- .user {
- font-size: 12px;
- }
- .user .user-image {
- float: left;
- margin-top: 20px;
- margin-bottom: 20px;
- margin-left: 20px;
- height: 76px;
- cursor: pointer;
- }
- .user-image img {
- border-radius: 50%;
- border: 1px solid #ccc;
- width: 70px;
- height: 70px;
- }
- .user .user-name {
- float: right;
- width: 90px;
- margin-top: 35px;
- color: #333;
- }
- .user .user-lv {
- padding-left: 20px;
- clear: both;
- height: 40px;
- margin-bottom: 20px;
- }
- .user .user-count {
- display: table;
- width: 100%;
- table-layout: fixed;
- border-collapse: separate;
- background-color: #fbfbfb;
- padding: 18px 5px;
- border-top: 1px solid #e8e8e8;
- border-bottom: 1px solid #e8e8e8;
- }
- .user-count>li {
- display: table-cell;
- float: none;
- width: 1%;
- height: 50px;
- text-align: center;
- }
- .user-count>li:not(:last-child){
- border-right: 1px solid #e8e8e8;
- }
- .user-count .count {
- color: #56a022;
- font-size: 24px;
- line-height: 32px;
- font-family: Arial;
- }
- .use .use-label {
- line-height: 50px;
- border-bottom: 1px solid #e8e8e8;
- text-indent: 25px;
- position: relative;
- }
- .use-label>i {
- position: absolute;
- left: 30px;
- bottom: 0;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
- border-width: 0 4px 4px 4px;
- border-bottom-color: #ddd;
- }
- .use>ul {
- padding: 10px 0;
- border-bottom: 1px solid #e8e8e8;
- }
- .use>ul>li {
- padding: 8px 25px;
- }
- .left-nav>ul>li {
- text-indent: 35px;
- padding: 5px 15px 5px 0;
- }
- .use>ul>li:hover,.left-nav>ul>li:hover {
- background-color: #56a022;
- }
- .use>ul>li:hover>*,.left-nav>ul>li:hover>* {
- color: #fff;
- text-decoration: none
- }
- .icon-right {
- float: right;
- color: #888;
- line-height: 1.6
- }
- .left-nav {
- margin-top: 10px;
- padding-bottom: 10px;
- border-bottom: 1px solid #e8e8e8;
- }
- .left-nav.left-home {
- padding: 0;
- margin: 0;
- }
- .nav-home {
- height: 50px;
- line-height: 50px;
- cursor: pointer;
- }
- .nav-label {
- text-indent: 35px;
- height: 40px;
- line-height: 40px;
- color: #9ea9c0;
- cursor: pointer;
- position: relative;
- }
- .nav-label>i {
- position: absolute;
- left: 15px;
- top: 18px;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
- border-width: 5px 5px 0 5px;
- border-top-color: #9ea9c0;
- }
- .left-nav .icon-left {
- margin-left: 15px;
- margin-right: 10px;
- }
- .right .company {
- margin-bottom: 15px;
- }
- .company .inner {
- line-height: 40px;
- height: 40px;
- padding-left: 12px;
- }
- .company .inner>div {
- float: left;
- margin-right: 3px;
- }
- .right .data-wrap {
- float: left;
- width: 685px;
- }
- .data-wrap .todo {
- height: 244px;
- margin-bottom: 15px;
- }
- .todo .todo-label {
- border-bottom: 1px solid #e8e8e8;
- height: 39px;
- line-height: 40px;
- }
- .todo .todo-label>li {
- float: left;
- margin-left: 140px;
- text-align: center;
- background-image: url("../img/all/line.png");
- background-repeat: no-repeat;
- background-position: 8px 32px;
- height: 55px;
- font-size: 14px;
- }
- .todo .todo-content {
- clear: both;
- }
- .todo .todo-content>ul {
- height: 85px;
- }
- .todo .todo-content a {
- color: #666;
- }
- .todo .todo-content a:hover,.todo .todo-content a:focus {
- color: #2a6496;
- }
- .todo .todo-content>ul:not(:last-child){
- border-bottom: 1px dashed #e8e8e8;
- margin-bottom: 20px;
- }
- .todo-content .icon {
- margin-left: 20px;
- float: left;
- width: 60px;
- height: 60px;
- line-height: 60px;
- text-align: center;
- margin-top: 5px;
- color: #56a022;
- font-size: 16px;
- border-radius: 50%;
- border: 1px solid #56a022;
- }
- .todo-content .start {
- float: left;
- border-right: 1px solid #e8e8e8;
- height: 50px;
- width: 150px;
- margin-left: 20px;
- margin-top: 12px;
- }
- .todo-content .start li,.todo-content .doing li,.todo-content .end li {
- width: 100px;
- float: left;
- margin-left: 20px;
- margin-bottom: 10px;
- }
- .todo-content .doing {
- float: left;
- border-right: 1px solid #e8e8e8;
- height: 50px;
- width: 200px;
- text-align: center;
- margin-top: 12px;
- }
- .todo-content .end {
- width: 240px;
- float: left;
- margin-top: 12px;
- }
- .data-charts .chart:nth-child(2n+1) {
- border-right: 1px dashed #e8e8e8;
- }
- .right .feed-wrap {
- float: right;
- width: 230px;
- }
- .pane {
- margin-bottom: 15px;
- background-color: #fff;
- }
- .pane .pane-header {
- height: 39px;
- line-height: 39px;
- font-size: 14px;
- padding: 0 15px;
- border-bottom: 1px solid #e8e8e8;
- color: #333
- }
- .pane .pane-body {
- padding: 15px;
- }
- .pane.addon {
- height: 185px;
- text-align: center;
- line-height: 1.4;
- cursor: pointer;
- }
- .pane.addon .pane-body {
- padding-top: 60px;
- }
- .pane.addon i,.pane.addon span {
- display: block;
- }
- .notice .detail>li {
- clear: both;
- display: block;
- padding: 8px 10px 8px 15px;
- position: relative;
- }
- .notice .detail>li:before {
- position: absolute;
- left: 0;
- top: 5px;
- content: "."
- }
- .feed-wrap .service .detail>li {
- height: 28px;
- line-height: 28px;
- }
- .state-wrap {
- position: relative;
- height: 40px;
- line-height: 40px;
- padding: 0 20px;
- border-bottom: 1px solid #e8e8e8;
- font-size: 14px;
- }
- .state-wrap a:hover {
- text-decoration: none;
- }
- .state-wrap li {
- width: 100px;
- text-align: center;
- position: relative;
- }
- .state-wrap li.active {
- border-bottom: 2px solid #f40;
- }
- .state-wrap li.active a {
- color: #f40;
- }
- .state-wrap li em {
- font-style: normal;
- margin-left: 5px;
- color: #f40;
- }
- .state-wrap li:after {
- position: absolute;
- content: "|";
- margin-left: 20px;
- color: #eee
- }
- @media (max-width: 1100px) {
- .body {
- width: 100%;
- }
- }
- /*footer*/
- #footer {
- color: #f1f1f1;
- background-color: #b8b9b9;
- margin-top: 20px;
- padding: 20px 0;
- font-size: 12px;
- }
- #footer a {
- color: #f1f1f1;
- }
- #footer ul {
- margin: 0;
- }
- #footer .list-inline>li:not(:last-child):after {
- margin-left: 15px;
- content: "|"
- }
- /*loading*/
- .loading {
- display: none;
- position: absolute;
- width: 100%;
- height: 300px;
- top: 0;
- left: 0;
- }
- .loading.in {
- display: block;
- }
- .loading.in>i {
- position: absolute;
- top: 50%;
- left: 50%;
- margin: -33px 0 0 -33px;
- background: url("../img/all/loading.gif") no-repeat center center;
- width: 66px;
- height: 66px;
- }
- /*sale */
- .sale .state {
- margin-left: 0;
- margin-bottom: 15px;
- }
- .sale .state .todo {
- padding: 30px 0 15px 0;
- border-right: 1px solid #e8e8e8;
- }
- .sale .state .todo>ul {
- margin: 0 auto;
- }
- .sale .state .todo>ul>li {
- width: 32%;
- height: 60px;
- border-left: 1px dashed #e6e6e6;
- text-align: center;
- position: relative;
- }
- .sale .state .todo>ul>li .title {
- margin-bottom: 5px;
- }
- .sale .state .todo>ul>li:nth-child(3n+1) {
- border-left: none;
- }
- .sale .state .level {
- padding: 15px 100px;
- color: #666;
- }
- .sale .sale-main .left {
- float: left;
- width: 50%;
- padding-right: 8px;
- }
- .sale .sale-main .right {
- float: right;
- width: 50%;
- padding-left: 8px;
- }
- /*process*/
- .progress.progress-sm {
- height: 14px;
- margin-bottom: 8px;
- }
- .row.row-sm {
- margin-left: -5px;
- margin-right: -5px;
- }
- .row-sm [class*="col-"]{
- padding-left: 5px;
- padding-right: 5px;
- }
|