common.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485
  1. body {
  2. padding-left: 0px;
  3. padding-right: 0px;
  4. padding-top: 0px;
  5. padding-bottom: 0px;
  6. margin: 0px;display:flex;
  7. }
  8. html {
  9. background-color: #F9F9F9;
  10. padding-left: 0px;
  11. padding-right: 0px;
  12. padding-top: 0px;
  13. padding-bottom: 0px;
  14. margin: 0px;
  15. }
  16. body {
  17. background-color: #263949;
  18. font-family: Verdana, Arial,Vrinda,Tahoma;
  19. line-height: 2;
  20. font-size:12px;
  21. color:#666;
  22. }
  23. a {
  24. color: #555;
  25. text-decoration:none;
  26. }
  27. a:hover {
  28. color: #0099CC;
  29. }
  30. input,
  31. option{color:#666;}
  32. img {
  33. border-top-width: 0px;
  34. border-right-width: 0px;
  35. border-bottom-width: 0px;
  36. border-left-width: 0px;
  37. display:inline;
  38. }
  39. ul{
  40. margin:0;
  41. padding:0;
  42. list-style-position: outside;
  43. list-style-type: none;
  44. }
  45. li{
  46. margin:0;
  47. padding:0;
  48. }
  49. div{
  50. margin:0;
  51. padding:0;
  52. }
  53. #left_content {
  54. clear: both;
  55. width: 199px;
  56. }
  57. #left_content #user_info {
  58. background-image: url(../images/manage_r2_c1.jpg);
  59. background-repeat: no-repeat;
  60. height: 55px;
  61. padding: 10px 0 0 55px;
  62. }
  63. #left_content #user_info a{
  64. color:#0099CC;
  65. }
  66. #left_content #main_nav {
  67. width: 199px;
  68. background-image: url(../images/left_nav_bg.jpg);
  69. background-repeat: repeat-y;
  70. }
  71. #left_main_nav {
  72. float: left;
  73. width: 25px;
  74. line-height: 13px;
  75. color:#0099CC;
  76. }
  77. #left_main_nav li{
  78. height:69px;
  79. width:12px;
  80. text-align: center;
  81. padding: 7px 6px 0 7px;
  82. }
  83. .left_back{
  84. background-image: url(../images/manage_r7_c2.jpg);
  85. background-repeat: no-repeat;
  86. cursor:pointer;
  87. }
  88. .left_back_onclick{
  89. background-image: url(../images/manage_r6_c2.jpg);
  90. background-repeat: no-repeat;
  91. color:#333333;
  92. }
  93. #left_main_nav a{
  94. color:#0099CC;
  95. }#right_main_nav {
  96. width: 173px;
  97. border-top-width: 1px;
  98. border-bottom-width: 1px;
  99. border-top-style: solid;
  100. border-bottom-style: solid;
  101. border-top-color: #DDD;
  102. border-bottom-color: #DDD;
  103. float: right;
  104. background-color: #FFFFFF;
  105. border-right-width: 1px;
  106. border-right-style: solid;
  107. border-right-color: #DDD;
  108. height: 627px;
  109. text-align: left;
  110. }
  111. .list_tilte {
  112. background-image: url(../images/list_title.gif);
  113. background-repeat: no-repeat;
  114. margin: 0 auto;
  115. clear: both;
  116. height: 22px;
  117. width: 140px;
  118. padding-left: 30px;
  119. font-weight: bold;
  120. color: #0099CC;
  121. margin-top: 9px;
  122. cursor:pointer;
  123. }
  124. .list_tilte_onclick {
  125. background-image: url(../images/list_title_onclick.gif);
  126. background-repeat: no-repeat;
  127. margin: 0 auto;
  128. clear: both;
  129. height: 22px;
  130. width: 140px;
  131. padding-left: 30px;
  132. font-weight: bold;
  133. color: #0099CC;
  134. margin-top: 9px;
  135. cursor:pointer;
  136. }
  137. .list_detail {
  138. margin: 0 auto;
  139. }
  140. .list_detail li{
  141. list-style-image: url(../images/direct_blue.gif);
  142. list-style-position: inside;
  143. padding: 0 0 0 4px;
  144. margin:3px 0;
  145. }
  146. #switchpic {
  147. width: 6px;
  148. cursor:pointer;
  149. clear: both;
  150. vertical-align: bottom;
  151. margin-top: 220px;
  152. }
  153. #nav {
  154. width:99%;
  155. float:left;
  156. background-image: url(../images/nav_bg.jpg);
  157. }
  158. #nav ul {
  159. margin:0;
  160. list-style:none;
  161. padding: 0;
  162. }
  163. #nav li {
  164. float:left;
  165. margin:0;
  166. padding:2px 35px 0 30px;
  167. line-height:24px;
  168. font-weight:bold;
  169. }
  170. .bg_image{
  171. background: url(../images/manage_r2_c14.jpg) no-repeat;
  172. cursor:pointer;
  173. }
  174. .bg_image_onclick{
  175. background: url(../images/manage_r2_c13.jpg) no-repeat;
  176. color:#0099CC;
  177. }
  178. #sub_info {
  179. width: 99%;
  180. float:left;
  181. background-image: url(../images/manage_r3_c11.jpg);
  182. border-right-width: 1px;
  183. border-bottom-width: 1px;
  184. border-left-width: 1px;
  185. border-right-style: solid;
  186. border-bottom-style: solid;
  187. border-left-style: solid;
  188. border-right-color: #DDD;
  189. border-bottom-color: #DDD;
  190. border-left-color: #DDD;
  191. height: 27px;
  192. background-repeat: repeat-x;
  193. padding: 5px 0 0 0;
  194. }
  195. .panel{
  196. width:240px;
  197. color:#FFF;
  198. flex-shrink:0;
  199. box-sizing:border:box;
  200. font-size:16px;
  201. font-weight:lighter;
  202. font-family:"Microsoft Yahei;";
  203. }
  204. .panel .logo{
  205. width:140px;
  206. margin:20PX 0 50px;
  207. }
  208. .panel section{
  209. padding:20px;
  210. }
  211. .panel .code_text{
  212. color:white;
  213. font-size:14px;
  214. }
  215. .panel .role_text{
  216. color:white;
  217. font-size:13px;
  218. background:url("../images/role.png") 10px center no-repeat;
  219. padding-left:40px;
  220. }
  221. .panel .copyright{
  222. width:240px;
  223. font-size:12px;
  224. margin-left:30px;
  225. }
  226. .panel .copyright P{
  227. margin:0;
  228. }
  229. #man_zone {
  230. width: 100%;/*calc(100% - 241px);*/
  231. border:1px solid #DDD;
  232. background-color:#FFFFFF;
  233. padding:15px 30px;
  234. flex-shrink:0; min-height:950px;
  235. box-sizing:border-box;
  236. }
  237. #man_zone table{
  238. background:#f2f2f2;
  239. }
  240. #man_zone table tr{
  241. background-color:#fff;
  242. height:50px;
  243. }
  244. table.table1 thead tr th{
  245. background:url(../images/td_bg1.gif) 0 0 repeat-x #F8FCFF;
  246. font-size:14px;color:#0099CC;
  247. }
  248. table.table1 thead tr th a{color:#0099CC}
  249. table.table1 tbody tr th{font-size:12px;color:#0099CC;}
  250. table.table1 tfoot tr td{
  251. height:50px;
  252. }
  253. .left_title_1 {
  254. background-color: #F3F8F7;
  255. color:#73938E;
  256. font-weight:bold;
  257. line-height:30px;
  258. text-align:right
  259. }
  260. .left_title_2 {
  261. background-color: #fff;
  262. color:#73938E;
  263. font-weight:bold;
  264. line-height:30px;
  265. text-align:right;
  266. }
  267. .ico_edit,
  268. .ico_magnifier,
  269. .ico_da,
  270. .ico_sence,
  271. .ico_extend{
  272. display:inline-block;
  273. height:50px;line-height:50px;font-weight:bold;color:#0099CC;
  274. background:url(../images/edit.gif) 0 center no-repeat;padding-left:20px;
  275. }
  276. .ico_magnifier{
  277. background:url(../images/magnifier.gif) 0 center no-repeat;
  278. }
  279. .ico_extend{
  280. background:url(../images/guanlian.png) 0 center no-repeat;
  281. }
  282. .ico_sence{
  283. background:url(../images/sence.png) 0 center no-repeat;
  284. }
  285. .ico{
  286. margin-right:10px;
  287. }
  288. .ico_da{
  289. background:url(../images/da.gif) 0 center no-repeat;
  290. }
  291. .btn1{
  292. width:150px;height:32px;border:none;
  293. color: #FFF;
  294. background: #9ad48a;
  295. cursor:pointer;
  296. border-radius:3px;
  297. margin-left:10px;
  298. }
  299. .txt1{
  300. border:none;
  301. width:800px;height:32px;line-height:32px;
  302. padding:0 3px;font-size:12px;
  303. outline:none;
  304. border:1px solid #F0F0F0;
  305. }
  306. .txt-short{
  307. border:none;
  308. width:350px;height:32px;line-height:32px;
  309. padding:0 3px;font-size:14px;
  310. float:left;
  311. outline:none;
  312. margin:10px;
  313. border:1px solid #EEE;
  314. }
  315. .txt-short2{
  316. border:none;
  317. width:350px;height:32px;line-height:32px;
  318. padding:0 3px;font-size:14px;
  319. float:left;
  320. outline:none;
  321. }
  322. .txt2{
  323. border:1px solid #DBE6E3;
  324. width:800px;height:360px;line-height:32px;
  325. padding:3px;overflow:auto;font-size:14px;
  326. }
  327. .txt3{
  328. border:1px solid #DBE6E3;
  329. width:100px;height:32px;line-height:32px;
  330. padding:0 3px;font-size:14px;
  331. float:left;
  332. margin-right:5px;
  333. }
  334. .txt4{
  335. border:1px solid #DBE6E3;
  336. width:800px;height:150px;line-height:20px;
  337. padding:3px;overflow:auto;font-size:14px;
  338. }
  339. .txt5{
  340. border:1px solid #DBE6E3;
  341. width:300px;height:20px;line-height:20px;
  342. padding:0 3px;font-size:14px;
  343. float:left;
  344. }
  345. .txt6{
  346. border:1px solid #DBE6E3;
  347. width:416px;height:20px;line-height:20px;
  348. padding:0 3px;font-size:14px;
  349. float:left;
  350. }
  351. .upload-frame{
  352. border:none;
  353. width:340px;
  354. height:26px;
  355. float:left;
  356. margin-left:10px;
  357. box-sizing:content-box;
  358. padding:0;
  359. }
  360. .img{
  361. float:left;
  362. border:1px solid #DBE6E3;
  363. width:280px;
  364. height:20px;
  365. line-height:20px;
  366. padding:0 3px;
  367. font-size:14px;
  368. }
  369. select{border:none;height:32px;color:#666}
  370. .showpagebox{
  371. float:right;
  372. margin-left:10px;
  373. }
  374. .showpagebox a{
  375. float:left;height:20px;border:1px solid #DBE6E3;
  376. padding:5px 8px;margin:0 4px;
  377. }
  378. .showpagebox a:hover,
  379. .showpagebox a.current{
  380. background:#F3F8F7;
  381. }
  382. .showpagebox #Pagego,
  383. .searchbox #keys{
  384. border:1px solid #DBE6E3;
  385. width:30px;height:20px;line-height:20px;
  386. padding:0 3px;text-align:center;
  387. float:left;
  388. }
  389. .searchbox #searchgo{
  390. float:left;width:22px;height:22px;color:#61A1B4;margin:0 4px;
  391. background:url(../images/ico_search.gif) 0 0 no-repeat;
  392. border:none;font-size:1px;letter-spacing:-999px;cursor:pointer;
  393. }
  394. .searchbox{
  395. float:right;
  396. }
  397. .searchbox #keys{
  398. width:150px;text-align:left;
  399. }
  400. .tools_pro{background:url(../images/icos1.gif) center center no-repeat}
  401. #sp{width:400px;}
  402. .list{
  403. overflow:hidden;}
  404. .list li{
  405. width:20%;
  406. float:left;
  407. box-sizing:border-box;
  408. padding:5px 10px;
  409. }
  410. .wrapper ul{
  411. overflow-y:scroll;
  412. height: 480px;
  413. }
  414. .wrapper ul li{
  415. line-height:175%;
  416. padding:0px 10px;
  417. }
  418. .wrapper ul li:hover{
  419. background:#F5F5F5;
  420. }
  421. .wrapper_left,
  422. .wrapper_right{
  423. width:45%;
  424. height:90vh;
  425. float:left;
  426. border:1px solid #DDD;
  427. box-sizing:border-box;
  428. }
  429. .wrapper_center{
  430. width:10%;
  431. height:500px;
  432. float:left;
  433. }
  434. .wrapper-head{
  435. background: url(../images/td_bg1.gif) 0 0 repeat-x #F8FCFF;
  436. height: 30px;
  437. font-size: 14px;
  438. line-height: 30px;
  439. color: #0099CC;
  440. text-align:center;
  441. border-bottom:1px solid #ddd;
  442. }
  443. .submit-wapper{
  444. text-align:center;
  445. }
  446. #galpop{
  447. padding:10px;
  448. box-sizing:border-box;
  449. }
  450. .class-list li{
  451. display:block;
  452. width:100%;
  453. margin-top:5px;
  454. height:26px;
  455. }
  456. .addSubClass{
  457. background:url(../images/Addnew.png) left center no-repeat;
  458. border:none;
  459. width:20px;
  460. height:20px;
  461. }
  462. .removeSubClass{
  463. background:url(../images/remove.png) left center no-repeat;
  464. border:none;
  465. width:20px;
  466. height:20px;
  467. margin-left:15px;
  468. }
  469. .tab-nav ul{
  470. display:flex;
  471. display: -webkit-flex;
  472. flex-wrap:nowrap;
  473. justify-content: flex-start;
  474. overflow:hidden;
  475. align-items:flex-end;
  476. }
  477. .tab-nav ul li{
  478. width:120px;
  479. text-align:center;
  480. height:50px;
  481. line-height:50px;
  482. background:#EEE;
  483. border-bottom:1px solid #eee;
  484. border-right:1px solid #DDD;
  485. flex-grow:1;
  486. }
  487. .tab-nav ul li:last-child{
  488. border-right:none;
  489. }
  490. .tab-nav ul li.active{
  491. font-size:14px;
  492. font-weight:bold;
  493. color:#0099CC;
  494. background:#d8ffff;
  495. }
  496. .tab-panel{
  497. position:relative;
  498. }
  499. .tab-panel .panel{
  500. display:none;
  501. position:absolute;
  502. top:0;
  503. left:0;
  504. padding:20px;
  505. width:100%;
  506. box-sizing:border-box;
  507. }
  508. .tab-panel .panel.active{
  509. display:block;
  510. }
  511. .tab-panel .property-list{
  512. width:100%;
  513. overflow:hidden;
  514. }
  515. .tab-panel .property-list li,
  516. .tab-panel .brand-list li,
  517. .tab-panel .device-list li{
  518. float:left;
  519. width:20%;
  520. line-height:30px;
  521. }
  522. .tab-footer{
  523. position:absolute;
  524. bottom:0;
  525. width:100%;
  526. border-top:1px solid #DDD;
  527. height:80px;
  528. }
  529. .tab-footer .tab-button{
  530. margin:20px;
  531. padding:10px 20px;
  532. border:none;
  533. background:#ddd;
  534. border-radius:5px;
  535. }
  536. .tab-footer .tab-button:hover{
  537. background:#0099CC;
  538. color:#FFF;
  539. }
  540. .tel{
  541. background:url("../images/phone.png") 10px center no-repeat;
  542. padding-left:50px;
  543. }
  544. .mail{
  545. background:url("../images/mail.png") 10px center no-repeat;
  546. padding-left:50px;
  547. }
  548. .wechat{
  549. background:url("../images/wechat.png") 10px center no-repeat;
  550. padding-left:50px;
  551. }
  552. .whatsapp{
  553. background:url("../images/whatsapp.png") 10px center no-repeat;
  554. padding-left:50px;
  555. }
  556. .linkedin{
  557. background:url("../images/linkedin.png") 10px center no-repeat;
  558. padding-left:50px;
  559. }
  560. .facebook{
  561. background:url("../images/facebook.png") 10px center no-repeat;
  562. padding-left:50px;
  563. }.alibaba{
  564. background:url("../images/aliwangwang.png") 10px center no-repeat;
  565. padding-left:50px;
  566. }
  567. table.table1 thead tr th select{
  568. text-align:center;
  569. height:32px;
  570. width:100%;
  571. }
  572. table.table1 thead tr th select option{
  573. text-align:center;
  574. }
  575. .lxfs{
  576. line-height:2em;
  577. font-size:13px;
  578. }
  579. .lxfs .tel{
  580. background:url("../images/phone.png") 10px center no-repeat;
  581. padding-left:35px;
  582. }
  583. .panel dl{border-left:3px solid #A3E1D4;}
  584. .panel dl dt{
  585. font-size:13px;
  586. color:#FFF;
  587. margin-left:30px;
  588. }
  589. .panel dl dt a{
  590. color:#FFF;
  591. }
  592. .panel dl dt .list-wraper{
  593. font-size:12px;
  594. color:#FFF;
  595. margin:5px 0 10px 10px;
  596. display:none;
  597. }
  598. .panel dl dt .list-wraper a{
  599. display:block;
  600. }
  601. .panel dl dt .list-wraper a:before{
  602. content:'';
  603. display:inline-block;
  604. border:5px solid;
  605. border-color:transparent;
  606. }
  607. .panel dl dt .list-wraper a:hover:before{
  608. content:'';
  609. display:inline-block;
  610. border:5px solid;
  611. border-color:transparent transparent transparent white;
  612. }
  613. .layui-input-inline{
  614. width:250px;
  615. height:38px;
  616. }
  617. .ySearchSelect{
  618. height: 32px;
  619. position: relative;
  620. }
  621. .ySearchSelect i.layui-edge{
  622. z-index: 1;
  623. }
  624. .ySearchSelect i.select{
  625. -webkit-transform: rotate(180deg);
  626. -o-transform: rotate(180deg);
  627. -moz--transform: rotate(180deg);
  628. transform: rotate(180deg);
  629. margin-top: -8px;
  630. }
  631. .ySearchSelect .layui-input{
  632. line-height: 36px;
  633. position: relative;
  634. z-index: 1;
  635. width:200px;
  636. font-size:14px;
  637. height:36px;
  638. border:none;
  639. Padding-left:5px;
  640. background:url("/images/arrow-down-bold.svg") right center no-repeat;
  641. }
  642. .ySearchSelect .input-text{
  643. line-height: 32px;
  644. position: absolute;
  645. top: 44px;
  646. left: 1px;
  647. z-index: 3;
  648. display: none;
  649. background-color: #FFF;
  650. }
  651. .ySearchSelect .input-text input{
  652. width: 96%;
  653. margin-left: 2%;
  654. height: 32px;
  655. line-height: 32px;
  656. border:1px solid #DBE6E3;
  657. border-radius:5px;
  658. font-size:12px;
  659. }
  660. .ySearchSelect .input-text .iconfont{
  661. line-height: 36px;
  662. color: #999;
  663. position: absolute;
  664. top: 0px;
  665. right: 4%;
  666. z-index: 2;
  667. }
  668. .ySearchSelect ul{
  669. display: none;
  670. width: 100%;
  671. max-height: 228px;
  672. position: relative;
  673. top: 0px;
  674. z-index: 2;
  675. background-color: #fff;
  676. border: 1px solid #d2d2d2;
  677. margin-top: -1px;
  678. padding: 5px 0;
  679. padding-top: 40px;
  680. overflow-x: hidden;
  681. overflow-y: auto;
  682. -webkit-box-sizing: border-box;
  683. -moz-box-sizing: border-box;
  684. box-sizing: border-box;
  685. }
  686. .ySearchSelect ul li{
  687. width: 100%;
  688. height: 36px;
  689. line-height: 36px;
  690. padding: 0 10px;
  691. cursor: pointer;
  692. -webkit-box-sizing: border-box;
  693. -moz-box-sizing: border-box;
  694. box-sizing: border-box;
  695. white-space: nowrap;
  696. overflow: hidden;
  697. text-overflow: ellipsis;
  698. }
  699. .ySearchSelect ul li.active{
  700. background-color: #009688 !important;
  701. color: #FFF;
  702. }
  703. .ySearchSelect ul p{
  704. width: 100%;
  705. height: 36px;
  706. line-height: 36px;
  707. text-align: center;
  708. padding: 0 10px;
  709. color: #999;
  710. cursor: pointer;
  711. -webkit-box-sizing: border-box;
  712. -moz-box-sizing: border-box;
  713. box-sizing: border-box;
  714. white-space: nowrap;
  715. overflow: hidden;
  716. text-overflow: ellipsis;
  717. }
  718. .ySearchSelect ul li.on{
  719. display: block;
  720. }
  721. .ySearchSelect ul li.hide{
  722. display: none;
  723. }
  724. .ySearchSelect ul li:hover{
  725. background-color: #f0f0f0;
  726. }
  727. .clear:before,
  728. .clear:after{
  729. content:'';
  730. display:block;
  731. clear:both;
  732. width:100%;
  733. height:0;
  734. overflow:hidden;
  735. }
  736. .searchForm{
  737. min-height:100px;
  738. width:720px;
  739. }
  740. .homeSearch{
  741. margin: 360px auto 50px;
  742. }
  743. .resultSearch{
  744. margin: 50px auto;
  745. }
  746. .searchForm .keywords{
  747. display:inline-block;
  748. border:1px solid #ccc;
  749. border-top-left-radius:10px;
  750. border-bottom-left-radius:10px;
  751. border-right:none;
  752. width: 480px!important;
  753. padding-right: 48px!important;
  754. padding-left:10px;
  755. line-height:36px;
  756. height:36px;
  757. float:left;
  758. outline:none;
  759. }
  760. .searchForm .keywords:focus{
  761. border:1px solid #9ad48a;
  762. border-top-left-radius:10px;
  763. border-bottom-left-radius:10px;
  764. }
  765. .searchForm .searchSubmit{
  766. float:left;
  767. height:40px;
  768. float:left;
  769. width:120px;
  770. border-top-right-radius:10px;
  771. border-bottom-right-radius:10px;
  772. color:#FFF;
  773. background:#9ad48a;
  774. font-size:16px;
  775. border:2px solid #9ad48a;
  776. }
  777. .highline{
  778. color:red;
  779. }
  780. .contacts{
  781. padding: 20px;
  782. }
  783. #man_zone table tr.tableHead{
  784. background: url(../images/td_bg1.gif) 0 0 repeat-x #F8FCFF;
  785. height: 35px;
  786. font-size: 14px;
  787. color: #0099CC;
  788. }
  789. .fastSelect{
  790. padding:15px 20px;
  791. overflow:hidden;
  792. }
  793. .fastSelect h1{
  794. font-size:20px;
  795. display:block;
  796. border-bottom:1px solid #9ad48a;
  797. margin-bottom:30px;
  798. }
  799. .fastSelect .selectItem{
  800. width:33.33%;
  801. float:left;
  802. margin-bottom:20px;
  803. }
  804. .fastSelect .selectItem label{
  805. display:inline-block;
  806. height:40px;
  807. width:80px;
  808. padding-left:10px;
  809. font-size:15px;
  810. }
  811. .fastSelect .selectItem label:after{
  812. content:":";
  813. }
  814. .fastSelect .selectItem select{
  815. width:180px;
  816. border-bottom:1px solid #DDD;
  817. }
  818. select option{
  819. padding:3px 10px;
  820. }
  821. .inputSearch{
  822. width:33.33%;
  823. float:left;
  824. }
  825. .inputSearch .inputTxt{
  826. height:30px;
  827. border: 1px solid #DBE6E3;
  828. border-top-left-radius:10px;
  829. border-bottom-left-radius:10px;
  830. padding-LEFT:10px;
  831. width:200px;
  832. outline:none;
  833. }
  834. .inputSearch .searchgo{
  835. height:35px;
  836. border:none;
  837. width:80px;
  838. text-align:center;
  839. border-top-right-radius:10px;
  840. border-bottom-right-radius:10px;
  841. color: #FFF;
  842. background: #9ad48a;
  843. font-size: 16px;
  844. }
  845. .table1 .notepanel{
  846. background:#EEE;
  847. display:none;
  848. }
  849. .table1 .notepanel.active{
  850. display:block;
  851. }
  852. .flex{
  853. display:flex;
  854. flex-wrap:nowrap;
  855. justify-content:space-around;
  856. }
  857. .table2{
  858. box-sizing:border-box;
  859. }
  860. .table2 .theader{
  861. background: url(../images/td_bg1.gif) 0 0 repeat-x #F8FCFF;
  862. height: 50px;
  863. line-height:50px;
  864. font-size: 14px;
  865. color: #0099CC;
  866. border-bottom:2Px solid #ccc;
  867. }
  868. .table2 .tline{
  869. height: 50px;
  870. line-height:50px;
  871. border-bottom:1px solid #eee;
  872. }
  873. .table2 .tline:hover{
  874. background:#FCFCFC;
  875. }
  876. .table2 .col1{
  877. width:4%;
  878. float:left;
  879. text-align:center;
  880. height: 35px;
  881. line-height:42px;
  882. padding-top:14px;
  883. }
  884. .table2 .col2{
  885. width:6%;
  886. float:left;
  887. text-align:center;
  888. height: 50px;
  889. }
  890. .table2 .col3{
  891. width:calc(20% - 30px);
  892. float:left;
  893. height: 50px;
  894. line-height:50px;
  895. cursor:pointer;
  896. padding-left:30px;
  897. text-overflow: ellipsis;
  898. overflow: hidden;
  899. white-space: nowrap;
  900. }
  901. .tline .col3:before{
  902. content:'';
  903. display:inline-block;
  904. border:6px solid;
  905. border-color:transparent transparent transparent #9ad48a;
  906. transition:all 0.8s;
  907. transform-origin:0 50%;
  908. }
  909. .tline .open.col3:before{
  910. transform:rotate(450deg);
  911. }
  912. .table2 .col4,
  913. .table2 .col5,
  914. .table2 .col6{
  915. width:10%;
  916. float:left;
  917. text-align:center;
  918. height: 50px;
  919. line-height:50px;
  920. white-space:nowrap;
  921. text-overflow:ellipsis;
  922. overflow:hidden;
  923. }
  924. .table2 .col20{
  925. width:20%;
  926. float:left;
  927. text-align:center;
  928. height: 50px;
  929. line-height:50px;
  930. white-space:nowrap;
  931. text-overflow:ellipsis;
  932. overflow:hidden;
  933. }
  934. .table2 .col7,
  935. .table2 .col8{
  936. width:15%;
  937. float:left;
  938. text-align:center;
  939. height: 50px;
  940. line-height:50px;
  941. }
  942. .table2 .col9{
  943. width:calc(10% - 10px);
  944. float:left;
  945. text-align:center;
  946. height: 50px;
  947. line-height:50px;
  948. }
  949. .table2 .col10{
  950. width:calc(14% - 9px);
  951. float:left;
  952. text-align:center;
  953. height:50px;
  954. line-height:50px;
  955. }
  956. .table2 .col11{
  957. width:calc(16% - 7px);
  958. float:left;
  959. text-align:center;
  960. height: 50px;
  961. line-height:50px;
  962. }
  963. .table2 .colmark{
  964. width:10%;
  965. float:left;
  966. text-align:center;
  967. height: 50px;
  968. line-height:50px;
  969. }
  970. .table2 .colmark span{
  971. display:inline-block;
  972. width:80%;
  973. height:20px;
  974. }
  975. .table2 .notepanel{
  976. width:calc(100% - 2px);
  977. background:#EEE;
  978. display:none;
  979. border:1px solid #FFF;
  980. }
  981. .table2 .notepanel .noteItem{
  982. width:calc(10% + 1px);
  983. text-align:center;
  984. float:left;
  985. padding-top:20px;
  986. box-sizing:border-box;
  987. }
  988. .table2 .notepanel .noteItem2{
  989. width:10%;
  990. text-align:center;
  991. float:left;
  992. padding-top:20px;
  993. box-sizing:border-box;
  994. }
  995. .table2 .notepanel .lx{
  996. position:relative;
  997. float:left;
  998. padding:20px;
  999. width:calc(30% + 4px);
  1000. box-sizing:border-box;
  1001. }
  1002. .table2 .notepanel .notecontent{
  1003. width:calc(50% - 6px);
  1004. float:left;
  1005. padding:20px;
  1006. box-sizing:border-box;
  1007. min-height:100px;
  1008. }
  1009. .taglist span{
  1010. position:relative;
  1011. display:inline-block;
  1012. padding:2px 22px 2px 10px;
  1013. border-radius:10px;
  1014. margin:7.5px 10px 7.5px 0;
  1015. background:#9ad48a;
  1016. color:#FFF;
  1017. }
  1018. .taglist span:hover{
  1019. background:#666;
  1020. }
  1021. .taglist span:after{
  1022. content:"x";
  1023. position:absolute;
  1024. right:6px;
  1025. color:#FFF;
  1026. }
  1027. .tagCloundHead{
  1028. display:block;
  1029. margin:100px auto;
  1030. border-bottom:1px solid #DDD;
  1031. font-size:36px;
  1032. color:#ccc;
  1033. text-align:center;
  1034. width:50%;
  1035. }
  1036. .tagCloundHead2{
  1037. display:block;
  1038. margin:80px 0;
  1039. border-bottom:1px solid #DDD;
  1040. font-size:20px;
  1041. text-align:center;
  1042. width:200px;
  1043. }
  1044. .tagArea{
  1045. display:flex;
  1046. flex-wrap:wrap;
  1047. justify-content:space-around;
  1048. align-items:center;
  1049. }
  1050. .tagArea a{
  1051. display:block;
  1052. color:#fff;
  1053. padding:10px 20px;
  1054. border-radius:10px;
  1055. margin:15px;
  1056. }
  1057. .tagArea a:nth-child(10n+1){
  1058. background:#019fe8;
  1059. }
  1060. .tagArea a:nth-child(10n+2){
  1061. background:#ff9000;
  1062. }
  1063. .tagArea a:nth-child(10n+3){
  1064. background:#ff6201;
  1065. }
  1066. .tagArea a:nth-child(10n+4){
  1067. background:#2771b2
  1068. }
  1069. .tagArea a:nth-child(10n+5){
  1070. background:#008f5a
  1071. }
  1072. .tagArea a:nth-child(10n+6){
  1073. background:#c7007d;
  1074. }
  1075. .tagArea a:nth-child(10n+7){
  1076. background:#008f5a;
  1077. }
  1078. .tagArea a:nth-child(10n+8){
  1079. background:#454da0;
  1080. }
  1081. .tagArea a:nth-child(10n+9){
  1082. background:#8bc800;
  1083. }
  1084. .dashboardHead{
  1085. display:block;
  1086. margin:30px auto;
  1087. border-bottom:1px solid #DDD;
  1088. font-size:24px;
  1089. color:#ccc;
  1090. text-align:center;
  1091. width:50%;
  1092. line-height:3em;
  1093. }
  1094. .dashPanel1{
  1095. width:44%;
  1096. margin:2%;
  1097. border: 1px solid #DDD;
  1098. border-radius: 10px;
  1099. background:#fff;
  1100. float:left;
  1101. min-width:700px;
  1102. }
  1103. .dashPanel1 h3{
  1104. text-align:center;
  1105. display:block;
  1106. width:100%;
  1107. }
  1108. .syncphone{
  1109. display:inline-block;
  1110. margin-left:10px;
  1111. color:#0099CC;
  1112. }
  1113. .newCustomer{
  1114. background:#b9f2ec;
  1115. }
  1116. .commontag{
  1117. margin:10px 0;
  1118. float:left;
  1119. }
  1120. i.tag{
  1121. display:inline-block;
  1122. padding:0 15px;
  1123. line-height:1.75em;
  1124. border:1px solid #DDD;
  1125. border-radius:10px;
  1126. margin:0 5px 5px;
  1127. font-style: normal;
  1128. }
  1129. .marginspace{
  1130. margin:10px 0;
  1131. }
  1132. i.tag:hover{
  1133. background: #9ad48a;
  1134. color: #FFF;
  1135. }
  1136. .coltag span{
  1137. display:inline-block;
  1138. color: #666;
  1139. margin:7.5px;
  1140. line-height: 2em;
  1141. border: 1px solid #DDD;
  1142. border-radius: 10px;
  1143. padding:0 10px;
  1144. }
  1145. .coltag span.active{
  1146. background: #9ad48a;
  1147. color: #FFF;
  1148. }
  1149. .taghead:before{
  1150. content:"标签:";
  1151. }
  1152. .colormark{
  1153. position:relative;
  1154. }
  1155. .colormark .colorlist{
  1156. position:relative;
  1157. width:100%;
  1158. height:36px;
  1159. margin:auto;
  1160. display:none;
  1161. margin-top:6px;
  1162. }
  1163. .colormark .colorlist li{
  1164. width:14px;
  1165. height:14px;
  1166. display:inline-block;
  1167. border-radius:50%;
  1168. margin:0 2px;
  1169. cursor:pointer;
  1170. box-shadow: 2px 2px 5px #ccc;
  1171. border:none;
  1172. }
  1173. .colorlist .color1 {
  1174. background:RGBA(185,242,236,0.6);
  1175. }
  1176. .colorlist .color2{
  1177. background:RGBA(185,241,204,0.6);
  1178. }
  1179. .colorlist .color3{
  1180. background:RGBA(242,241,185,0.8);
  1181. }
  1182. .colorlist .color4{
  1183. background:RGBA(242,185,228,0.6);
  1184. }
  1185. .colorlist .color0{
  1186. background:white;
  1187. }
  1188. .color1 .slidepanel{
  1189. background:RGBA(185,242,236,0.6);
  1190. }
  1191. .color2 .slidepanel{
  1192. background:RGBA(185,241,204,0.6);
  1193. }
  1194. .color3 .slidepanel{
  1195. background:RGBA(242,241,185,0.6);
  1196. }
  1197. .color4 .slidepanel{
  1198. background:RGBA(242,185,228,0.6);
  1199. }
  1200. .color0 .slidepanel{
  1201. background:white;
  1202. }
  1203. .teamStatistics{
  1204. width:100%;
  1205. text-align:center;
  1206. border-collapse:collapse;
  1207. }
  1208. .handover{
  1209. margin-left:8px;
  1210. display:inline;
  1211. margin-bottom:-5px;
  1212. }
  1213. .selectProduct,
  1214. .selectnum{
  1215. display:none;
  1216. }
  1217. .nosale{
  1218. text-align:center;
  1219. font-size:15px;
  1220. }
  1221. .pricecontrol{
  1222. text-align:center;
  1223. font-size:14px;
  1224. }
  1225. .pricecontrol td img{
  1226. max-height:80px;
  1227. }
  1228. .pricecontrol li{
  1229. line-height:40px;
  1230. display:block;
  1231. }
  1232. .pricecontrol li:nth-child(2n){
  1233. background:#F2F2F2;
  1234. }
  1235. .pricecontrol li .unit{
  1236. display:inline-block;
  1237. padding:0 20px 0 5px;
  1238. }
  1239. .pricecontrol li .price{
  1240. display:inline-block;
  1241. padding:0 10px 0 20px;
  1242. }
  1243. .new:after{
  1244. content:"New";
  1245. position:absolute;
  1246. font-size:10px;
  1247. color:#fff;
  1248. margin-left:8px;
  1249. animation: shine;
  1250. animation-duration:0.3s;
  1251. animation-iteration-count: infinite;
  1252. }
  1253. @keyframes shine{
  1254. 0%{opacity:0.5;}
  1255. 100%{opacity:1;}
  1256. }
  1257. .claim,
  1258. .claim1{
  1259. display: inline-block;
  1260. height: 34px;
  1261. line-height: 34px;
  1262. font-weight: bold;
  1263. color: #0099CC;
  1264. background: url(../images/claim.svg) 0 center no-repeat;
  1265. background-size:20px;
  1266. padding-left: 30px;
  1267. }
  1268. @media only screen and (max-width:1300px) {
  1269. .table2{font-size:11px;}
  1270. .table2 .theader{font-size:10px;}
  1271. .table2 .col3{width: calc(26% - 30px);padding-left: 15px;}
  1272. .table2 .col4, .table2 .col5{
  1273. width:7.5%;
  1274. }
  1275. }
  1276. .statement{
  1277. position:relative;
  1278. font-size:12px;
  1279. -webkit-background-clip: text;
  1280. margin:10px 30px;
  1281. text-align:center;
  1282. background: linear-gradient(to bottom,black, white);
  1283. background-clip: text;
  1284. animation:flashcolor 5s infinite alternate;
  1285. }
  1286. @keyframes flashcolor{
  1287. 0% {background-position:0 0;}
  1288. 100% {background-position:200px 200px;}
  1289. }
  1290. .postchkbox{margin-top:20px;}