| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002 |
- body {
- line-height: 1.6;
- font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei",
- "\9ED1\4F53", Arial, sans-serif;
- color: #222;
- font-size: 14px;
- background-color: #eff2f9;
- }
- h1,h2,h3 {
- font-size: 20px;
- 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;
- }
- /* 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>.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
- :
-
- 1
- px
-
- 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;
- margin-left: -14px;
- }
- .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
- :
-
- 1
- px
-
- dashed
-
- #e8e8e8
- ;
-
- margin-bottom
- :
-
- 20
- px
- ;
- }
- .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;
- 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
- }
- /*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;
- }
|