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