| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764 |
- @charset "UTF-8";
- /**
- Sass函数--颜色函数--HSL函数:http://www.mamicode.com/info-detail-1126451.html
- */
- /* 文字基本颜色 */
- :root {
- --base-color: #FF6A00;
- }
- /* 水平导航 */
- .layui-layout-admin {
- /* 侧边导航 -- 二级导航 */
- /* 面包屑 */
- /* 内容 */
- }
- .layui-layout-admin .layui-header {
- background-color: #FFFFFF;
- border-bottom: 1px solid #f2f2f2;
- }
- .layui-layout-admin .layui-logo {
- width: 184px;
- }
- .layui-layout-admin .layui-logo h1 {
- display: inline-block;
- font-size: 16px;
- color: #5D5D5D;
- }
- .layui-layout-admin .layui-nav .layui-nav-bar {
- display: none;
- }
- .layui-layout-admin .layui-nav .layui-nav-item a {
- color: #333333;
- }
- .layui-layout-admin .layui-layout-left .layui-this:after {
- width: 0;
- border: 0;
- }
- .layui-layout-admin .layui-layout-left a span {
- display: inline-block;
- height: 40px;
- line-height: 40px;
- box-sizing: border-box;
- }
- .layui-layout-admin .layui-layout-left a:hover span {
- border-bottom: 3px solid #FF6A00;
- }
- .layui-layout-admin .layui-layout-left a.active span {
- border-bottom: 3px solid #FF6A00;
- border-radius: 1.5px;
- box-sizing: border-box;
- }
- .layui-layout-admin .layui-layout-right .layui-nav-more {
- border-top-color: #333;
- }
- .layui-layout-admin .layui-layout-right .layui-nav-mored {
- border-color: transparent transparent #333;
- }
- .layui-layout-admin .layui-layout-right .layui-nav-child {
- right: 0;
- left: unset;
- }
- .layui-layout-admin .layui-layout-right .layui-nav-child dd.layui-this, .layui-layout-admin .layui-layout-right .layui-nav-child dd.layui-this a {
- background-color: #FF6A00;
- }
- .layui-layout-admin .second-nav {
- width: 184px !important;
- background-color: #FFFFFF;
- border-right: 1px solid #f1f1f1;
- overflow: hidden;
- box-sizing: border-box;
- }
- .layui-layout-admin .second-nav .layui-side-scroll {
- width: 204px;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav {
- width: 184px;
- background-color: transparent !important;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-item {
- width: 100%;
- background-color: #FFFFFF;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-item a {
- width: 100%;
- height: 44px;
- display: flex;
- align-items: center;
- box-sizing: border-box;
- padding-left: 34px;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-item a span {
- line-height: 44px;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-item a:hover {
- background-color: #F7F7F7;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-item a:hover i {
- left: -19px !important;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-item a .stair-menu {
- overflow: hidden;
- display: flex;
- align-items: center;
- margin-right: 5px;
- width: 20px;
- height: 18px;
- line-height: 18px;
- text-align: center;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-item a .stair-menu img {
- max-height: 100%;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-itemed > a {
- color: #333333 !important;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-itemed > .layui-nav-child {
- background-color: #FFFFFF !important;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-tree {
- position: relative;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-tree > .layui-this > a {
- background-color: #f8f8f8 !important;
- color: #FF6A00 !important;
- box-sizing: border-box;
- position: relative;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-itemed > a:hover{
- background-color: transparent !important;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-tree > .layui-this > a:before {
- content: "";
- display: inline-block;
- width: 4px;
- height: 44px;
- background-color: #FF6A00;
- position: absolute;
- left: 0;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-tree > .layui-this > a > .layui-nav-more {
- border-color: #FF6A00 #FF6A00 transparent transparent !important;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-child dd.layui-this {
- background-color: #FFFFFF !important;
- color: #333333;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-child dd.layui-this a {
- background-color: rgba(255, 98, 0, 0.1) !important;
- color: #FF6A00 !important;
- box-sizing: border-box;
- position: relative;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-child dd.layui-this a:before {
- content: "";
- display: inline-block;
- width: 4px;
- height: 44px;
- background-color: #FF6A00;
- position: absolute;
- left: 0;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-child dd.layui-this .layui-left-nav {
- color: #FF6A00;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-child dd > a {
- padding-left: 60px;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav .layui-nav-more {
- width: 7px;
- height: 7px;
- border-width: 1px;
- border-color: #333 #333 transparent transparent;
- border-style: solid;
- transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- /* IE 9 */
- -moz-transform: rotate(45deg);
- /* Firefox */
- -webkit-transform: rotate(45deg);
- /* Safari 和 Chrome */
- -o-transform: rotate(45deg);
- top: 16px;
- right: 16px;
- margin-top: 0;
- }
- .layui-layout-admin .second-nav .layui-side-scroll .layui-nav-itemed > a .layui-nav-more {
- transform: rotate(135deg);
- -ms-transform: rotate(135deg);
- -moz-transform: rotate(135deg);
- -webkit-transform: rotate(135deg);
- -o-transform: rotate(135deg);
- }
- .layui-layout-admin .crumbs {
- position: fixed;
- top: 60px;
- left: 184px;
- z-index: 9;
- right: 0;
- height: 43px;
- line-height: 43px;
- padding: 0 28px;
- background-color: #fff;
- border-bottom: 1px solid #f1f1f1;
- }
- .layui-layout-admin .crumbs a:hover {
- color: #FF6A00 !important;
- }
- .layui-layout-admin .layui-body {
- position: absolute;
- overflow: auto !important;
- top: 104px;
- bottom: 0;
- left: 184px;
- background-color: #f8f8f8;
- }
- .layui-layout-admin .layui-body .body-content {
- min-width: 1000px;
- min-height: 650px;
- padding: 15px;
- margin: 16px;
- background-color: #fff;
- }
- /**
- Sass函数--颜色函数--HSL函数:http://www.mamicode.com/info-detail-1126451.html
- */
- /* 避免页面遮盖住tp调试页面 */
- .layui-layout-admin .layui-body {
- z-index: -1;
- }
- body {
- color: #333;
- }
- .red-color {
- color: red !important;
- }
- .text-color-sub {
- color: #666 !important;
- }
- .text-color {
- color: #FF6A00 !important;
- }
- .text-color-gray {
- color: #5a5a5a !important;
- }
- .border-color {
- border-color: #FF6A00 !important;
- }
- .border-after-color::after {
- border-color: #FF6A00 !important;
- }
- .bg-color {
- background-color: #FF6A00 !important;
- }
- .bg-color-diaphaneity {
- background-color: rgba(255, 106, 0, 0.1) !important;
- }
- .bg-color-gray {
- background-color: #5a5a5a !important;
- }
- .layui-tab-brief li.layui-this {
- color: #FF6A00 !important;
- }
- .layui-tab-brief li.layui-this:after {
- border-bottom-color: #FF6A00 !important;
- }
- /* 四级菜单 */
- .fourstage-nav .layui-tab-title {
- border: 0;
- }
- .fourstage-nav .layui-tab-title li {
- margin: 0 15px;
- padding: 0;
- }
- .fourstage-nav .layui-tab-title li::after {
- border: 0 !important;
- }
- .fourstage-nav .layui-tab-title li a {
- border-bottom: 2px solid #fff;
- }
- .fourstage-nav .layui-tab-title li.layui-this a {
- color: #FF6A00;
- border-bottom: 2px solid #FF6A00;
- }
- .footer {
- box-sizing: border-box;
- text-align: center;
- padding-bottom: 50px;
- padding-top: 50px;
- line-height: 1.8;
- color: #999;
- }
- .footer .gov-box img {
- max-width: 20px;
- max-height: 20px;
- margin-right: 5px;
- }
- .footer a {
- color: #999;
- }
- .footer-img {
- margin-bottom: 18px;
- }
- .footer-img img {
- max-width: 100px;
- max-height: 27px;
- }
- .footer-img {
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .footer-img span {
- display: inline-block;
- color: #898989;
- line-height: 25px;
- margin-right: 12px;
- }
- .login-box {
- display: flex;
- }
- .shop-ewm a {
- display: inline-block;
- line-height: 60px;
- cursor: pointer;
- margin-right: 25px;
- }
- .shop-ewm {
- position: relative;
- }
- /*h5预览*/
- .goods-preview {position: relative;}
- .goods-preview .qrcode-wrap {background: #f4f6f8;display: inline-block;padding: 10px;text-align: center;position: absolute;left: 40px;top: 40px;max-width: 130px;max-height: 130px;overflow: hidden;}
- .goods-preview .qrcode-wrap img {width: 100px;height: 100px;}
- .goods-preview .qrcode-wrap .tips {font-size: 12px;margin: 10px 0 0 0;padding: 0;border: none;}
- .goods-preview .qrcode-wrap input{margin-top: 30px;}
- .goods-preview .phone-wrap {width: 300px;height: 600px;margin-left: 210px;background: url("../../img/iphone_shell.png") no-repeat;background-size: 100% auto;position: relative;}
- .goods-preview .phone-wrap .iframe-wrap {width: 260px;height: 530px;position: absolute;top: 38px;left: 20px;overflow: hidden;display: inline-block;}
- .goods-preview .phone-wrap .iframe-wrap iframe {width: 270px;height: 510px;margin-top: 10px;margin-left: -5px;border-radius: 0;transform: initial;}
- .goods-preview .phone-wrap .iframe-wrap .empty {text-align: center;position: absolute;top: 25%;padding: 0 20px;}
- .goods-preview .phone-wrap .iframe-wrap .empty img {width: 190px;display: block;margin: 0 auto 10px;}
- .goods-preview .phone-wrap .iframe-wrap .empty p {font-size: 12px;margin-bottom: 5px;}
- .goods-preview .phone-wrap .iframe-wrap .empty a {font-size: 12px;}
- /*小程序发布*/
- .release-layer .layui-layer-title {
- background: #fff;
- border-bottom: 0;
- margin-top: 10px;
- }
- .release-layer .weapp-release .title {
- font-size: 16px;
- text-align: center;
- }
- .release-layer .weapp-release .desc {
- font-size: 16px;
- text-align: center;
- padding: 0 20px;
- margin-top: 30px;
- color: #555;
- }
- .release-layer .weapp-release .operation-btns {
- margin-top: 60px;
- }
- .release-layer .operation-btns > div {
- margin-top: 10px;
- text-align: center;
- }
- .release-layer .operation-btns .layui-btn {
- width: 80%;
- }
- .tips-wrap {
- padding: 6px;
- background-color: #fff;
- border: 1px solid #f1f1f1;
- border-radius: 4px;
- }
- .tips-wrap .layui-colla-title {
- padding-left: 10px;
- height: 30px;
- font-size: 16px;
- font-weight: 400;
- line-height: 30px;
- background-color: transparent;
- }
- .tips-wrap .layui-colla-title .layui-colla-icon {
- left: 80px;
- }
- .tips-wrap .layui-colla-content {
- padding: 0;
- padding-left: 34px;
- border: none;
- color: #999;
- }
- .tips-wrap .layui-colla-content li {
- line-height: 25px;
- list-style: initial;
- }
- .card-common {
- margin-top: 15px;
- margin-bottom: 0;
- box-shadow: initial;
- }
- .card-common .layui-card-header {
- padding: 0 20px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .card-common .layui-card-body {
- padding: 20px;
- }
- .card-common .card-title {
- font-size: 14px;
- font-weight: 600;
- }
- .card-common .card-sub {
- color: #999999;
- font-size: 12px;
- }
- .card-brief .layui-card-header {
- border-bottom: 0;
- padding-bottom: 0;
- }
- .card-brief .card-title {
- position: relative;
- padding-left: 10px;
- }
- .card-brief .card-title::before {
- content: "";
- display: inline-block;
- width: 3px;
- height: 14px;
- background-color: #FF6A00;
- position: absolute;
- left: 0;
- top: 50%;
- border-radius: 5px;
- transform: translateY(-50%);
- }
- .layui-card.form-wrap-show {
- margin-bottom: 0;
- }
- .layui-card.form-wrap-show .layui-card-header {
- padding: 3px 15px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-radius: 5px;
- }
- /* 详情面板 */
- .detail-card {
- width: 100%;
- border: 1px solid #F1F1F1;
- padding: 20px 0 20px 80px;
- box-sizing: border-box;
- display: flex;
- }
- .detail-card .detail-img {
- width: 60px;
- height: 60px;
- text-align: center;
- margin-right: 15px;
- }
- .detail-card .detail-img img {
- max-width: 100%;
- max-height: 100%;
- }
- .detail-card .goods-name {
- font-size: 16px;
- font-weight: 600;
- color: #333333;
- }
- .detail-card .detail-line {
- height: 32px;
- line-height: 32px;
- color: #666666;
- }
- .detail-card .inline-span {
- display: inline-block;
- width: 220px;
- }
- .table-tab {
- margin-top: 15px;
- }
- .table-tab .layui-tab-title {
- height: 41px;
- border-color: #f1f1f1;
- }
- .table-tab .layui-tab-title li {
- background-color: #FFFFFF;
- border-top: 1px solid #f1f1f1;
- border-bottom: 1px solid #f1f1f1;
- border-left: 1px solid #f1f1f1;
- }
- .table-tab .layui-tab-title li:first-child {
- border-left: 1px solid #f1f1f1;
- }
- .table-tab .layui-tab-title li:last-child {
- border-right: 1px solid #f1f1f1;
- }
- .table-tab .layui-tab-title li.layui-this {
- background: #F8F8F8;
- border-radius: 2px 0 0 2px;
- }
- .table-tab .layui-tab-title li.layui-this::after {
- border: none;
- border-radius: 0;
- }
- .table-tab .layui-tab-content {
- padding: 0;
- border: none;
- background-color: #fff;
- }
- .layui-table tbody tr:hover, .layui-table-click {
- background-color: #f8f8f8 !important;
- }
- .single-filter-box {
- display: flex;
- justify-content: space-between;
- padding: 14px 0;
- background-color: #fff;
- }
- .single-filter-box .layui-form {
- margin-left: auto;
- }
- .single-filter-box .layui-form .layui-btn {
- border-color: #e6e6e6;
- padding: 0 10px;
- }
- .single-filter-box .layui-form .layui-input + .layui-btn {
- height: 30px;
- line-height: 30px;
- position: absolute;
- right: 1px;
- top: 1px;
- border-width: 0;
- border-left-width: 1px;
- }
- .single-filter-box .layui-input-inline {
- margin-left: 8px;
- }
- .screen {
- border: 0;
- background-color: #fff;
- border-radius: 5px;
- min-height: 45px;
- }
- .screen .layui-colla-item {
- position: relative;
- }
- .screen .layui-colla-title {
- position: initial;
- height: 0;
- }
- .screen .layui-colla-title .layui-colla-icon {
- left: auto;
- transform: translateX(-50%);
- top: 0;
- color: #BEBEBE;
- right: 10px;
- z-index: 2;
- padding: 5px;
- }
- .screen .layui-colla-content {
- padding: 15px 0;
- border: 1px solid #f1f1f1;
- }
- .screen .layui-colla-content .layui-input, .screen .layui-colla-content .layui-form-select {
- width: 185px !important;
- }
- .screen .layui-form-label {
- width: 120px;
- font-size: 14px;
- }
- .screen .form-row {
- margin-left: 120px;
- }
- .form-wrap {
- background-color: #fff;
- padding: 15px 0;
- border-radius: 5px;
- }
- .layui-unselect.layui-form-radio.layui-form-radioed i:after {
- content: "";
- position: absolute;
- width: 8px;
- height: 8px;
- background: #FF6A00;
- border-radius: 50%;
- left: 4px;
- top: 10px;
- }
- .len-long {
- width: 450px !important;
- }
- .len-mid {
- width: 250px !important;
- }
- .len-short {
- width: 120px !important;
- }
- .special-length {
- width: 650px !important;
- }
- .layui-btn {
- color: #fff;
- padding: 0 16px;
- background-color: #FF6A00;
- }
- .layui-btn.layui-btn-xs {
- height: 22px;
- line-height: 22px;
- padding: 0 5px;
- font-size: 12px;
- }
- .layui-btn.layui-btn-sm {
- height: 30px;
- line-height: 30px;
- padding: 0 10px;
- font-size: 12px;
- }
- .layui-btn.layui-btn-primary {
- color: #333;
- border-color: #e6e6e6;
- background-color: #ffffff;
- }
- .layui-btn.layui-btn-primary:hover {
- color: #333;
- opacity: 1;
- border-color: #e6e6e6;
- }
- .layui-btn-disabled, .layui-btn-disabled:active, .layui-btn-disabled:hover {
- color: #C9C9C9 !important;
- }
- .layui-input, .layui-select, .layui-textarea {
- border-color: #E6E6E6;
- }
- .layui-input:focus, .layui-select:focus, .layui-textarea:focus {
- border-color: #FF6A00 !important;
- }
- .layui-input, .layui-select, .input-text, .layui-btn {
- height: 34px;
- line-height: 34px;
- font-size: 14px;
- }
- .btn-hover {
- color: #FF6A00 !important;
- border-color: #FF6A00 !important;
- }
- .layui-form-label {
- width: 200px;
- height: 34px;
- line-height: 34px;
- padding: 0 10px 0 0;
- box-sizing: border-box;
- color: #454545 !important;
- }
- .layui-form-label.sm {
- width: 80px;
- }
- .layui-form-label.mid {
- width: 150px;
- }
- .layui-form-label + .layui-input-block {
- margin-left: 200px;
- }
- .layui-form-label.sm + .layui-input-block {
- margin-left: 80px;
- }
- .layui-form-label.mid + .layui-input-block {
- margin-left: 150px;
- }
- .required {
- color: red;
- margin-right: 3px;
- }
- .word-aux {
- margin-left: 200px;
- display: block;
- margin-top: 5px;
- color: #B2B2B2;
- font-size: 12px;
- line-height: 1.6;
- }
- .word-aux.sm {
- margin-left: 80px;
- }
- .word-aux.mid {
- margin-left: 150px;
- }
- .layui-form-select dl dd.layui-this {
- background-color: #FF6A00;
- }
- .layui-form-checked[lay-skin=primary] i {
- border-color: #FF6A00 !important;
- background-color: #FF6A00;
- color: #fff;
- }
- .layui-form-checkbox[lay-skin=primary]:hover i {
- border-color: #FF6A00;
- }
- .layui-form-radio > i:hover,
- .layui-form-radioed > i {
- color: #FF6A00;
- }
- .layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed > i {
- color: #FF6A00;
- }
- .draggable-element:hover {
- border-color: #FF6A00 !important;
- }
- .draggable-element.selected {
- border-color: #FF6A00 !important;
- box-shadow: 0 0 5px #ffc399;
- }
- .component-list ul li:not(.disabled):hover {
- background: #ffe1cc;
- color: #ff8833 !important;
- }
- .component-list ul li:not(.disabled):hover i {
- color: #ff8833 !important;
- }
- .component-list ul li:not(.disabled):hover span:last-child {
- color: #ff8833;
- }
- .layui-form-switch {
- margin-top: 6px;
- border-radius: 16px;
- border-color: #DDDDDD;
- }
- .layui-form-switch i {
- width: 21px;
- height: 21px;
- border-radius: 25px;
- background-color: #fff;
- position: absolute;
- z-index: 2;
- top: 0;
- left: 1px;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- -webkit-box-shadow: 0 2px 5px #5a5a5a;
- box-shadow: 0 2px 5px #5a5a5a;
- }
- .layui-form-switch.layui-form-onswitch i {
- left: 46px;
- }
- .layui-form-onswitch {
- background-color: #FF6A00;
- }
- .layui-textarea {
- display: inline-block;
- resize: none;
- }
- .layui-textarea::-webkit-scrollbar {
- display: none;
- }
- .form-row {
- margin-top: 20px;
- margin-left: 200px;
- }
- .form-row.sm {
- margin-left: 80px;
- }
- .form-row.mid {
- margin-left: 150px;
- }
- .form-row .layui-btn {
- height: 34px;
- line-height: 34px;
- }
- .upload-img-block.square {
- width: 100px;
- height: 100px;
- }
- .upload-img-block.square .operation i {
- line-height: 90px;
- font-size: 25px !important;
- margin-left: 0 !important;
- margin-right: 10px !important;
- }
- .upload-img-block.square .operation i:last-child {
- margin-right: 0px !important;
- }
- .upload-img-block.square .upload-default .preview_img {
- line-height: 80px;
- }
- .upload-img-block {
- padding: 10px;
- width: 250px;
- height: 120px;
- border: 1px dashed #ddd;
- box-sizing: border-box;
- position: relative;
- /* 长图上传操作 */
- }
- .upload-img-block .replace {
- display: none;
- width: 100%;
- background-color: rgba(0, 0, 0, 0.5);
- bottom: 0;
- left: 0;
- color: #fff;
- position: absolute;
- text-align: center;
- line-height: 2;
- cursor: pointer;
- }
- .upload-img-block:hover .replace {
- display: block;
- }
- .upload-img-block .no-replace {
- color: #fff;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- cursor: pointer;
- }
- .upload-img-block .upload-img-box {
- text-align: center;
- cursor: pointer;
- height: 100%;
- }
- .upload-img-block .upload-img-box .upload-default .preview_img {
- line-height: 80px;
- }
- .upload-img-block .upload-img-box .upload-default .preview_img, .upload-img-block .upload-img-box .upload-default .img_prev {
- max-width: 100%;
- max-height: 100%;
- }
- .upload-img-block .upload-img-box .upload-default .img_prev {
- position: absolute;
- top: 50%;
- /*偏移*/
- left: 50%;
- transform: translate(-50%, -50%);
- max-height: 100%;
- max-width: 100%;
- }
- .upload-img-block .upload-img-box .upload-default .upload {
- position: absolute;
- top: 50%;
- /*偏移*/
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .upload-img-block .upload-img-box .upload-default .iconfont {
- font-size: 30px;
- color: #6D7278;
- }
- .upload-img-block .upload-img-box .upload-default p {
- color: #5a5a5a;
- line-height: 20px;
- white-space: nowrap;
- }
- .upload-img-block .upload-img-box > img {
- position: absolute;
- top: 50%;
- /*偏移*/
- left: 50%;
- transform: translate(-50%, -50%);
- max-height: 100%;
- max-width: 100%;
- }
- .upload-img-block .del {
- background: #999;
- color: #FFFFFF;
- position: absolute;
- border-radius: 50%;
- width: 20px;
- height: 20px;
- font-size: 12px;
- font-style: normal;
- line-height: 18px;
- text-align: center;
- right: -10px;
- top: -10px;
- cursor: pointer;
- z-index: 1;
- display: none;
- }
- .upload-img-block .del.show {
- display: block;
- }
- .upload-img-block .hover:hover .operation {
- display: block;
- }
- .upload-img-block .operation {
- display: none;
- position: absolute;
- left: 0px;
- top: 0px;
- width: calc(100% + 0px);
- height: calc(100% + 0px);
- background-color: rgba(0, 0, 0, 0.5);
- color: #fff;
- }
- .upload-img-block .operation i {
- font-size: 25px !important;
- margin-left: 30px;
- line-height: 120px;
- }
- .upload-img-block .operation i:first-child {
- margin-left: 0px;
- }
- .upload-img-block .operation .replace_img {
- position: absolute;
- bottom: 0;
- width: 100%;
- height: 24px;
- color: #fff;
- background: rgba(0, 0, 0, 0.5);
- font-size: 12px;
- line-height: 24px;
- }
- .upload-img-block .operation .upload-img-block {
- height: 120px;
- }
- .layui-layer-btn .layui-layer-btn0 {
- border-color: #FF6A00 !important;
- background-color: #FF6A00 !important;
- }
- .layui-btn-primary.date-picker-btn.selected {
- background-color: #FF6A00;
- border-color: #FF6A00;
- color: #FFFFFF;
- }
- .layui-layer.layui-layer-dialog.layui-layer-msg {
- z-index: 99999999 !important;
- }
- :root input:-webkit-autofill,
- textarea:-webkit-autofill,
- select:-webkit-autofill {
- box-shadow: 0 0 50px 50px white inset;
- }
- .layui-input-block {
- line-height: 34px;
- }
- .layui-form-item .layui-input-inline {
- width: auto;
- line-height: 34px;
- }
- .layui-form-item {
- margin-bottom: 10px;
- }
- .layui-form-mid, .layui-word-aux {
- display: inline-block;
- height: 34px;
- line-height: 34px;
- padding: 0 !important;
- }
- .layui-input-inline.input-append {
- margin-right: 0;
- }
- .layui-input-inline.input-append .layui-input {
- padding-right: 30px;
- }
- .layui-input-inline.input-append + .layui-form-mid {
- width: 30px !important;
- text-align: center;
- margin-left: -30px;
- }
- .layui-laydate-header i:hover, .layui-laydate-header span:hover {
- color: #FF6A00 !important;
- }
- .layui-laydate .layui-laydate-content .layui-this {
- background-color: #FF6A00 !important;
- }
- .layui-laydate-footer span:hover {
- color: #FF6A00 !important;
- }
- .layui-laydate-footer span[lay-type=date] {
- color: #FF6A00 !important;
- }
- .calendar {
- position: absolute;
- top: 0;
- right: 0;
- width: 34px;
- height: 34px;
- z-index: 0;
- }
- .layui-table-view {
- margin-top: 15px;
- background-color: #fff;
- border: 0;
- }
- .layui-table-view .layui-table[lay-skin=line] {
- width: 100%;
- border: 0;
- }
- .layui-table-view .layui-table thead tr {
- background-color: #fff;
- }
- .layui-table-view .layui-table tbody td > div {
- height: auto !important;
- }
- .layui-table-view .layui-table thead span {
- font-weight: 400;
- color: #333333;
- }
- .layui-table-view .table-btn {
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-end;
- }
- .layui-table-view tr .layui-btn {
- color: #FF6A00;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 23px;
- border-radius: 50px;
- background-color: transparent;
- font-size: 14px;
- text-align: center;
- padding: 2px 2px 2px 8px;
- margin: 5px 0;
- position: relative;
- }
- .table-title {
- display: flex;
- align-items: center;
- }
- .table-title .title-pic {
- flex-shrink: 0;
- display: inline-block;
- width: 50px;
- height: 50px;
- text-align: center;
- line-height: 50px;
- margin-right: 10px;
- }
- .table-title .title-pic img {
- max-width: 100%;
- max-height: 100%;
- }
- .table-title .title-content {
- overflow: hidden;
- flex: 1;
- line-height: 1.8;
- }
- .img-box {
- display: inline-block;
- width: 50px;
- height: 50px;
- text-align: center;
- line-height: 50px;
- }
- .img-box img {
- max-width: 100%;
- max-height: 100%;
- }
- .layui-table-view .layui-table[lay-size=lg] .layui-table-cell {
- height: auto;
- font-size: 14px;
- }
- .layui-table-grid-down {
- display: none;
- }
- .line-hiding {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 1;
- line-clamp: 1;
- -webkit-box-orient: vertical;
- white-space: normal;
- word-break: break-all;
- }
- .multi-line-hiding {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- line-clamp: 2;
- -webkit-box-orient: vertical;
- white-space: normal;
- word-break: break-all;
- line-height: 22px !important;
- max-height: 42px !important;
- }
- .table-bottom {
- border-top: 1px solid #eee;
- padding-top: 10px;
- padding-bottom: 15px;
- position: relative;
- }
- .table-bottom .layui-form-checkbox[lay-skin=primary] {
- padding-left: 24px;
- margin-top: 5px;
- }
- .table-bottom .layui-table-bottom-tool-temp {
- line-height: 34px;
- /* .layui-table-view .layui-form-checkbox {
- padding-left: 15px;
- } */
- }
- .table-bottom .layui-table-bottom-tool-temp .layui-form-checkbox[lay-skin=primary] {
- padding-left: 0;
- }
- .table-bottom .layui-table-bottom-tool-temp .tool-temp-checkbox {
- display: inline-block;
- width: 3%;
- text-align: center;
- }
- .table-bottom .layui-table-bottom-tool-temp .tool-temp-btns {
- display: inline-block;
- margin-left: 10px;
- }
- .table-bottom .layui-btn {
- padding: 0px 5px;
- font-size: 12px;
- line-height: 2 !important;
- height: auto;
- display: inline-block;
- margin-top: 3px;
- }
- .table-bottom .layui-table-page {
- position: absolute;
- right: 0;
- top: 15px;
- width: auto;
- border-top: 0;
- padding: 0 !important;
- height: 34px !important;
- padding-top: 2px !important;
- }
- /* 表格分页颜色 */
- .layui-laypage a:hover {
- color: #FF6A00 !important;
- }
- .layui-laypage .layui-laypage-curr .layui-laypage-em {
- background-color: #FF6A00 !important;
- }
- .layui-laypage input:focus, .layui-laypage select:focus {
- border-color: #FF6A00 !important;
- }
- .layui-table-tool {
- padding: 10px 0;
- background-color: transparent;
- z-index: 1;
- border: 0;
- }
- .layui-table-tool .layui-table-tool-temp {
- padding: 0;
- }
- .layui-table-tool .layui-table-tool-temp .layui-btn {
- padding: 0px 5px;
- font-size: 12px;
- line-height: 2 !important;
- height: auto;
- display: inline-block;
- }
- .layui-table-tool .layui-table-tool-temp .layui-form-checkbox[lay-skin=primary] {
- padding-left: 0;
- }
- .layui-table-tool .layui-table-tool-temp .tool-temp-checkbox {
- display: inline-block;
- width: 3%;
- text-align: center;
- }
- .layui-table-tool .layui-table-tool-temp .tool-temp-btns {
- display: inline-block;
- margin-left: 10px;
- }
- .layui-table-header {
- border: 0;
- }
- .layui-table th {
- font-weight: bold;
- background-color: #F7F7F7;
- }
- .layui-table .table-btn {
- display: flex;
- flex-wrap: wrap;
- }
- .layui-table .layui-btn {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 23px;
- border-radius: 50px;
- background-color: transparent;
- text-align: center;
- padding: 2px 8px 2px 0;
- margin: 5px 0 5px 5px;
- position: relative;
- color: #FF6A00;
- }
- .layui-table.pithy-table {
- margin-top: 15px;
- border: 0;
- }
- .layui-table.pithy-table thead th {
- height: 40px;
- line-height: 40px;
- border: 0;
- border-bottom: 1px solid #e6e6e6;
- }
- .layui-table.pithy-table tbody td {
- min-height: 40px;
- border: 0;
- }
- .layui-table.pithy-table tbody tr {
- border-bottom: 1px solid #e6e6e6;
- }
- .layui-table.pithy-table tbody tr:last-of-type {
- border-bottom: 0;
- }
- .layui-layer {
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
- }
- .layui-layer-shade {
- background-color: #373737 !important;
- opacity: 0.6 !important;
- }
- .layui-layer-page .layui-layer-content {
- overflow: initial !important;
- padding: 20px;
- }
- .layui-layer-page .layui-layer-content .layui-form-selected dl {
- position: absolute;
- }
- .layui-layer-page #layui-layer-photos {
- padding: 0;
- }
- /**************** 颜色选择器 ********************/
- .layui-colorpicker-main .layui-btn-container .layui-btn:last-of-type {
- background-color: #FF6A00;
- }
- .layui-elem-quote {
- position: relative;
- border: 0;
- font-size: 16px;
- background-color: transparent;
- }
- .layui-elem-quote:after {
- content: "";
- position: absolute;
- width: 3px;
- height: 20px;
- background-color: #FF6A00;
- left: 0;
- top: 50%;
- transform: translateY(-50%);
- }
- .card {
- margin-top: 10px;
- padding: 20px;
- background-color: #fff;
- }
- .item-block-parent {
- padding: 20px;
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- background-color: #fff;
- box-sizing: border-box;
- border-radius: 5px;
- /* .item-block-hover-a:hover {
- border-color: transparent;
- box-shadow: 0 0 10px rgba(20, 20, 20, 0.15);
- }
- */
- }
- .item-block-parent .item-block {
- position: relative;
- display: inline-block;
- background: #f7f8fa;
- box-sizing: border-box;
- border-radius: 4px;
- }
- .item-block-parent .item-block:hover {
- background: #f2f3f5;
- }
- .item-block-parent .item-block-wrap {
- padding: 15px;
- display: flex;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .item-block-parent .item-pic {
- flex-shrink: 0;
- width: 40px;
- height: 40px;
- text-align: center;
- line-height: 40px;
- margin-right: 10px;
- }
- .item-block-parent .item-pic img {
- max-width: 100%;
- max-height: 100%;
- }
- .item-block-parent .item-con {
- overflow: hidden;
- height: 40px;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- }
- .item-block-parent .item-con .item-content-title {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- line-height: 20px;
- font-size: 14px;
- color: #666;
- }
- .item-block-parent .item-con .item-content-icon {
- font-size: 12px;
- color: #999;
- margin-top: 2px;
- }
- .item-block-parent .item-con .item-content-icon .label {
- display: inline-block;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- max-width: 66%;
- height: 18px;
- padding-left: 5px;
- padding-right: 5px;
- margin-right: 5px;
- margin-bottom: 5px;
- border: 1px solid #e5e5e5;
- vertical-align: middle;
- line-height: 18px;
- border-radius: 2px;
- }
- .item-block-parent .item-con .item-content-icon img {
- width: 16px;
- height: 16px;
- padding: 2px;
- margin-bottom: 5px;
- }
- .item-block-parent .item-con .item-content-desc {
- line-height: 20px;
- font-size: 12px;
- color: #999;
- }
- .item-block-parent .item-float-wrap {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- opacity: 0;
- transition: all 0.2s;
- }
- .item-block-parent .item-float {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 30px;
- line-height: 30px;
- padding: 0 20px;
- color: #333;
- box-sizing: border-box;
- background-color: #f2f3f5;
- border-top: 1px solid #e5e5e5;
- font-size: 12px;
- display: flex;
- justify-content: space-between;
- }
- .item-block-parent .item-float i {
- display: inline-block;
- width: 8px;
- height: 8px;
- border-radius: 5px;
- }
- .item-block-parent .item-float span {
- margin-left: 5px;
- margin-right: 5px;
- }
- .item-block-parent .item-block-hover:hover {
- border-color: transparent;
- }
- .item-block-parent .item-block-hover:hover .item-float-wrap {
- bottom: -30px;
- opacity: 1;
- z-index: 99;
- }
- .item-block-parent .item-poa-pic {
- position: absolute;
- top: 0;
- right: 0;
- width: 50px;
- height: 50px;
- }
- .item-block-parent .item-poa-pic img {
- width: 50px;
- height: 50px;
- }
- @media screen and (min-width: 1700px) {
- .item-block {
- width: 19%;
- margin-right: 1.25%;
- margin-bottom: 25px;
- }
- .item-block:nth-child(5n) {
- margin-right: 0;
- }
- }
- @media screen and (min-width: 1460px) and (max-width: 1699px) {
- .item-block {
- width: 23.5%;
- margin-right: 2%;
- margin-bottom: 25px;
- }
- .item-block:nth-child(4n) {
- margin-right: 0;
- }
- }
- @media screen and (max-width: 1459px) {
- .item-block {
- width: 31.5%;
- margin-right: 2%;
- margin-bottom: 25px;
- }
- .item-block:nth-child(3n) {
- margin-right: 0;
- }
- }
- /* @media screen and (max-width: 1239px) {
- .item-block {
- width: 49%;
- margin-right: 2%;
- margin-bottom: 25px;
- &:nth-child(2n) {
- margin-right: 0;
- }
- }
- } */
- .category-list .item li:hover, .category-list .item li.selected {
- color: #FF6A00 !important;
- background-color: #f5f5f5;
- }
- .prompt-block {
- display: flex;
- align-items: center;
- }
- .prompt-block .prompt {
- width: 18px;
- height: 18px;
- line-height: 18px;
- position: relative;
- }
- .prompt-block .prompt:hover .prompt-box {
- display: inline-block;
- }
- .prompt-block .prompt .iconfont {
- color: #000;
- font-weight: 100;
- margin-left: 3px;
- cursor: pointer;
- }
- .prompt-block .prompt-box {
- position: absolute;
- top: -20px;
- left: 32px;
- border: 1px solid #e4e4e4;
- width: 280px;
- text-align: left;
- border-radius: 5px;
- background-color: #FFFFFF;
- padding: 15px;
- box-sizing: border-box;
- word-break: break-all;
- color: #666666;
- line-height: 24px;
- z-index: 999;
- display: none;
- font-weight: normal;
- }
- .prompt-block .prompt-box:before, .prompt-block .prompt-box:after {
- content: "";
- display: inline-block;
- border: solid transparent;
- width: 0;
- height: 0;
- border-width: 12px;
- top: 16px;
- position: absolute;
- }
- .prompt-block .prompt-box:before {
- border-right-color: #e4e4e4;
- left: -25px;
- }
- .prompt-block .prompt-box:after {
- border-right-color: #FFFFFF;
- left: -23px;
- }
- .prompt-block .prompt-con {
- width: 100%;
- word-break: break-all;
- white-space: normal;
- }
- .flexbox-fix-btn .btn {
- width: 80px;
- border: 1px solid #DDDDDD;
- color: #666666;
- line-height: 32px;
- background-color: transparent;
- margin: 20px 5px 0;
- cursor: pointer;
- }
- .upload_img_square {
- display: inline-block;
- width: 80px;
- height: 80px;
- line-height: 78px;
- font-size: 30px;
- color: #bbbbbb;
- cursor: pointer;
- border: 1px dashed #ccc;
- border-radius: 5px;
- text-align: center;
- margin-bottom: 10px;
- margin-right: 10px;
- }
- .upload_img_square_item {
- display: inline-block;
- float: left;
- width: 80px;
- height: 80px;
- position: relative;
- border: 1px dashed #e5e5e5;
- text-align: center;
- transition: background-color 0.3s ease;
- margin-bottom: 10px;
- margin-right: 10px;
- }
- .upload_img_square_item:hover {
- border: 1px dashed #ff8143;
- border-radius: 5px;
- }
- .upload_img_square_item:hover .operation {
- display: block;
- }
- .upload_img_square_item .img-wrap {
- width: 80px;
- font-size: 0;
- line-height: 79px;
- border-radius: 5px;
- overflow: hidden;
- }
- .upload_img_square_item .img-wrap img {
- width: calc(100% - 2px);
- height: calc(100% - 2px);
- }
- .upload_img_square_item .operation {
- position: absolute;
- top: 0;
- z-index: 10;
- width: 80px;
- height: 80px;
- line-height: 80px;
- background: rgba(0, 0, 0, 0.5);
- color: #fff;
- cursor: pointer;
- text-align: center;
- display: none;
- }
- .upload_img_square_item .operation i {
- font-size: 20px;
- margin-left: 10px;
- }
- .upload_img_square_item .operation i:first-child {
- margin-left: 0;
- }
- .upload_img_square_item .operation .replace_img {
- position: absolute;
- bottom: 0;
- width: 100%;
- height: 24px;
- color: #fff;
- background: rgba(0, 0, 0, 0.5);
- font-size: 12px;
- line-height: 24px;
- }
- .layui-form-item .layui-table-view {
- margin-top: 0;
- }
- .layui-form-item .layui-form-checkbox[lay-skin=primary] {
- margin-top: 0;
- }
- .layui-form-item .layui-table-tool {
- min-height: 40px;
- padding: 0;
- }
- .layui-table-init .layui-icon {
- position: absolute;
- }
- .layui-layer-tips .layui-layer-content {
- color: #000 !important;
- }
- .icon-preview {
- position: fixed;
- width: 100vw;
- height: 100vh;
- left: 0;
- top: 0;
- z-index: 9999;
- display: flex;
- align-items: center;
- justify-items: center;
- background: rgba(55,55,55,0.6);
- }
- .icon-preview .icon-preview-block {
- width: 100px;
- height: 100px;
- font-size: 100px;
- margin: 0 auto;
- background: #fff;
- }
- @keyframes spin {
- from {
- transform: rotate(0deg);
- }
- to {
- transform: rotate(360deg);
- }
- }
- .common-loading-layer {
- width: 35px;
- height: 35px;
- perspective: 800px;
- transform-style: preserve-3d;
- transition: all 0.2s ease-out;
- border-radius: 50%;
- border: 3px solid;
- border-left-color: var(--base-color);
- border-right-color: #C5C5C5;
- border-top-color: var(--base-color);
- border-bottom-color: #C5C5C5;
- animation: spin 0.6s linear normal infinite;
- display: block;
- }
- .common-loading-layer:before {
- content: ''
- }
|