| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318 |
- .ft-18 {
- font-size: 18px;
- }
- .logo-icon {
- float: left;
- margin-right: 10px;
- font-size: 35px;
- }
- .navbar {
- background: #438EB9;
- }
- .Hui-aside {
- }
- .Hui-aside .menu_dropdown dl {
- background: #f8f8f8;
- }
- .Hui-aside .menu_dropdown dt:hover {
- background: #fff;
- }
- .Hui-aside .menu_dropdown dt.selected {
- position: relative;
- background: #fff;
- border-right: solid 2px #2B7DBC;
- }
- .Hui-aside .menu_dropdown dt:hover a,.Hui-aside .menu_dropdown dt.selected span a {
- color: #4b88b7;
- display: block;
- }
- .Hui-aside .menu_dropdown dt a:hover {
- color: #4b88b7;
- text-decoration: none;
- }
- .Hui-aside .menu_dropdown dd ul {
- background: #fff;
- padding: 0;
- border-right: solid 2px #2B7DBC;
- }
- .Hui-aside .menu_dropdown dd li {
- /*position: relative;*/
- border-bottom: dotted 1px #E4E4E4;
- padding-left: 20px;
- }
- .Hui-aside .menu_dropdown dd li::before {
- content:"";
- display: block;
- width: 10px;
- position: absolute;
- z-index: 1;
- left: 21px;
- margin-top:17px;
- /*top: 17px;*/
- border-bottom: dotted 1px #8eb3d0;
- }
- .Hui-aside .menu_dropdown dd li:hover::before{
- width: 0;
- height: 0;
- border-left: solid 4px #8eb3d0;
- border-top: solid 4px transparent;
- border-bottom: solid 4px transparent;
- margin-top: 12px;
- left: 20px;
- }
- .Hui-aside .menu_dropdown dd li.current::before{
- width: 0;
- height: 0;
- border-left: solid 4px #D15B47;
- border-top: solid 4px transparent;
- border-bottom: solid 4px transparent;
- margin-top: 12px;
- left: 20px;
- }
- .Hui-aside .menu_dropdown dd li:hover {
- background: #f1f5f9;
- }
- .Hui-aside .menu_dropdown dd li a {
- line-height: 35px;
- border-left: dotted 1px #8eb3d0;
- padding-left: 15px;
- }
- .Hui-aside .menu_dropdown li.current {
- background-color: #f1f5f9;
- position: relative;
- }
- .Hui-aside .menu_dropdown li.current a{
- color: #4b88b7;
- }
- .Hui-aside .menu_dropdown li a:hover, .menu_dropdown li.current a:hover {
- background: #f1f5f9;
- color: #4b88b7;
- }
- .Hui-aside .menu_dropdown dt.selected span {
- color: #1963AA;
- font-weight: bold;
- }
- .Hui-aside .menu_dropdown dt .menu_dropdown-arrow {
- color: #1963AA;
- }
- .icon-arrow {
- display: none;
- width: 0;
- height: 0;
- border-right: solid 8px #2B7DBC;
- border-top: solid 12px transparent;
- border-bottom: solid 12px transparent;
- position: absolute;
- right: 0;
- top: 50%;
- margin-top: -12px;
- }
- .Hui-aside .menu_dropdown li.current .icon-arrow,.Hui-aside .menu_dropdown dt.selected .icon-arrow{
- display: block;
- }
- .Hui-aside .menu_dropdown dt.selected span i {
- font-weight: normal;
- }
- .s-line {
- display: inline-block;
- width: 15px;
- height: 1px;
- border-bottom: dotted 1px #8eb3d0;
- }
- .Hui-tabNav {
- border-bottom: solid 1px #7DB4D8;
- height: 44px;
- }
- .Hui-tabNav, .Hui-tabNav .acrossTab li, .Hui-tabNav .acrossTab li em,.acrossTab, .acrossTab li, .acrossTab li em {
- background: none;
- }
- .Hui-tabNav .acrossTab li {
- background: #EFF3F8;
- border-right: solid 1px #C5D0DC;
- border-top: solid 1px #C5D0DC;
- padding: 0 30px;
- height: 35px;
- line-height: 35px;
- }
- .Hui-tabNav .acrossTab li.active {
- background: #7DB4D8;
- color: #fff;
- }
- .Hui-tabNav .acrossTab li.active i:hover {
- background-position: 0 bottom;
- }
- .Hui-tabNav .acrossTab li.active i {
- background-position: 0 -10px;
- }
- .acrossTab li i {
- right: 10px;
- }
- .Hui-article {
- top: 45px;
- }
- .Hui-tabNav-wp {
- height: 44px;
- }
- .Hui-tabNav .acrossTab {
- height: 36px;
- }
- .Hui-tabNav .acrossTab li span {
- display: inline-block;
- height: 100%;
- }
- .text-c:nth-child(even) {
- background: #fafafa;
- }
- .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
- background: #EFF4F7;
- }
- .table-border thead tr {
- background: repeat-x #F2F2F2;
- background-image: -webkit-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
- background-image: -o-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
- /* background-image: linear-gradient(to bottom,#F8F8F8 0,#ECECEC 100%); */
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
- }
- .table-bg thead th {
- background: none;
- }
- .steps {
- list-style: none;
- display: table;
- width: 100%;
- padding: 0;
- margin: 0;
- position: relative;
- box-shadow: none;
- }
- .steps > li {
- display: table-cell;
- text-align: center;
- width: 1%
- }
- .steps > li .step {
- border: 5px solid #CED1D6;
- color: #546474;
- font-size: 15px;
- border-radius: 100%;
- position: relative;
- z-index: 2;
- display: inline-block;
- width: 40px;
- height: 40px;
- padding-top:0;
- line-height: 30px;
- }
- .step:after{display: none;}
- .steps > li:before {
- display: block;
- content: "";
- width: 100%;
- height: 1px;
- font-size: 0;
- overflow: hidden;
- border-top: 4px solid #CED1D6;
- position: relative;
- top: 21px;
- z-index: 1
- }
- .steps > li.last-child:before {
- max-width: 50%;
- width: 50%
- }
- .steps > li:last-child:before {
- max-width: 50%;
- width: 50%
- }
- .steps > li:first-child:before {
- max-width: 51%;
- left: 50%
- }
- .steps > li.active .step, .steps > li.active:before, .steps > li.complete .step, .steps > li.complete:before {
- border-color: #5293C4
- }
- .steps > li.red .title{color:#f00;}
- .steps > li.complete .step {
- cursor: default;
- color: #FFF;
- -webkit-transition: transform ease .1s;
- -o-transition: transform ease .1s;
- transition: transform ease .1s
- }
- .steps > li.complete .step:before {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- border-radius: 100%;
- content: "\f00c";
- z-index: 3;
- font-family: FontAwesome;
- font-size: 17px;
- color: #87BA21
- }
- .step-content, .tree {
- position: relative
- }
- .steps > li.complete:hover .step {
- -moz-transform: scale(1.1);
- -webkit-transform: scale(1.1);
- -o-transform: scale(1.1);
- -ms-transform: scale(1.1);
- transform: scale(1.1);
- border-color: #80afd4
- }
- .steps > li.complete:hover:before {
- border-color: #80afd4
- }
- .steps > li .title {
- display: block;
- margin-top: 4px;
- max-width: 100%;
- color: #949EA7;
- font-size: 14px;
- z-index: 104;
- text-align: center;
- table-layout: fixed;
- word-wrap: break-word
- }
- .steps > li.active .title, .steps > li.complete .title {
- color: #2B3D53
- }
- .step-content .step-pane {
- display: none;
- min-height: 200px;
- padding: 4px 8px 12px
- }
- .step-content .step-pane.active {
- display: block
- }
- .steps li.one:before{display:none;}
- .steps>li.end:before{max-width: 50%;width: 50%;}
|