123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485 |
- body {
- padding-left: 0px;
- padding-right: 0px;
- padding-top: 0px;
- padding-bottom: 0px;
- margin: 0px;display:flex;
- }
- html {
- background-color: #F9F9F9;
- padding-left: 0px;
- padding-right: 0px;
- padding-top: 0px;
- padding-bottom: 0px;
- margin: 0px;
- }
- body {
- background-color: #263949;
- font-family: Verdana, Arial,Vrinda,Tahoma;
- line-height: 2;
- font-size:12px;
- color:#666;
- }
- a {
- color: #555;
- text-decoration:none;
- }
- a:hover {
- color: #0099CC;
- }
- input,
- option{color:#666;}
- img {
- border-top-width: 0px;
- border-right-width: 0px;
- border-bottom-width: 0px;
- border-left-width: 0px;
- display:inline;
- }
- ul{
- margin:0;
- padding:0;
- list-style-position: outside;
- list-style-type: none;
- }
- li{
- margin:0;
- padding:0;
- }
- div{
- margin:0;
- padding:0;
- }
- #left_content {
- clear: both;
- width: 199px;
- }
- #left_content #user_info {
- background-image: url(../images/manage_r2_c1.jpg);
- background-repeat: no-repeat;
- height: 55px;
- padding: 10px 0 0 55px;
- }
- #left_content #user_info a{
- color:#0099CC;
- }
- #left_content #main_nav {
- width: 199px;
- background-image: url(../images/left_nav_bg.jpg);
- background-repeat: repeat-y;
- }
- #left_main_nav {
- float: left;
- width: 25px;
- line-height: 13px;
- color:#0099CC;
- }
- #left_main_nav li{
- height:69px;
- width:12px;
- text-align: center;
- padding: 7px 6px 0 7px;
- }
- .left_back{
- background-image: url(../images/manage_r7_c2.jpg);
- background-repeat: no-repeat;
- cursor:pointer;
- }
- .left_back_onclick{
- background-image: url(../images/manage_r6_c2.jpg);
- background-repeat: no-repeat;
- color:#333333;
- }
- #left_main_nav a{
- color:#0099CC;
- }#right_main_nav {
- width: 173px;
- border-top-width: 1px;
- border-bottom-width: 1px;
- border-top-style: solid;
- border-bottom-style: solid;
- border-top-color: #DDD;
- border-bottom-color: #DDD;
- float: right;
- background-color: #FFFFFF;
- border-right-width: 1px;
- border-right-style: solid;
- border-right-color: #DDD;
- height: 627px;
- text-align: left;
- }
- .list_tilte {
- background-image: url(../images/list_title.gif);
- background-repeat: no-repeat;
- margin: 0 auto;
- clear: both;
- height: 22px;
- width: 140px;
- padding-left: 30px;
- font-weight: bold;
- color: #0099CC;
- margin-top: 9px;
- cursor:pointer;
- }
- .list_tilte_onclick {
- background-image: url(../images/list_title_onclick.gif);
- background-repeat: no-repeat;
- margin: 0 auto;
- clear: both;
- height: 22px;
- width: 140px;
- padding-left: 30px;
- font-weight: bold;
- color: #0099CC;
- margin-top: 9px;
- cursor:pointer;
- }
- .list_detail {
- margin: 0 auto;
- }
- .list_detail li{
- list-style-image: url(../images/direct_blue.gif);
- list-style-position: inside;
- padding: 0 0 0 4px;
- margin:3px 0;
- }
- #switchpic {
- width: 6px;
- cursor:pointer;
- clear: both;
- vertical-align: bottom;
- margin-top: 220px;
- }
- #nav {
- width:99%;
- float:left;
- background-image: url(../images/nav_bg.jpg);
- }
- #nav ul {
- margin:0;
- list-style:none;
- padding: 0;
- }
- #nav li {
- float:left;
- margin:0;
- padding:2px 35px 0 30px;
- line-height:24px;
- font-weight:bold;
- }
- .bg_image{
- background: url(../images/manage_r2_c14.jpg) no-repeat;
- cursor:pointer;
- }
- .bg_image_onclick{
- background: url(../images/manage_r2_c13.jpg) no-repeat;
- color:#0099CC;
- }
- #sub_info {
- width: 99%;
- float:left;
- background-image: url(../images/manage_r3_c11.jpg);
- border-right-width: 1px;
- border-bottom-width: 1px;
- border-left-width: 1px;
- border-right-style: solid;
- border-bottom-style: solid;
- border-left-style: solid;
- border-right-color: #DDD;
- border-bottom-color: #DDD;
- border-left-color: #DDD;
- height: 27px;
- background-repeat: repeat-x;
- padding: 5px 0 0 0;
- }
- .panel{
- width:240px;
- color:#FFF;
- flex-shrink:0;
- box-sizing:border:box;
- font-size:16px;
- font-weight:lighter;
- font-family:"Microsoft Yahei;";
- }
- .panel .logo{
- width:140px;
- margin:20PX 0 50px;
- }
- .panel section{
- padding:20px;
- }
- .panel .code_text{
- color:white;
- font-size:14px;
- }
- .panel .role_text{
- color:white;
- font-size:13px;
- background:url("../images/role.png") 10px center no-repeat;
- padding-left:40px;
- }
- .panel .copyright{
- width:240px;
- font-size:12px;
- margin-left:30px;
- }
- .panel .copyright P{
- margin:0;
- }
- #man_zone {
- width: calc(100% - 241px);
- border:1px solid #DDD;
- background-color:#FFFFFF;
- padding:15px 30px;
- flex-shrink:0; min-height:950px;
- box-sizing:border-box;
- }
- #man_zone table{
- background:#f2f2f2;
- }
- #man_zone table tr{
- background-color:#fff;
- height:50px;
- }
- table.table1 thead tr th{
- background:url(../images/td_bg1.gif) 0 0 repeat-x #F8FCFF;
- font-size:14px;color:#0099CC;
- }
- table.table1 thead tr th a{color:#0099CC}
- table.table1 tbody tr th{font-size:12px;color:#0099CC;}
- table.table1 tfoot tr td{
- height:50px;
- }
- .left_title_1 {
- background-color: #F3F8F7;
- color:#73938E;
- font-weight:bold;
- line-height:30px;
- text-align:right
- }
- .left_title_2 {
- background-color: #fff;
- color:#73938E;
- font-weight:bold;
- line-height:30px;
- text-align:right;
- }
- .ico_edit,
- .ico_magnifier,
- .ico_da,
- .ico_sence,
- .ico_extend{
- display:inline-block;
- height:50px;line-height:50px;font-weight:bold;color:#0099CC;
- background:url(../images/edit.gif) 0 center no-repeat;padding-left:20px;
- }
- .ico_magnifier{
- background:url(../images/magnifier.gif) 0 center no-repeat;
- }
- .ico_extend{
- background:url(../images/guanlian.png) 0 center no-repeat;
- }
- .ico_sence{
- background:url(../images/sence.png) 0 center no-repeat;
- }
- .ico{
- margin-right:10px;
- }
- .ico_da{
- background:url(../images/da.gif) 0 center no-repeat;
- }
- .btn1{
- width:150px;height:32px;border:none;
- color: #FFF;
- background: #9ad48a;
- cursor:pointer;
- border-radius:3px;
- margin-left:10px;
- }
- .txt1{
- border:none;
- width:800px;height:32px;line-height:32px;
- padding:0 3px;font-size:12px;
- outline:none;
- border:1px solid #F0F0F0;
- }
- .txt-short{
- border:none;
- width:350px;height:32px;line-height:32px;
- padding:0 3px;font-size:14px;
- float:left;
- outline:none;
- margin:10px;
- border:1px solid #EEE;
- }
- .txt-short2{
- border:none;
- width:350px;height:32px;line-height:32px;
- padding:0 3px;font-size:14px;
- float:left;
- outline:none;
- }
- .txt2{
- border:1px solid #DBE6E3;
- width:800px;height:360px;line-height:32px;
- padding:3px;overflow:auto;font-size:14px;
- }
- .txt3{
- border:1px solid #DBE6E3;
- width:100px;height:32px;line-height:32px;
- padding:0 3px;font-size:14px;
- float:left;
- margin-right:5px;
- }
- .txt4{
- border:1px solid #DBE6E3;
- width:800px;height:150px;line-height:20px;
- padding:3px;overflow:auto;font-size:14px;
- }
- .txt5{
- border:1px solid #DBE6E3;
- width:300px;height:20px;line-height:20px;
- padding:0 3px;font-size:14px;
- float:left;
- }
- .txt6{
- border:1px solid #DBE6E3;
- width:416px;height:20px;line-height:20px;
- padding:0 3px;font-size:14px;
- float:left;
- }
- .upload-frame{
- border:none;
- width:340px;
- height:26px;
- float:left;
- margin-left:10px;
- box-sizing:content-box;
- padding:0;
- }
- .img{
- float:left;
- border:1px solid #DBE6E3;
- width:280px;
- height:20px;
- line-height:20px;
- padding:0 3px;
- font-size:14px;
- }
- select{border:none;height:32px;color:#666}
- .showpagebox{
- float:right;
- margin-left:10px;
- }
- .showpagebox a{
- float:left;height:20px;border:1px solid #DBE6E3;
- padding:5px 8px;margin:0 4px;
- }
- .showpagebox a:hover,
- .showpagebox a.current{
- background:#F3F8F7;
- }
- .showpagebox #Pagego,
- .searchbox #keys{
- border:1px solid #DBE6E3;
- width:30px;height:20px;line-height:20px;
- padding:0 3px;text-align:center;
- float:left;
- }
- .searchbox #searchgo{
- float:left;width:22px;height:22px;color:#61A1B4;margin:0 4px;
- background:url(../images/ico_search.gif) 0 0 no-repeat;
- border:none;font-size:1px;letter-spacing:-999px;cursor:pointer;
- }
- .searchbox{
- float:right;
- }
- .searchbox #keys{
- width:150px;text-align:left;
- }
- .tools_pro{background:url(../images/icos1.gif) center center no-repeat}
- #sp{width:400px;}
- .list{
- overflow:hidden;}
-
- .list li{
- width:20%;
- float:left;
- box-sizing:border-box;
- padding:5px 10px;
- }
- .wrapper ul{
- overflow-y:scroll;
- height: 480px;
- }
- .wrapper ul li{
- line-height:175%;
- padding:0px 10px;
- }
- .wrapper ul li:hover{
- background:#F5F5F5;
- }
- .wrapper_left,
- .wrapper_right{
- width:45%;
- height:90vh;
- float:left;
- border:1px solid #DDD;
- box-sizing:border-box;
- }
- .wrapper_center{
- width:10%;
- height:500px;
- float:left;
- }
- .wrapper-head{
- background: url(../images/td_bg1.gif) 0 0 repeat-x #F8FCFF;
- height: 30px;
- font-size: 14px;
- line-height: 30px;
- color: #0099CC;
- text-align:center;
- border-bottom:1px solid #ddd;
- }
- .submit-wapper{
- text-align:center;
- }
- #galpop{
- padding:10px;
- box-sizing:border-box;
- }
- .class-list li{
- display:block;
- width:100%;
- margin-top:5px;
- height:26px;
- }
- .addSubClass{
- background:url(../images/Addnew.png) left center no-repeat;
- border:none;
- width:20px;
- height:20px;
- }
- .removeSubClass{
- background:url(../images/remove.png) left center no-repeat;
- border:none;
- width:20px;
- height:20px;
- margin-left:15px;
- }
-
- .tab-nav ul{
- display:flex;
- display: -webkit-flex;
- flex-wrap:nowrap;
- justify-content: flex-start;
- overflow:hidden;
- align-items:flex-end;
- }
-
- .tab-nav ul li{
- width:120px;
- text-align:center;
- height:50px;
- line-height:50px;
- background:#EEE;
- border-bottom:1px solid #eee;
- border-right:1px solid #DDD;
- flex-grow:1;
- }
- .tab-nav ul li:last-child{
- border-right:none;
- }
- .tab-nav ul li.active{
- font-size:14px;
- font-weight:bold;
- color:#0099CC;
- background:#d8ffff;
- }
- .tab-panel{
- position:relative;
- }
- .tab-panel .panel{
- display:none;
- position:absolute;
- top:0;
- left:0;
- padding:20px;
- width:100%;
- box-sizing:border-box;
- }
- .tab-panel .panel.active{
- display:block;
- }
- .tab-panel .property-list{
- width:100%;
- overflow:hidden;
- }
- .tab-panel .property-list li,
- .tab-panel .brand-list li,
- .tab-panel .device-list li{
- float:left;
- width:20%;
- line-height:30px;
- }
- .tab-footer{
- position:absolute;
- bottom:0;
- width:100%;
- border-top:1px solid #DDD;
- height:80px;
- }
- .tab-footer .tab-button{
- margin:20px;
- padding:10px 20px;
- border:none;
- background:#ddd;
- border-radius:5px;
- }
- .tab-footer .tab-button:hover{
- background:#0099CC;
- color:#FFF;
- }
- .tel{
- background:url("../images/phone.png") 10px center no-repeat;
- padding-left:50px;
- }
- .mail{
- background:url("../images/mail.png") 10px center no-repeat;
- padding-left:50px;
- }
- .wechat{
- background:url("../images/wechat.png") 10px center no-repeat;
- padding-left:50px;
- }
- .whatsapp{
- background:url("../images/whatsapp.png") 10px center no-repeat;
- padding-left:50px;
- }
- .linkedin{
- background:url("../images/linkedin.png") 10px center no-repeat;
- padding-left:50px;
- }
- .facebook{
- background:url("../images/facebook.png") 10px center no-repeat;
- padding-left:50px;
- }.alibaba{
- background:url("../images/aliwangwang.png") 10px center no-repeat;
- padding-left:50px;
- }
- table.table1 thead tr th select{
- text-align:center;
- height:32px;
- width:100%;
- }
- table.table1 thead tr th select option{
- text-align:center;
- }
- .lxfs{
- line-height:2em;
- font-size:13px;
- }
- .lxfs .tel{
- background:url("../images/phone.png") 10px center no-repeat;
- padding-left:35px;
- }
- .panel dl{border-left:3px solid #A3E1D4;}
- .panel dl dt{
- font-size:13px;
- color:#FFF;
- margin-left:30px;
- }
- .panel dl dt a{
- color:#FFF;
- }
- .panel dl dt .list-wraper{
- font-size:12px;
- color:#FFF;
- margin:5px 0 10px 10px;
- display:none;
- }
- .panel dl dt .list-wraper a{
- display:block;
- }
- .panel dl dt .list-wraper a:before{
- content:'';
- display:inline-block;
- border:5px solid;
- border-color:transparent;
- }
- .panel dl dt .list-wraper a:hover:before{
- content:'';
- display:inline-block;
- border:5px solid;
- border-color:transparent transparent transparent white;
- }
- .layui-input-inline{
- width:250px;
- height:38px;
- }
- .ySearchSelect{
- height: 32px;
- position: relative;
- }
- .ySearchSelect i.layui-edge{
- z-index: 1;
- }
- .ySearchSelect i.select{
- -webkit-transform: rotate(180deg);
- -o-transform: rotate(180deg);
- -moz--transform: rotate(180deg);
- transform: rotate(180deg);
- margin-top: -8px;
- }
- .ySearchSelect .layui-input{
- line-height: 36px;
- position: relative;
- z-index: 1;
- width:200px;
- font-size:14px;
- height:36px;
- border:none;
- Padding-left:5px;
- background:url("/images/arrow-down-bold.svg") right center no-repeat;
- }
- .ySearchSelect .input-text{
- line-height: 32px;
- position: absolute;
- top: 44px;
- left: 1px;
- z-index: 3;
- display: none;
- background-color: #FFF;
- }
- .ySearchSelect .input-text input{
- width: 96%;
- margin-left: 2%;
- height: 32px;
- line-height: 32px;
- border:1px solid #DBE6E3;
- border-radius:5px;
- font-size:12px;
- }
- .ySearchSelect .input-text .iconfont{
- line-height: 36px;
- color: #999;
- position: absolute;
- top: 0px;
- right: 4%;
- z-index: 2;
- }
- .ySearchSelect ul{
- display: none;
- width: 100%;
- max-height: 228px;
- position: relative;
- top: 0px;
- z-index: 2;
- background-color: #fff;
- border: 1px solid #d2d2d2;
- margin-top: -1px;
- padding: 5px 0;
- padding-top: 40px;
- overflow-x: hidden;
- overflow-y: auto;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .ySearchSelect ul li{
- width: 100%;
- height: 36px;
- line-height: 36px;
- padding: 0 10px;
- cursor: pointer;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .ySearchSelect ul li.active{
- background-color: #009688 !important;
- color: #FFF;
- }
- .ySearchSelect ul p{
- width: 100%;
- height: 36px;
- line-height: 36px;
- text-align: center;
- padding: 0 10px;
- color: #999;
- cursor: pointer;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .ySearchSelect ul li.on{
- display: block;
- }
- .ySearchSelect ul li.hide{
- display: none;
- }
- .ySearchSelect ul li:hover{
- background-color: #f0f0f0;
- }
- .clear:before,
- .clear:after{
- content:'';
- display:block;
- clear:both;
- width:100%;
- height:0;
- overflow:hidden;
- }
- .searchForm{
- min-height:100px;
- width:720px;
- }
- .homeSearch{
- margin: 360px auto 50px;
- }
- .resultSearch{
- margin: 50px auto;
- }
- .searchForm .keywords{
- display:inline-block;
- border:1px solid #ccc;
- border-top-left-radius:10px;
- border-bottom-left-radius:10px;
- border-right:none;
- width: 480px!important;
- padding-right: 48px!important;
- padding-left:10px;
- line-height:36px;
- height:36px;
- float:left;
- outline:none;
- }
- .searchForm .keywords:focus{
- border:1px solid #9ad48a;
- border-top-left-radius:10px;
- border-bottom-left-radius:10px;
- }
- .searchForm .searchSubmit{
- float:left;
- height:40px;
- float:left;
- width:120px;
- border-top-right-radius:10px;
- border-bottom-right-radius:10px;
- color:#FFF;
- background:#9ad48a;
- font-size:16px;
- border:2px solid #9ad48a;
- }
- .highline{
- color:red;
- }
- .contacts{
- padding: 20px;
- }
- #man_zone table tr.tableHead{
- background: url(../images/td_bg1.gif) 0 0 repeat-x #F8FCFF;
- height: 35px;
- font-size: 14px;
- color: #0099CC;
- }
- .fastSelect{
- padding:15px 20px;
- overflow:hidden;
- }
- .fastSelect h1{
- font-size:20px;
- display:block;
- border-bottom:1px solid #9ad48a;
- margin-bottom:30px;
- }
- .fastSelect .selectItem{
- width:33.33%;
- float:left;
- margin-bottom:20px;
- }
- .fastSelect .selectItem label{
- display:inline-block;
- height:40px;
- width:80px;
- padding-left:10px;
- font-size:15px;
- }
- .fastSelect .selectItem label:after{
- content:":";
- }
- .fastSelect .selectItem select{
- width:180px;
- border-bottom:1px solid #DDD;
- }
- select option{
- padding:3px 10px;
- }
- .inputSearch{
- width:33.33%;
- float:left;
- }
- .inputSearch .inputTxt{
- height:30px;
- border: 1px solid #DBE6E3;
- border-top-left-radius:10px;
- border-bottom-left-radius:10px;
- padding-LEFT:10px;
- width:200px;
- outline:none;
- }
- .inputSearch .searchgo{
- height:35px;
- border:none;
- width:80px;
- text-align:center;
- border-top-right-radius:10px;
- border-bottom-right-radius:10px;
- color: #FFF;
- background: #9ad48a;
- font-size: 16px;
- }
- .table1 .notepanel{
- background:#EEE;
- display:none;
- }
- .table1 .notepanel.active{
- display:block;
- }
- .flex{
- display:flex;
- flex-wrap:nowrap;
- justify-content:space-around;
- }
- .table2{
- box-sizing:border-box;
- }
- .table2 .theader{
- background: url(../images/td_bg1.gif) 0 0 repeat-x #F8FCFF;
- height: 50px;
- line-height:50px;
- font-size: 14px;
- color: #0099CC;
- border-bottom:2Px solid #ccc;
- }
- .table2 .tline{
- height: 50px;
- line-height:50px;
- border-bottom:1px solid #eee;
- }
- .table2 .tline:hover{
- background:#FCFCFC;
- }
- .table2 .col1{
- width:4%;
- float:left;
- text-align:center;
- height: 35px;
- line-height:42px;
- padding-top:14px;
- }
- .table2 .col2{
- width:6%;
- float:left;
- text-align:center;
- height: 50px;
- }
- .table2 .col3{
- width:calc(20% - 30px);
- float:left;
- height: 50px;
- line-height:50px;
- cursor:pointer;
- padding-left:30px;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
- .tline .col3:before{
- content:'';
- display:inline-block;
- border:6px solid;
- border-color:transparent transparent transparent #9ad48a;
- transition:all 0.8s;
- transform-origin:0 50%;
- }
- .tline .open.col3:before{
- transform:rotate(450deg);
- }
- .table2 .col4,
- .table2 .col5,
- .table2 .col6{
- width:10%;
- float:left;
- text-align:center;
- height: 50px;
- line-height:50px;
- white-space:nowrap;
- text-overflow:ellipsis;
- overflow:hidden;
- }
- .table2 .col20{
- width:20%;
- float:left;
- text-align:center;
- height: 50px;
- line-height:50px;
- white-space:nowrap;
- text-overflow:ellipsis;
- overflow:hidden;
- }
- .table2 .col7,
- .table2 .col8{
- width:15%;
- float:left;
- text-align:center;
- height: 50px;
- line-height:50px;
- }
- .table2 .col9{
- width:calc(10% - 10px);
- float:left;
- text-align:center;
- height: 50px;
- line-height:50px;
- }
- .table2 .col10{
- width:calc(14% - 9px);
- float:left;
- text-align:center;
- height:50px;
- line-height:50px;
- }
- .table2 .col11{
- width:calc(16% - 7px);
- float:left;
- text-align:center;
- height: 50px;
- line-height:50px;
- }
- .table2 .colmark{
- width:10%;
- float:left;
- text-align:center;
- height: 50px;
- line-height:50px;
- }
- .table2 .colmark span{
- display:inline-block;
- width:80%;
- height:20px;
- }
- .table2 .notepanel{
- width:calc(100% - 2px);
- background:#EEE;
- display:none;
- border:1px solid #FFF;
- }
- .table2 .notepanel .noteItem{
- width:calc(10% + 1px);
- text-align:center;
- float:left;
- padding-top:20px;
- box-sizing:border-box;
- }
- .table2 .notepanel .noteItem2{
- width:10%;
- text-align:center;
- float:left;
- padding-top:20px;
- box-sizing:border-box;
- }
- .table2 .notepanel .lx{
- position:relative;
- float:left;
- padding:20px;
- width:calc(30% + 4px);
- box-sizing:border-box;
- }
- .table2 .notepanel .notecontent{
- width:calc(50% - 6px);
- float:left;
- padding:20px;
- box-sizing:border-box;
- min-height:100px;
- }
- .taglist span{
- position:relative;
- display:inline-block;
- padding:2px 22px 2px 10px;
- border-radius:10px;
- margin:7.5px 10px 7.5px 0;
- background:#9ad48a;
- color:#FFF;
- }
- .taglist span:hover{
- background:#666;
- }
- .taglist span:after{
- content:"x";
- position:absolute;
- right:6px;
- color:#FFF;
- }
- .tagCloundHead{
- display:block;
- margin:100px auto;
- border-bottom:1px solid #DDD;
- font-size:36px;
- color:#ccc;
- text-align:center;
- width:50%;
- }
- .tagCloundHead2{
- display:block;
- margin:80px 0;
- border-bottom:1px solid #DDD;
- font-size:20px;
- text-align:center;
- width:200px;
- }
- .tagArea{
- display:flex;
- flex-wrap:wrap;
- justify-content:space-around;
- align-items:center;
- }
- .tagArea a{
- display:block;
- color:#fff;
- padding:10px 20px;
- border-radius:10px;
- margin:15px;
- }
- .tagArea a:nth-child(10n+1){
- background:#019fe8;
- }
- .tagArea a:nth-child(10n+2){
- background:#ff9000;
- }
- .tagArea a:nth-child(10n+3){
- background:#ff6201;
- }
- .tagArea a:nth-child(10n+4){
- background:#2771b2
- }
- .tagArea a:nth-child(10n+5){
- background:#008f5a
- }
- .tagArea a:nth-child(10n+6){
- background:#c7007d;
- }
- .tagArea a:nth-child(10n+7){
- background:#008f5a;
- }
- .tagArea a:nth-child(10n+8){
- background:#454da0;
- }
- .tagArea a:nth-child(10n+9){
- background:#8bc800;
- }
- .dashboardHead{
- display:block;
- margin:30px auto;
- border-bottom:1px solid #DDD;
- font-size:24px;
- color:#ccc;
- text-align:center;
- width:50%;
- line-height:3em;
- }
- .dashPanel1{
- width:44%;
- margin:2%;
- border: 1px solid #DDD;
- border-radius: 10px;
- background:#fff;
- float:left;
- min-width:700px;
- }
- .dashPanel1 h3{
- text-align:center;
- display:block;
- width:100%;
- }
- .syncphone{
- display:inline-block;
- margin-left:10px;
- color:#0099CC;
- }
- .newCustomer{
- background:#b9f2ec;
- }
- .commontag{
- margin:10px 0;
- float:left;
- }
- i.tag{
- display:inline-block;
- padding:0 15px;
- line-height:1.75em;
- border:1px solid #DDD;
- border-radius:10px;
- margin:0 5px 5px;
- font-style: normal;
- }
- .marginspace{
- margin:10px 0;
- }
- i.tag:hover{
- background: #9ad48a;
- color: #FFF;
- }
- .coltag span{
- display:inline-block;
- color: #666;
- margin:7.5px;
- line-height: 2em;
- border: 1px solid #DDD;
- border-radius: 10px;
- padding:0 10px;
- }
- .coltag span.active{
- background: #9ad48a;
- color: #FFF;
- }
- .taghead:before{
- content:"标签:";
- }
- .colormark{
- position:relative;
- }
- .colormark .colorlist{
- position:relative;
- width:100%;
- height:36px;
- margin:auto;
- display:none;
- margin-top:6px;
- }
- .colormark .colorlist li{
- width:14px;
- height:14px;
- display:inline-block;
- border-radius:50%;
- margin:0 2px;
- cursor:pointer;
- box-shadow: 2px 2px 5px #ccc;
- border:none;
- }
- .colorlist .color1 {
- background:RGBA(185,242,236,0.6);
- }
- .colorlist .color2{
- background:RGBA(185,241,204,0.6);
- }
- .colorlist .color3{
- background:RGBA(242,241,185,0.8);
- }
- .colorlist .color4{
- background:RGBA(242,185,228,0.6);
- }
- .colorlist .color0{
- background:white;
- }
- .color1 .slidepanel{
- background:RGBA(185,242,236,0.6);
- }
- .color2 .slidepanel{
- background:RGBA(185,241,204,0.6);
- }
- .color3 .slidepanel{
- background:RGBA(242,241,185,0.6);
- }
- .color4 .slidepanel{
- background:RGBA(242,185,228,0.6);
- }
- .color0 .slidepanel{
- background:white;
- }
- .teamStatistics{
- width:100%;
- text-align:center;
- border-collapse:collapse;
- }
- .handover{
- margin-left:8px;
- display:inline;
- margin-bottom:-5px;
- }
- .selectProduct,
- .selectnum{
- display:none;
- }
- .nosale{
- text-align:center;
- font-size:15px;
- }
- .pricecontrol{
- text-align:center;
- font-size:14px;
- }
- .pricecontrol td img{
- max-height:80px;
- }
- .pricecontrol li{
- line-height:40px;
- display:block;
- }
- .pricecontrol li:nth-child(2n){
- background:#F2F2F2;
- }
- .pricecontrol li .unit{
- display:inline-block;
- padding:0 20px 0 5px;
- }
- .pricecontrol li .price{
- display:inline-block;
- padding:0 10px 0 20px;
- }
- .new:after{
- content:"New";
- position:absolute;
- font-size:10px;
- color:#fff;
- margin-left:8px;
- animation: shine;
- animation-duration:0.3s;
- animation-iteration-count: infinite;
- }
- @keyframes shine{
- 0%{opacity:0.5;}
- 100%{opacity:1;}
- }
- .claim,
- .claim1{
- display: inline-block;
- height: 34px;
- line-height: 34px;
- font-weight: bold;
- color: #0099CC;
- background: url(../images/claim.svg) 0 center no-repeat;
- background-size:20px;
- padding-left: 30px;
- }
- @media only screen and (max-width:1300px) {
- .table2{font-size:11px;}
- .table2 .theader{font-size:10px;}
- .table2 .col3{width: calc(26% - 30px);padding-left: 15px;}
- .table2 .col4, .table2 .col5{
- width:7.5%;
- }
- }
- .statement{
- position:relative;
- font-size:12px;
- -webkit-background-clip: text;
- margin:10px 30px;
- text-align:center;
- background: linear-gradient(to bottom,black, white);
- background-clip: text;
- animation:flashcolor 5s infinite alternate;
- }
- @keyframes flashcolor{
- 0% {background-position:0 0;}
- 100% {background-position:200px 200px;}
- }
- .postchkbox{margin-top:20px;}
|