| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564 |
- body {
- font: 12px/1.5 "\u5fae\u8f6f\u96c5\u9ed1", "\5FAE\8F6F\96C5\9ED1",
- tahoma, arial, "\5b8b\4f53", sans-serif;
- }
- a:hover,a:focus {
- color: #f60;
- text-decoration: underline;
- }
- .text-inverse {
- color: #f60;
- }
- .navbar {
- margin-bottom: 0;
- border-radius: 0;
- }
- .navbar-right {
- margin-right: 0;
- }
- .dropdown>.dropdown-toggle {
- border-style: solid;
- border-width: 0 1px;
- border-color: transparent;
- }
- .dropdown:hover>.dropdown-toggle {
- position: relative;
- background-color: #ffffff !important;
- border: 1px solid #ccc;
- border-top: 0;
- border-bottom: 0;
- margin: 0;
- z-index: 1001;
- }
- .dropdown>.dropdown-menu {
- padding: 0;
- }
- .dropdown:hover>.dropdown-menu {
- display: block;
- position: absolute;
- margin-top: -1px;
- min-width: 120px;
- font-size: 12px;
- }
- .dropdown-menu>li>a {
- font-size: 14px;
- color: #666;
- padding: 8px 25px;
- border-bottom: 1px solid #ebebeb;
- }
- .dropdown:hover .caret,.dropdown-toggle:hover .caret {
- border-bottom: 4px solid !important;
- border-top: none;
- }
- .dropdown-submenu {
- position: relative;
- }
- .dropdown-submenu>.dropdown-menu {
- top: 0;
- left: 100%;
- padding: 0;
- margin-top: -1px;
- margin-left: -1px;
- -webkit-border-radius: 0 3px;
- -moz-border-radius: 0 3px;
- border-radius: 0 3px;
- }
- .dropdown-submenu:hover>.dropdown-menu {
- display: block;
- min-width: 0;
- min-height: 0;
- font-size: 12px;
- }
- .nav-tabs li {
- cursor: pointer;
- }
- .alert {
- position: relative;
- }
- /*arrow*/
- .arrow:before,.arrow:after {
- content: '';
- position: absolute;
- width: 0;
- height: 0;
- border: 18px solid transparent;
- }
- .arrow-top-right:before {
- top: 30%;
- margin-top: -16px;
- left: -37px;
- border-top-color: #faebcc;
- border-right-color: #faebcc;
- }
- .arrow-top-right:after {
- top: 30%;
- margin-top: -15px;
- left: -35px;
- border-top-color: #fcf8e3;
- border-right-color: #fcf8e3;
- }
- .arrow-bottom-right:before {
- top: 30%;
- margin-top: -15px;
- left: -37px;
- border-bottom-color: #faebcc;
- border-right-color: #faebcc;
- }
- .arrow-bottom-right:after {
- top: 30%;
- margin-top: -16px;
- left: -35px;
- border-bottom-color: #fcf8e3;
- border-right-color: #fcf8e3;
- }
- .arrow-bottom:before {
- top: 0;
- margin-top: -36px;
- left: 36px;
- border-bottom-color: #faebcc;
- }
- .arrow-bottom:after {
- top: 0;
- margin-top: -35px;
- left: 36px;
- border-bottom-color: #fcf8e3;
- }
- /*10格栅栏*/
- .col-10-1,.col-10-2,.col-10-3,.col-10-4,.col-10-5,.col-10-6,.col-10-7,.col-10-8,.col-10-9,.col-10-10
- {
- float: left;
- position: relative;
- min-height: 1px;
- padding-left: 15px;
- padding-right: 15px;
- }
- .col-10-1 {
- width: 10%;
- }
- .col-10-2 {
- width: 20%;
- }
- .col-10-3 {
- width: 30%;
- }
- .col-10-4 {
- width: 40%;
- }
- .col-10-5 {
- width: 50%;
- }
- .col-10-6 {
- width: 60%;
- }
- .col-10-7 {
- width: 70%;
- }
- .col-10-8 {
- width: 80%;
- }
- .col-10-9 {
- width: 90%;
- }
- .col-10-10 {
- width: 100%;
- }
- /*top nav*/
- #top {
- background-color: #f5f5f5;
- }
- #top.navbar-default {
- border-bottom: 1px solid #ddd;
- }
- #top .navbar-nav>li>a {
- padding: 20px 25px;
- font-size: 14px;
- font-weight: 700;
- color: #6c6c6c;
- width: 120px;
- }
- #top .dropdown-menu {
- width: 120px;
- }
- #top .navbar-nav>li>a:hover,#top .navbar-nav>li.active>a {
- color: #f60;
- }
- #top .navbar-header {
- width: 300px;
- }
- #top .navbar-header .navbar-brand {
- padding: 0 15px;
- height: 60px;
- line-height: 60px;
- font-family: "\5FAE\8F6F\96C5\9ED1";
- font-size: 23px;
- font-weight: 600;
- color: #666;
- text-transform: uppercase;
- text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
- height: 60px;
- }
- #top .navbar-header .title {
- background: url("../img/all/logo_shop.png") no-repeat;
- width: 76px;
- height: 60px;
- }
- #top .navbar-header b {
- display: block;
- width: 1px;
- height: 14px;
- margin-top: 23px;
- z-index: 100;
- float: left;
- background: #999;
- margin-right: 10px;
- }
- #top .navbar-header span {
- float: left;
- height: 60px;
- line-height: 60px;
- color: #666;
- font-family: "Microsoft Yahei";
- font-size: 16px;
- font-weight: 700;
- }
- /*main*/
- #main {
- width: 100%;
- margin: 0 auto;
- }
- #main .nav-left {
- position: absolute;
- top: 60px;
- left: 0;
- width: 180px;
- }
- #main .main-container {
- position: relative;
- margin-left: 180px;
- }
- .nav-left .panel-group .panel+.panel {
- margin-top: 0;
- }
- .nav-left .panel-group {
- margin-bottom: 0;
- }
- .nav-left .panel {
- border-top: none;
- border-radius: 0;
- }
- .nav-left .panel-heading {
- padding: 8px 15px;
- cursor: pointer;
- }
- .nav-left .panel-heading .panel-title a {
- font-size: 13px;
- font-weight: 700;
- color: #3c3c3c;
- display: block;
- text-decoration: none;
- }
- .nav-left .panel-heading .panel-title i.fa,.nav-left .panel-heading .panel-title span.glyphicon
- {
- float: right;
- }
- .nav-left .panel-body {
- padding: 0;
- }
- .nav-left .panel-body .list-group {
- margin-bottom: 0;
- }
- .nav-left .panel-body a.list-group-item {
- border-left: none;
- border-right: none;
- border-radius: 0;
- padding: 8px 15px 8px 20px;
- cursor: pointer;
- color: #6d6d6d;
- }
- .nav-left .panel-body a.list-group-item:hover {
- color: #ff3700;
- margin-left: 5px;
- -webkit-transition: margin 0.3s ease-out;
- -moz-transition: margin 0.3s ease-out;
- -o-transition: margin 0.3s ease-out;
- -ms-transition: margin 0.3s ease-out;
- transition: margin 0.3s ease-out;
- }
- .nav-left .panel-body .list-group>.list-group-item:first-child {
- border-top: none;
- }
- .nav-left .panel-body .list-group>.list-group-item:last-child {
- border-bottom: none;
- }
- .nav-left .panel-body .list-group-item:hover {
- background: #fff1d0;
- }
- .nav-left .panel-body .list-group-item:hover .glyphicon {
- color: #ff7300;
- }
- .main-container .page-operator {
- padding: 4px 4px 3px 4px;
- border-bottom: 1px solid #ddd;
- background-color: #f5f5f5;
- border-bottom: 1px solid #ddd;
- }
- .main-container .page-operator a {
- padding: 2px 10px;
- }
- .main-container .shop-header,.main-container .shop-content {
- margin-left: -15px;
- margin-right: -15px;
- }
- .main-container .shop-header {
- position: relative;
- min-width: 950px;
- border-bottom: 1px solid #ccc;
- }
- .main-container .shop-header .container,.main-container .shop-sign .container
- {
- width: 950px;
- }
- .main-container .shop-sign {
- position: relative;
- margin: 0 auto;
- }
- .main-container .shop-sign-mark {
- height: 30px;
- line-height: 30px;
- color: #666;
- background-color: #f5f5f5;
- text-align: center;
- }
- .main-container .footer {
- width: 990px;
- padding-top: 10px;
- border-top: 1px solid #c9c9c9;
- }
- /*page setting*/
- .page-setting .alert dt {
- margin-top: 20px;
- margin-bottom: 10px;
- }
- /*page layout*/
- /*减小间距*/
- .alert.alert-sm {
- padding: 5px 15px;
- margin-bottom: 5px;
- }
- .panel.panel-sm {
- margin-bottom: 10px;
- }
- .panel.panel-sm .panel-body {
- padding: 5px 15px;
- min-height: 50px;
- }
- .page-layout,.page-setting {
- margin: 30px;
- }
- .page-layout-add {
- background-color: #fff1d0;
- padding: 5px;
- border-radius: 4px;
- border: 1px dashed #ff9831;
- margin-bottom: 5px;
- }
- .page-layout-static {
- background-color: #d9edf7;
- padding: 5px;
- border-radius: 4px;
- border: 1px solid #bce8f1;
- margin-bottom: 5px;
- }
- .page-layout-unit {
- margin-bottom: 5px;
- position: relative;
- }
- .page-layout-unit .row {
- margin-left: 0;
- margin-right: 0;
- }
- .page-layout-unit [class^=col-] {
- color: #31708f;
- text-align: center;
- }
- .page-layout-add p,.page-layout-add ul,.page-layout-static p,.page-layout-static ul,.page-layout-unit p,.page-layout-unit ul
- {
- margin-bottom: 0;
- }
- .page-layout-ex,.page-module-ex {
- height: 500px;
- overflow-y: auto;
- }
- .page-layout-ex .row,.page-module-ex .row {
- margin: 0 15px 5px 15px;
- color: #777;
- }
- .page-module-ex [class^=col-] {
- padding: 5px;
- }
- .page-module-ex .thumbnail {
- margin-bottom: 0;
- }
- .layout-ex-unit {
- padding: 5px 0;
- background-color: #f5f5f5;
- border: 1px solid #ddd;
- text-align: center;
- }
- .layout-unit-module {
- padding: 5px 0;
- border: 1px solid #ddd;
- position: relative;
- }
- .layout-unit-module.added {
- background-color: #d9edf7;
- }
- .layout-unit-tools {
- padding: 4px 10px;
- background-color: #000000;
- opacity: 0.5;
- filter: alpha(opacity = 50);
- position: absolute;
- top: 0;
- right: -30px;
- z-index: 10;
- }
- .layout-unit-tools a,.layout-unit-tools .dropdown-menu a {
- cursor: pointer;
- font-size: 14px;
- color: #fff;
- }
- .layout-unit-tools .dropdown-menu {
- background-color: #000000;
- }
- .layout-unit-tools .dropdown-menu>li>a:hover {
- background-color: transparent;
- color: #ff3700;
- }
- /*panel边角*/
- .panel-corner {
- position: relative;
- }
- .panel-corner .top-left,.panel-corner .top-right,.panel-corner .bottom-left,.panel-corner .bottom-right
- {
- position: absolute;
- z-index: 10;
- display: block;
- padding: 4px 8px;
- font-size: 12px;
- color: #777;
- cursor: pointer;
- background-color: #fff;
- border: 1px solid #ddd;
- }
- .panel-corner .top-left {
- top: 0;
- left: 0;
- border-radius: 4px 0 4px 0;
- }
- .panel-corner .top-right {
- top: 0;
- right: 0;
- border-radius: 0 4px 0 4px;
- }
- .panel-corner .bottom-left {
- bottom: 10px;
- left: 0;
- border-radius: 0 4px 0 4px;
- }
- .panel-corner .bottom-right {
- bottom: 10px;
- right: 0;
- border-radius: 4px 0 4px 0;
- }
|