123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414 |
- /* 2017-7-26 11:44:02 | 修改 木遥(微信: http://marsgis.cn/weixin.html ) */
- .main-sidebar {
- position: fixed;
- max-height: 500px;
- overflow:scroll;
- }
- .menuTitle a.active {
- color: #f8f8f8;
- }
- .skin-blue .main-sidebar {
- background-color: #ffffff;
- box-shadow: inset 0px 0px 10px 3px #aaa;
- }
- .skin-blue .sidebar-menu > li.treeview:hover > a {
- border-left: 3px solid rgba(0, 0, 0, 0.1);
- }
- .skin-blue .sidebar-menu > li.treeview.active > a {
- border-left: 3px solid rgba(0, 0, 0, 0.1);
- }
- .skin-blue .sidebar-menu > li.treeview.active > a >span{
- color: #fff !important;
- }
- .skin-blue .sidebar .second-menu,
- .skin-blue .sidebar .third-menu {
- padding-left: 0;
- }
- .skin-blue .sidebar .third-menu a {
- padding-left: 30px;
- }
- .skin-blue .sidebar a {
- color: #000000;
- }
- .sidebar-menu a {
- color: #fff;
- }
- .sidebar-menu .firstMenuTitle:hover {
- color: #fff;
- }
- .skin-blue .treeview-menu li > a {
- border-left: 3px solid #4e97d9;
- }
- .skin-blue .treeview-menu li > a:hover,
- .skin-blue .treeview-menu li.active > a {
- background-color: rgba(0, 0, 0, 0.1);
- border-left-color: rgba(0, 0, 0, 0.3);
- }
- .skin-blue .treeview-menu > li > a {
- color: #000000;
- padding-left: 35px;
- }
- .skin-blue .sidebar-menu > li > .treeview-menu {
- margin: 0;
- background: #4e97d9;
- }
- .sidebar-menu li.active > .treeview-menu {
- background: #4e97d9;
- border-radius: 0px 0px 8px 8px;
- }
- #sidebar-menu >li{
- background-color: #fff;
- margin:10px;
- box-shadow: inset;
- border-radius: 8px;
- box-shadow: darkgrey 0px 0px 7px ;
- }
- .treeview :hover{
- color: #ff5722;
- }
- /*侧边栏收起后向右展开的边框宽度*/
- .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
- .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
- border-radius: 0;
- width: 220px;
- }
- /*侧边栏收起后向右展开时一级菜单箭头的位置*/
- .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
- left: 220px !important;
- }
- .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
- padding-top: 0;
- padding-bottom: 0;
- border-radius: 0;
- }
- .skin-blue .sidebar-menu > li:hover > a,
- .skin-blue .sidebar-menu > li.active > a {
- color: #fff;
- background: #4688c3;
- border-radius:8px 8px 0px 0px;
- }
- .skin-blue .treeview-menu > li.active > a,
- .skin-blue .treeview-menu > li > a:hover {
- color: #000000;
- }
- .main-sidebar .iconName {
- margin-right: 10px;
- color: #ffffff;
- }
- .main-sidebar .firstMenuTitle {
- color: #0B5AA9;
- font-weight:bold;
- }
- .main-sidebar .secondMenuTitle {
- color: #ffffff;
- padding-left: 10px;
-
- }
- .main-sidebar .thirdMenuTitle {
- color: #ffffff;
- font-size: 12px;
- padding-left: 32px;
- }
- .main-sidebar .pull-right {
- color: #ffffff;
- }
- /**********************/
- .main-header {
- position: fixed;
- width: 100%;
- top: 0;
- }
- .examples-container {
- background-color: #f9f9f9;
- margin-top: 10px;
- overflow: auto;
- }
- #charts-list {
- margin: 0;
- padding: 0 20px;
- list-style: none;
- overflow: inherit;
- background-color: #f9f9f9;
- }
- h3.category-title {
- margin-top: 0px;
- height: 40px;
- line-height: 40px;
- margin-bottom: 0;
- margin-left: 2px;
- color: #0B5AA9;
- font-weight:bolder;
- border-radius: 8px 8px 0px 0px;
-
- }
- @media (min-width: 1400px) {
- .col-xlg-2 {
- width: 16.66666667%;
- padding-bottom: 5px;
- }
- }
- #charts-list .chart {
- width: 100%;
- max-width: 260px;
- margin: 4px auto;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- background: #fff;
- box-shadow: 0 0 3px rgba(150, 150, 150, 0.5);
- -webkit-box-shadow: 0 0 3px rgba(150, 150, 150, 0.5);
- border-radius: 7px;
- }
- #charts-list .chart:hover,
- #charts-list .chart:focus {
- transform: scale(1.1) translateZ(0);
- z-index: 100;
- -webkit-transform: scale(1.1) translateZ(0);
- transition-duration: 0.4s;
- box-shadow: 1px 1px 6px rgba(150, 150, 150, 0.6);
- -webkit-box-shadow: 1px 1px 6px rgba(150, 150, 150, 0.6);
- }
- #charts-list .chart .chart-link {
- position: relative;
- display: block;
- }
- #charts-list .chart .chart-link .chart-title {
- color: #0B5AA9;
- font-weight: bold;
- text-align: center;
- padding: 2px;
- overflow: hidden;
- height: 36px;
- line-height: 36px;
- text-overflow: ellipsis;
- white-space: nowrap;
- margin: 0;
- /* font-weight: normal; */
- font-weight:bolder;
- }
- #charts-list .chart .chart-link .chart-area {
- width: 100%;
- }
- .box {
- box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
- }
- .box.box-default {
- border: 0;
- margin-bottom: 20px;
- padding-top: 10px;
- background-color: #f9f9f9;
- color: #2F71BC;
- /* border-top: 1px solid #4e97d9; */
- border-radius: 0 0 8px 8px;
- }
- .box-title {
- padding-top: 10px;
- padding-bottom: 0;
- color: #2F71BC;
- font-weight:bolder;
- font-family: "Microsoft Yahei";
-
-
- }
- .box-title-details {
- padding-left: 20px;
- color: #2F71BC;
- margin: 5px;
- }
- .box-header {
- padding-top: 10px;
- padding-bottom: 5px;
- padding-left: 0;
- background-color: #f9f9f9;
- }
- .box-body {
- background-color: #F8F8F8;
- padding-top: 5px;
- border-radius: 0px 0px 8px 8px;
- }
- .main-footer {
- color: #7d7d7d;
- font-size: 13px !important;
- text-align: center;
- bottom: 0;
- }
- .nav > li > a:hover,
- .nav > li > a:active,
- .nav > li > a:focus {
- background: #4e97d9;
- }
- .category {
- padding-top: 60px;
- }
- .newTitle {
- color: #f9f9f9;
- width: 30px;
- height: 30px;
- font-size: 15px;
- line-height: 30px;
- text-align: center;
- top: -7px;
- right: -7px;
- position: absolute;
- background: #ff5722;
- border-radius: 50%;
- }
- #sidebar-menu li a{
- display:flex;
- flex: 1;
- }
- .fa-globe::before,.fa-area-chart:before,.fa-photo:before,.fa-briefcase:before,.fa-server:before,.fa-puzzle-piece:before,.fa-fighter-jet:before,.fa-building-o:before,.fa-cubes:before,.fa-futbol-o:before,.fa-street-view:before{
- content: "";
- display: block;
- width: 20px;
- height: 20px;
- }
- .fa-globe::before{
- background: url(../img/earth.png) center center / 100% 100% no-repeat;
- }
- .fa-area-chart:before{
- background: url(../img/layer.png) center center / 100% 100% no-repeat;
- }
- .fa-photo:before{
- background: url(../img/dimensional.png) center center / 100% 100% no-repeat;
- }
- .fa-briefcase:before{
- background: url(../img/control.png) center center / 100% 100% no-repeat;
- }
- .fa-server:before{
- background: url(../img/vector1.png) center center / 100% 100% no-repeat;
- }
- .fa-puzzle-piece:before{
- background: url(../img/vector2.png) center center / 100% 100% no-repeat;
- }
- .fa-fighter-jet:before{
- background: url(../img/gltf.png) center center / 100% 100% no-repeat;
- }
- .fa-building-o:before{
- background: url(../img/3dtile.png) center center / 100% 100% no-repeat;
- }
- .fa-cubes:before{
- background: url(../img/changj.png) center center / 100% 100% no-repeat;
- }
- .fa-futbol-o:before{
- background: url(../img/fenxi.png) center center / 100% 100% no-repeat;
- }
- .fa-street-view:before{
- background: url(../img/visualization.png) center center / 100% 100% no-repeat;
- }
- .skin-blue .sidebar-menu>#bar_ex_0>a:hover .fa-globe::before,
- .skin-blue .sidebar-menu > li.treeview.active > a .fa-globe::before{
- background: url(../img/1.png) center center / 100% 100% no-repeat;
- }
- .skin-blue .sidebar-menu>#bar_ex_1>a:hover .fa-area-chart::before,
- .skin-blue .sidebar-menu > li.treeview.active > a .fa-area-chart::before{
- background: url(../img/2.png) center center / 100% 100% no-repeat;
- }
- .skin-blue .sidebar-menu>#bar_ex_2>a:hover .fa-photo::before,
- .skin-blue .sidebar-menu > li.treeview.active > a .fa-photo::before{
- background: url(../img/3.png) center center / 100% 100% no-repeat;
- }
- .skin-blue .sidebar-menu>#bar_ex_3>a:hover .fa-briefcase::before,
- .skin-blue .sidebar-menu > li.treeview.active > a .fa-briefcase::before{
- background: url(../img/4.png) center center / 100% 100% no-repeat;
- }
- .skin-blue .sidebar-menu>#bar_ex_4>a:hover .fa-server::before,
- .skin-blue .sidebar-menu > li.treeview.active > a .fa-server::before{
- background: url(../img/5.png) center center / 100% 100% no-repeat;
- }
- .skin-blue .sidebar-menu>#bar_ex_5>a:hover .fa-puzzle-piece::before,
- .skin-blue .sidebar-menu > li.treeview.active > a .fa-puzzle-piece::before{
- background: url(../img/6.png) center center / 100% 100% no-repeat;
- }
- .skin-blue .sidebar-menu>#bar_ex_6>a:hover .fa-fighter-jet::before,
- .skin-blue .sidebar-menu > li.treeview.active > a .fa-fighter-jet::before{
- background: url(../img/7.png) center center / 100% 100% no-repeat;
- }
- .skin-blue .sidebar-menu>#bar_ex_7>a:hover .fa-building-o::before,
- .skin-blue .sidebar-menu > li.treeview.active > a .fa-building-o::before{
- background: url(../img/8.png) center center / 100% 100% no-repeat;
- }
- .skin-blue .sidebar-menu>#bar_ex_8>a:hover .fa-cubes::before,
- .skin-blue .sidebar-menu > li.treeview.active > a .fa-cubes::before{
- background: url(../img/9.png) center center / 100% 100% no-repeat;
- }
- .skin-blue .sidebar-menu>#bar_ex_9>a:hover .fa-futbol-o::before,
- .skin-blue .sidebar-menu > li.treeview.active > a .fa-futbol-o::before{
- background: url(../img/10.png) center center / 100% 100% no-repeat;
- }
- .skin-blue .sidebar-menu>#bar_ex_10>a:hover .fa-street-view::before,
- .skin-blue .sidebar-menu > li.treeview.active > a .fa-street-view::before{
- background: url(../img/11.png) center center / 100% 100% no-repeat;
- }
- #charts-list{
- background-color: #ffffff;
- }
- .category-title{
- background-color: #F8F8F8;
- border-radius: 8px 8px 0px 0px;
- }
- .category-content{
- background-color: #F8F8F8;
- box-shadow:8px 10px 8px 0px #ccc;
- border-radius: 0px 0px 8px 8px;
- }
|