123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616 |
- @import "console.config.less";
- .layui-layout {
- > .layui-side {
- top: 50px;
- bottom: 0;
- overflow: auto
- }
- > .layui-body {
- top: 50px;
- bottom: 0;
- overflow: auto;
- > .layui-card {
- overflow: visible;
- position: absolute;
- min-width: 100%;
- min-height: 100%;
- box-shadow: none;
- background: none !important;
- > .layui-card-header {
- left: 200px;
- right: 0;
- z-index: 3;
- height: 50px;
- border: none;
- position: fixed;
- background: #fff;
- line-height: 50px;
- box-shadow: @maxShadow;
- }
- > .layui-card-header + .layui-card-body {
- top: 50px;
- }
- > .layui-card-body {
- z-index: 2;
- padding: 15px;
- > .layui-tab.layui-tab-card {
- border: none;
- box-shadow: @maxShadow;
- }
- > .layui-tab.layui-tab-card > .layui-tab-content.think-box-shadow {
- box-shadow: none;
- }
- }
- }
- }
- }
- /* 页面布局 - 头部 */
- .layui-header {
- height: 50px;
- background: #393D49 !important;
- [data-target-menu-type] {
- border-left: 1px solid rgba(0, 0, 0, 0);
- border-right: 1px solid rgba(0, 0, 0, .15);
- }
- .layui-layout-left, .layui-layout-right {
- margin: 0;
- padding: 0
- }
- .layui-logo {
- color: #fff;
- width: 199px;
- height: auto;
- font-size: 18px;
- line-height: 49px;
- border-right: 1px solid rgba(0, 0, 0, .15);
- border-bottom: 1px solid rgba(0, 0, 0, .15);
- sup {
- font-size: 9px;
- line-height: 9px;
- padding-left: 5px;
- }
- }
- .layui-nav-item {
- height: 50px;
- line-height: 50px;
- &.layui-this {
- background: #009688
- }
- > a {
- color: #fff !important
- }
- .layui-nav-child {
- top: 49px;
- border: 0;
- padding: 0;
- background: #eef;
- line-height: 45px;
- + a.layui-elip {
- padding-right: 35px;
- img {
- width: 20px;
- height: 20px;
- border-radius: 50%
- }
- span {
- padding-left: 5px;
- }
- }
- &.layui-show + a {
- background: #fff;
- span {
- color: #333
- }
- }
- dd {
- background: #fff;
- a {
- padding: 0;
- color: #333;
- margin-top: 1px;
- text-align: center;
- .layui-icon {
- margin-right: 5px;
- }
- }
- }
- }
- }
- .layui-nav-bar, .layui-nav-item:after {
- display: none !important
- }
- .layui-layout-right {
- > li > a {
- border-left: 1px solid rgba(0, 0, 0, .15);
- border-right: 1px solid rgba(0, 0, 0, 0);
- }
- }
- }
- /* 页面布局 - 左则 */
- .layui-layout {
- > .layui-side {
- .layui-nav-bar {
- display: none !important
- }
- .layui-side-scroll {
- width: 100% !important
- }
- .layui-nav-item {
- border-bottom: 1px solid rgba(0, 0, 0, .2);
- a {
- height: 45px;
- display: block;
- line-height: 45px;
- color: #fff !important;
- &:hover {
- background: hsla(0, 0%, 39%, .2) !important
- }
- .nav-icon, .nav-text {
- padding-left: 5px
- }
- }
- &ed {
- border-bottom: none !important;
- }
- }
- .layui-nav-tree-top a {
- height: 28px !important;
- line-height: 28px !important
- }
- }
- &.layui-layout-left-mini {
- > .layui-body {
- left: 50px;
- > .layui-card {
- > .layui-card-header {
- left: 50px;
- }
- }
- }
- > .layui-side {
- .layui-nav-more {
- display: none !important
- }
- .layui-nav-item {
- a {
- padding: 0
- }
- .nav-text {
- display: none
- }
- .nav-icon {
- display: inline-block !important;
- padding: 0 !important
- }
- .layui-nav-child {
- padding: 0;
- display: block !important;
- background-color: rgba(0, 0, 0, .3) !important
- }
- }
- &, .layui-nav-tree, .layui-side-scroll {
- width: 50px;
- text-align: center
- }
- }
- [data-target-menu-type] i {
- display: inline-block;
- transform: rotate(180deg);
- -ms-transform: rotate(180deg);
- -webkit-transform: rotate(180deg);
- }
- }
- &.layui-layout-left-hide {
- > .layui-body {
- left: 0 !important;
- > .layui-card {
- > .layui-card-header {
- left: 0 !important;
- }
- }
- }
- > .layui-side {
- display: none
- }
- [data-target-menu-type] {
- display: none;
- }
- }
- }
- /** 手机盒子及微信菜单 */
- .mobile-preview {
- width: 317px;
- height: 580px;
- position: relative;
- background: url(../img/wechat/mobile_head.png) no-repeat 0 0;
- box-shadow: @minShadow;
- border-radius: @borderRadius;
- .mobile-header {
- color: #fff;
- width: auto;
- margin: 0 30px;
- overflow: hidden;
- font-size: 15px;
- padding-top: 30px;
- text-align: center;
- white-space: nowrap;
- text-overflow: ellipsis;
- word-wrap: normal;
- user-select: none;
- -moz-user-select: none;
- -webkit-user-select: none;
- pointer-events: none;
- -webkit-pointer-events: none;
- }
- .mobile-body {
- top: 60px;
- left: 0;
- right: 0;
- bottom: 0;
- border: 1px solid #ccc;
- position: absolute;
- background: #f5f5f5;
- border-radius: 0 0 @borderRadius @borderRadius;
- iframe {
- width: 100%;
- height: 100%
- }
- }
- .mobile-footer {
- left: 0;
- right: 0;
- bottom: 0;
- margin: 0;
- border: 1px solid #ccc;
- position: absolute;
- padding-left: 43px;
- background: url(../img/wechat/mobile_foot.png) no-repeat 0 0;
- list-style-type: none;
- border-radius: 0 0 @borderRadius @borderRadius;
- li {
- float: left;
- width: 33.33%;
- position: relative;
- text-align: center;
- line-height: 50px;
- a {
- width: auto;
- color: #616161;
- border: 1px solid hsla(0, 0%, 100%, 0);
- display: block;
- overflow: hidden;
- word-wrap: normal;
- margin-top: -1px;
- border-left: 1px solid #e7e7eb;
- white-space: nowrap;
- text-overflow: ellipsis;
- margin-bottom: -1px;
- text-decoration: none;
- &:hover {
- background: rgba(0, 0, 0, .02)
- }
- &.active {
- border: 1px solid #44b549 !important;
- box-shadow: 0 0 1px #44b549
- }
- span:before {
- width: 1px;
- height: 1px;
- content: '';
- display: inline-block
- }
- }
- > .close {
- top: 1px;
- right: 1px;
- width: 18px;
- height: 18px;
- display: none;
- cursor: pointer;
- position: absolute;
- text-align: center;
- line-height: 18px
- }
- &:hover > .close {
- display: inline-block;
- &:hover {
- color: #fff !important;
- background: #999 !important
- }
- }
- }
- .icon {
- &-add, &-sub {
- display: inline-block;
- vertical-align: middle
- }
- &-add {
- width: 14px;
- height: 14px;
- border-bottom: none !important;
- background: url(../img/wechat/index.png) 0 0 no-repeat
- }
- &-sub {
- width: 7px;
- height: 7px;
- margin-right: 2px;
- background: url(../img/wechat/index.png) 0 -3pc no-repeat
- }
- }
- .sub-menu {
- width: 100%;
- bottom: 60px;
- margin: -1px;
- display: block;
- position: absolute;
- border: 1px solid #d0d0d0;
- background-color: #fafafa;
- ul li {
- float: none;
- width: 100%;
- padding: 0;
- z-index: 11;
- display: block;
- a {
- padding: 0 5px;
- border: 1px solid hsla(0, 0%, 100%, 0);
- &.bottom-border {
- margin: -1px -1px 0;
- border-bottom: 1px solid #e7e7eb
- }
- }
- &:last-child a.bottom-border {
- border-bottom-color: #fff
- }
- }
- }
- .arrow {
- left: 50%;
- position: absolute;
- margin-left: -6px;
- }
- .arrow_in, .arrow_out {
- width: 0;
- height: 0;
- z-index: 10;
- border: 6px dashed transparent;
- display: inline-block;
- border-top-style: solid;
- border-bottom-width: 0;
- }
- .arrow_in {
- bottom: -5px;
- z-index: 3;
- border-top-color: #fafafa
- }
- .arrow_out {
- bottom: -6px;
- z-index: 2;
- border-top-color: #d0d0d0
- }
- }
- }
- /* 下拉样式 */
- .layui-nav {
- .layui-nav-item {
- .layui-nav-more {
- top: 0;
- right: 15px;
- width: auto;
- height: auto;
- border: none;
- margin-top: 0;
- font-size: 14px;
- font-style: normal;
- font-family: "layui-icon" !important;
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
- &::before {
- content: "\e619"
- }
- }
- & .layui-nav-mored, &ed .layui-nav-more {
- border: none;
- margin-top: 0;
- transform: rotate(180deg);
- -o-transform: rotate(180deg);
- -ms-transform: rotate(180deg);
- -moz-transform: rotate(180deg);
- -webkit-transform: rotate(180deg)
- }
- }
- }
- /*! 重置 Iframe 页面样式 */
- .iframe-pagination {
- padding: 20px 20px 45px 20px;
- .pagination-container {
- left: 0;
- right: 0;
- bottom: 0;
- padding: 5px 20px;
- position: fixed;
- background: #fff;
- border-top: 1px solid #ddd;
- }
- }
- /*! 首页加载动画 */
- .think-page-loader {
- top: 0;
- width: 100%;
- height: 100%;
- z-index: 9999999;
- position: fixed;
- background-color: whitesmoke;
- .loader {
- top: 50%;
- width: 50px;
- height: 50px;
- margin: -30px auto 40px;
- z-index: 999999;
- position: relative;
- background-color: whitesmoke;
- }
- .loader:before {
- top: 59px;
- left: 0;
- width: 50px;
- height: 7px;
- opacity: 0.1;
- content: "";
- background: #000;
- border-radius: 50%;
- position: absolute;
- animation: shadow .5s linear infinite;
- }
- .loader:after {
- top: 0;
- left: 0;
- width: 50px;
- height: 50px;
- content: "";
- position: absolute;
- border-radius: 3px;
- background-color: #5FB878;
- animation: loading .5s linear infinite;
- }
- }
- @-webkit-keyframes loading {
- 17% {
- border-bottom-right-radius: 3px;
- }
- 25% {
- transform: translateY(9px) rotate(22.5deg);
- }
- 50% {
- transform: translateY(18px) scale(1, 0.9) rotate(45deg);
- border-bottom-right-radius: 40px;
- }
- 75% {
- transform: translateY(9px) rotate(67.5deg);
- }
- 100% {
- transform: translateY(0) rotate(90deg);
- }
- }
- @keyframes loading {
- 17% {
- border-bottom-right-radius: 3px;
- }
- 25% {
- transform: translateY(9px) rotate(22.5deg);
- }
- 50% {
- border-bottom-right-radius: 40px;
- transform: translateY(18px) scale(1, 0.9) rotate(45deg);
- }
- 75% {
- transform: translateY(9px) rotate(67.5deg);
- }
- 100% {
- transform: translateY(0) rotate(90deg);
- }
- }
- @-webkit-keyframes shadow {
- 0%,
- 100% {
- transform: scale(1, 1);
- }
- 50% {
- transform: scale(1.2, 1);
- }
- }
- @keyframes shadow {
- 0%,
- 100% {
- transform: scale(1, 1);
- }
- 50% {
- transform: scale(1.2, 1);
- }
- }
|