Brak opisu

call.css 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317
  1. ul,
  2. li,
  3. ol {
  4. list-style: none;
  5. margin: 0;
  6. padding: 0;
  7. }
  8. a {
  9. text-decoration: none
  10. }
  11. a.xg {
  12. color: #249fea;
  13. }
  14. .form-control:-ms-input-placeholder {
  15. color: #999!important;
  16. }
  17. .callSreen {
  18. padding: 5px;
  19. }
  20. .clearfix:after {
  21. content: "";
  22. display: block;
  23. clear: both;
  24. }
  25. .ldtp-con {
  26. width: 100%;
  27. margin: 0 auto;
  28. height: 100%;
  29. /*overflow: hidden;*/
  30. position: relative;
  31. /*top: 97px;
  32. left: 220px;*/
  33. background: #fff;
  34. /*border-left: 4px solid #1ab395;*/
  35. /*display: none;*/
  36. }
  37. .ldtp-con .hei-list {
  38. position: absolute;
  39. top: 20%;
  40. left: 40%;
  41. z-index: 10;
  42. display: none;
  43. }
  44. .ldtp-con .hei-list input {
  45. margin-top: 3px;
  46. }
  47. /*.minClosed{
  48. position: absolute;
  49. top: 0px;
  50. right: 80px;
  51. height: 35px;
  52. width: 35px;
  53. z-index: 10;
  54. }
  55. .minClosed a{
  56. display: block;
  57. height: 1px;
  58. background: #000;
  59. width: 15px;
  60. position: absolute;
  61. top: 15px;
  62. left: 10px;
  63. }
  64. .minClosed:hover{
  65. background: #ccc;
  66. }*/
  67. .ldtp-cl {
  68. background: #32405C;
  69. font-family: SimHei, "黑体";
  70. /*font-family: "Adobe 黑体 Std";*/
  71. height: 100%;
  72. overflow: hidden;
  73. overflow-y: auto;
  74. }
  75. .ldtp-cl .head-pic .hp-box {
  76. height: 90px;
  77. width: 90px;
  78. -webkit-border-radius: 50%;
  79. -moz-border-radius: 50%;
  80. border-radius: 50%;
  81. overflow: hidden;
  82. margin: 20px auto;
  83. border-width: 2px;
  84. border-style: solid;
  85. border-color: #E4E4E4;
  86. /*border-color: #ffb400 #fc3c04 #fdfc01 #00e3c0;*/
  87. }
  88. .head-pic {
  89. width: 90%;
  90. margin: 0 auto;
  91. }
  92. .head_info {
  93. color: #fff;
  94. margin: 0 auto;
  95. width: 100%;
  96. }
  97. .head_info .head_info_item {
  98. width: 100%;
  99. margin: 0 auto;
  100. margin-bottom: 10px;
  101. }
  102. .head_tel,
  103. .head_location {
  104. position: relative;
  105. width: 62%;
  106. height: 48px;
  107. line-height: 48px;
  108. text-align: center;
  109. overflow: hidden;
  110. background-color: #44567B;
  111. border-radius: 24px;
  112. margin-right: 2%;
  113. }
  114. .head_tel .head_tel_icon {
  115. position: absolute;
  116. left: 8px;
  117. top: 7px;
  118. display: inline-block;
  119. width: 34px;
  120. height: 34px;
  121. background: url(../../img/head_tel_icon.png) left center no-repeat;
  122. }
  123. .head_location .head_location_icon {
  124. position: absolute;
  125. left: 8px;
  126. top: 7px;
  127. display: inline-block;
  128. width: 34px;
  129. height: 34px;
  130. background: url(../../img/head_location_icon.png) left center no-repeat;
  131. }
  132. .head_time,
  133. .head_black {
  134. position: relative;
  135. /*width: 110px;*/
  136. width: 36%;
  137. height: 48px;
  138. line-height: 48px;
  139. text-align: center;
  140. background-color: #44567B;
  141. border-radius: 24px;
  142. }
  143. .head_time .head_time_icon {
  144. position: absolute;
  145. left: 8px;
  146. top: 7px;
  147. display: inline-block;
  148. width: 34px;
  149. height: 34px;
  150. background: url(../../img/head_time_icon.png) left center no-repeat;
  151. }
  152. .head_black .head_black_icon {
  153. position: absolute;
  154. left: 8px;
  155. top: 7px;
  156. display: inline-block;
  157. width: 34px;
  158. height: 34px;
  159. background: url(../../img/head_black_icon.png) left center no-repeat;
  160. }
  161. .head_black .head_black_cancel_icon {
  162. position: absolute;
  163. left: 8px;
  164. top: 12px;
  165. display: inline-block;
  166. width: 24px;
  167. height: 24px;
  168. background: url(../../img/head_black_cancel_icon.png) left center no-repeat;
  169. }
  170. .head_black .head_black_ivr {
  171. position: absolute;
  172. right: 8px;
  173. top: 7px;
  174. display: inline-block;
  175. width: 34px;
  176. height: 34px;
  177. background: url(../../img/drop1.png) left center no-repeat;
  178. }
  179. .head_black span {
  180. padding-left: 0px;
  181. }
  182. .head_black i {
  183. cursor: pointer;
  184. }
  185. .head_black span {
  186. color: #a54741;
  187. font-weight: bold;
  188. }
  189. .head_info_item .thsc{
  190. display: inline-block;
  191. height: 48px;
  192. line-height: 48px;
  193. overflow: hidden;
  194. padding-left: 20px;
  195. }
  196. /*左侧表单*/
  197. .head_form {
  198. margin: 0 auto;
  199. margin-top: 14px;
  200. color: #fff;
  201. width: 100%;
  202. }
  203. .head_form .form-group {
  204. height: 40px;
  205. line-height: 40px;
  206. overflow: hidden;
  207. background-color: #44567B;
  208. border-radius: 4px;
  209. margin-bottom: 6px;
  210. margin-left: 0;
  211. margin-right: 0;
  212. vertical-align: middle;
  213. }
  214. .head_form .form-group .form-control {
  215. line-height: 0;
  216. background-color: transparent;
  217. border-color: transparent;
  218. color: #fff;
  219. display: inline-block;
  220. font-size: 14px;
  221. font-weight: 500;
  222. }
  223. .head_form .form-group .form-control:focus {
  224. border-color: transparent!important;
  225. }
  226. .head_form .btn-default {
  227. border-color: transparent;
  228. background-color: transparent;
  229. color: #fff;
  230. height: 30px;
  231. font-size: 12px;
  232. }
  233. .head_form .bootstrap-select>.dropdown-toggle.bs-placeholder,
  234. .head_form .filter-option {
  235. font-size: 12px;
  236. color: #fff;
  237. }
  238. .head_form .bootstrap-select .dropdown-toggle:focus {
  239. outline: none!important;
  240. outline-offset: 0;
  241. }
  242. .head_form .dropdown-menu .bs-searchbox .form-control {
  243. background-color: #fff!important;
  244. border-color: #ccc!important;
  245. color: #555;
  246. }
  247. .head_form .dropdown-menu .bs-searchbox .form-control:focus {
  248. border-color: #249fea!important;
  249. }
  250. .head_form .bootstrap-select.btn-group .dropdown-menu li a {
  251. display: block;
  252. color: #555;
  253. }
  254. .head_form .dropdown-menu>.active>a {
  255. color: #fff!important;
  256. }
  257. .ldtime {
  258. line-height: 40px;
  259. height: 40px;
  260. display: inline-block;
  261. padding-left: 12px;
  262. }
  263. .head_form_btn {
  264. box-sizing: border-box;
  265. border: none;
  266. outline: none;
  267. background: #44567b;
  268. display: inline-block;
  269. line-height: 40px;
  270. height: 40px;
  271. overflow: hidden;
  272. color: #2997DE;
  273. font-weight: bold;
  274. width: 48%;
  275. border-radius: 4px;
  276. margin: 0 0 6px 0;
  277. }
  278. .head_form_btn_reset {
  279. /*margin-right: 2.5%;*/
  280. }
  281. .head_customer_info {
  282. width: 100%;
  283. margin: 0 auto;
  284. margin-top: 28px;
  285. color: #fff;
  286. }
  287. .head_customer_info_title .info_title {
  288. display: inline-block;
  289. width: 126px;
  290. height: 34px;
  291. line-height: 34px;
  292. text-align: center;
  293. background: url(../../img/head_customer_info_title_bg.png) left center no-repeat;
  294. margin-bottom: 5px;
  295. }
  296. .head_customer_info_title .pagination {
  297. margin-top: 0;
  298. }
  299. .head_customer_info_title .pagination li a {
  300. width: 80px;
  301. border-radius: 4px;
  302. height: 28px;
  303. line-height: 20px;
  304. background-color: #44567B;
  305. color: #909ca6;
  306. border: none;
  307. margin-left: 6px;
  308. }
  309. .head_customer_info_lists {
  310. width: 100%;
  311. margin-bottom: 8px;
  312. }
  313. .head_customer_info_item {
  314. width: 100%;
  315. margin-bottom: 10px;
  316. }
  317. .head_customer_info_item_l {
  318. width: 86%;
  319. height: 90px;
  320. background-color: #44567B;
  321. border-top-left-radius: 4px;
  322. border-bottom-left-radius: 4px;
  323. padding: 10px 13px 10px 20px;
  324. }
  325. .head_customer_info_item_l p span:nth-of-type(1) {
  326. color: #909ca6;
  327. margin-right: 8%;
  328. }
  329. .head_customer_info_item_r {
  330. width: 14%;
  331. height: 90px;
  332. line-height: 90px;
  333. text-align: center;
  334. cursor: pointer;
  335. background-color: #44567B;
  336. color: #249fea;
  337. border-top-right-radius: 4px;
  338. border-bottom-right-radius: 4px;
  339. }
  340. .head_customer_info_item_active .head_customer_info_item_l {
  341. background-color: #3f5d75;
  342. }
  343. .head_customer_info_item_active .head_customer_info_item_r {
  344. color: #fff;
  345. }
  346. .head_customer_info .pagination>.disabled>a:hover {
  347. background-color: #44567B;
  348. }
  349. .head_customer_info .pagination>.disabled>a:focus {
  350. background-color: #44567B;
  351. }
  352. .ldtp-cl .head-pic ul li {
  353. font-size: 12px;
  354. color: #dfe4ed;
  355. text-align: center;
  356. }
  357. .ldtp-cl .head-pic ul li.nikeName i {
  358. display: inline-block;
  359. width: 20px;
  360. height: 1px;
  361. background: #dfe4ed;
  362. }
  363. .ldtp-cl .head-pic ul li.nikeName span {
  364. margin: 0 10px;
  365. }
  366. .ldtp-cl .head-pic ul li.lahei {
  367. color: #ce2114;
  368. margin: 10px 0;
  369. cursor: pointer;
  370. }
  371. .ldtp-cl .head-pic ul li.lahei i {
  372. display: inline-block;
  373. height: 16px;
  374. width: 16px;
  375. vertical-align: middle;
  376. }
  377. .ldtp-cl .head-pic ul li.lahei .push {
  378. background: url(../../img/lahei.png) no-repeat;
  379. }
  380. .ldtp-cl .head-pic ul li.lahei .qxlh {
  381. background: url(../../img/retur.png) no-repeat;
  382. }
  383. .ldtp-cl .head-pic ul li.td-call {
  384. padding: 1em 6em;
  385. }
  386. .ldtp-cl .head-pic ul li>a {
  387. display: inline-block;
  388. }
  389. .ldtp-cl .head-pic ul li>a.drop {
  390. float: right;
  391. }
  392. .ldtp-cl .head-pic ul li>a.take {
  393. float: left;
  394. }
  395. .ldtp-cl .head-pic ul li>a>i {
  396. display: inline-block;
  397. height: 36px;
  398. width: 36px;
  399. }
  400. .ldtp-cl .head-pic ul li>a.take>i {
  401. background: url(../../img/drop1.png) no-repeat;
  402. }
  403. .ldtp-cl .head-pic ul li>a.drop>i {
  404. background: url(../../img/take.png) no-repeat;
  405. }
  406. .ldtp-cl .come-detail {
  407. color: #fcf9f9;
  408. padding-left: 5em;
  409. line-height: 2em;
  410. margin-top: 35px;
  411. }
  412. .ldtp-cl .r_order_type {
  413. height: 40px;
  414. }
  415. .ldtp-cr {
  416. height: 100%;
  417. overflow: hidden;
  418. overflow-y: auto;
  419. }
  420. .ldtp-cr .ld-service li {
  421. float: left;
  422. font-size: 14px;
  423. color: #000;
  424. padding: 5px 15px;
  425. cursor: pointer;
  426. }
  427. .ldtp-cr ul.ld-service li.cr-click {
  428. display: block;
  429. background: #000;
  430. color: #fff;
  431. }
  432. .ld-sercon .requireW{
  433. display: none;
  434. }
  435. .ld-sercon .appointment{
  436. display: none;
  437. }
  438. .ld-sercon .Ps-chaxun {
  439. padding: 15px 0;
  440. /*line-height: 20px;*/
  441. }
  442. .Ps-chaxun input.form-control{
  443. line-height: 1;
  444. }
  445. .ld-sercon .Ps-chaxun .time-box {
  446. position: relative;
  447. margin-right: 100px;
  448. }
  449. .time-box i.tub {
  450. position: absolute;
  451. right: 8px;
  452. top: 8px;
  453. font-size: 18px;
  454. color: #249fea;
  455. }
  456. .searchbtn {
  457. width: 6em;
  458. height: 34px;
  459. border-radius: 5px;
  460. display: inline-block;
  461. background-color: #249fea;
  462. background-image: url(../../img/searIcon.png);
  463. background-repeat: no-repeat;
  464. background-position: center center;
  465. cursor: pointer;
  466. vertical-align: middle;
  467. }
  468. .ld-sercon span p {
  469. display: inline-block;
  470. margin: 0;
  471. width: 128px;
  472. overflow: hidden;
  473. vertical-align: middle;
  474. border: 1px solid #ccc;
  475. position: relative;
  476. }
  477. /*.ld-sercon span p i{
  478. display: block;
  479. height: 18px;
  480. width: 18px;
  481. background: url(../img/select_03.png) no-repeat;
  482. position: absolute;
  483. top: 0;
  484. right: 0;
  485. }*/
  486. .ld-sercon select,
  487. .order_form select {
  488. /*height: 22px;
  489. width: 128px;
  490. padding-left: 20px;*/
  491. padding-top: 3px;
  492. }
  493. .ld-sercon textarea {
  494. width: 70%;
  495. vertical-align: middle;
  496. -webkit-border-radius: 5px;
  497. -moz-border-radius: 5px;
  498. border-radius: 5px;
  499. }
  500. .ld-sercon div.bton {
  501. width: 70px;
  502. height: 27px;
  503. line-height: 27px;
  504. background: #e43926;
  505. -webkit-border-radius: 5px;
  506. -moz-border-radius: 5px;
  507. border-radius: 5px;
  508. margin: 0 auto;
  509. color: #fff;
  510. text-align: center;
  511. }
  512. .order_form {
  513. padding: 20px 0;
  514. }
  515. .ld-sercon .addjl {
  516. vertical-align: top;
  517. display: inline-block;
  518. width: 84px;
  519. border-radius: 5px;
  520. text-align: center;
  521. padding: 0px;
  522. font-size: 12px;
  523. height: 24px;
  524. line-height: 24px;
  525. cursor: pointer;
  526. background-color: #249fea;
  527. color: #fff;
  528. margin-left: 5em;
  529. }
  530. .tbth {
  531. background: #249fea;
  532. }
  533. .dealw {
  534. color: #249fea;
  535. }
  536. .ld-sercon>div {
  537. display: none;
  538. }
  539. .ldcr-bottom .ldcrb-top>ul {
  540. float: left;
  541. }
  542. .ldcr-bottom .ldcrb-top>ul li {
  543. float: left;
  544. font-size: 14px;
  545. width: 90px;
  546. text-align: center;
  547. height: 30px;
  548. line-height: 30px;
  549. cursor: pointer;
  550. }
  551. .ldcr-bottom .ldcrb-top>div {
  552. float: right;
  553. width: 285px;
  554. height: 30px;
  555. position: relative;
  556. }
  557. .ldcr-bottom .ldcrb-top>div .sear-inp {
  558. width: 100%;
  559. height: 100%;
  560. border: 1px solid #ccc;
  561. overflow: hidden;
  562. }
  563. .ldcr-bottom .ldcrb-top>div .sear-inp input {
  564. display: block;
  565. height: 100%;
  566. width: 88%;
  567. border: 0;
  568. line-height: 0;
  569. outline: none;
  570. padding: 10px;
  571. }
  572. .searIcon {
  573. position: absolute;
  574. width: 12%;
  575. height: 100%;
  576. right: 0;
  577. top: 0;
  578. background-color: #249fea;
  579. background-image: url(../../img/searIcon.png);
  580. background-repeat: no-repeat;
  581. background-position: center center;
  582. cursor: pointer;
  583. }
  584. .ldcr-bottom .detail-con {
  585. padding: 15px;
  586. border: 1px solid #ebebeb;
  587. -webkit-border-radius: 5px;
  588. -moz-border-radius: 5px;
  589. border-radius: 5px;
  590. margin-top: 15px;
  591. }
  592. .ldcr-bottom .detail-con ul li {
  593. margin-bottom: 10px;
  594. }
  595. .ldcr-bottom .detail-con ul li .zhishi-title {
  596. border-bottom: 1px solid #ccc;
  597. }
  598. .ldcr-bottom .detail-con ul li .zhishi-title a {
  599. display: block;
  600. float: left;
  601. width: 55%;
  602. white-space: nowrap;
  603. overflow: hidden;
  604. text-overflow: ellipsis;
  605. color: #000;
  606. }
  607. .ldcr-bottom .detail-con ul li .zhishi-title em {
  608. display: block;
  609. float: right;
  610. font-style: normal;
  611. font-family: Verdana;
  612. float: right;
  613. color: #000;
  614. }
  615. .ldcr-bottom .detail-con ul li .explancon {
  616. padding: 30px 10px;
  617. text-indent: 24px;
  618. line-height: 24px;
  619. color: #999;
  620. background: #f5f5f5;
  621. display: none;
  622. }
  623. .order_form {
  624. border: 1px solid #e6e6e6;
  625. -webkit-border-radius: 5px;
  626. -moz-border-radius: 5px;
  627. border-radius: 5px;
  628. margin: 15px 0;
  629. }
  630. .shows {
  631. display: block;
  632. }
  633. .hides {
  634. display: none!important;
  635. }
  636. .hei-list .bacha:hover {
  637. color: #ccc;
  638. }
  639. .ke-container {
  640. width: 70%!important;
  641. }
  642. body,
  643. html,
  644. .wrapper {
  645. height: 100%;
  646. }
  647. .ldtp-con {
  648. display: block;
  649. }
  650. .minBacha {
  651. position: absolute;
  652. top: 0;
  653. right: 80px;
  654. z-index: 10;
  655. overflow: hidden;
  656. }
  657. .minBacha>div {
  658. float: left;
  659. height: 35px;
  660. width: 35px;
  661. margin-left: 2px;
  662. }
  663. .minBacha>div a {
  664. display: block;
  665. height: 100%;
  666. width: 100%;
  667. text-align: center;
  668. background-position: center center;
  669. background-color: #2f4050;
  670. opacity: .5;
  671. }
  672. .minBacha>div a:hover {
  673. opacity: 1;
  674. }
  675. .minClosed>a {
  676. background: url("../../img/min.png") no-repeat;
  677. }
  678. .Bacha>a {
  679. background: url("../../img/gb.png") no-repeat;
  680. }
  681. .lblcount {
  682. position: absolute;
  683. right: 5px;
  684. top: 7px;
  685. }
  686. .first {
  687. z-index: 1000;
  688. }
  689. .khzl {
  690. font-size: 12px;
  691. border: 0;
  692. margin: 35px auto;
  693. color: #fff;
  694. }
  695. .khzl tr {
  696. border: 0;
  697. }
  698. .khzl th {
  699. padding: 5px 8px 5px 0;
  700. text-align: right;
  701. width: 40%;
  702. font-weight: normal;
  703. border: 0;
  704. }
  705. .khzl tbody>tr>td,
  706. .khzl tbody>tr>th {
  707. border: 0;
  708. }
  709. .khzl tbody>tr>td input {
  710. border: 0;
  711. outline: none;
  712. background: #32405C;
  713. padding-left: 5px;
  714. width: 100%;
  715. }
  716. .khbtn {
  717. /*background: #97a0a8;*/
  718. color: #249fea;
  719. font-size: 14px;
  720. vertical-align: middle;
  721. }
  722. .hei-list {
  723. width: 400px;
  724. margin: 0 auto;
  725. }
  726. .heiTop {
  727. height: 35px;
  728. background: #249fea;
  729. color: #fff;
  730. line-height: 35px;
  731. padding: 0 15px;
  732. border-top-left-radius: 3px;
  733. border-top-right-radius: 3px;
  734. }
  735. .heiTop .htl {
  736. float: left;
  737. margin: 0;
  738. }
  739. .heiTop .bacha {
  740. float: right;
  741. font-size: 18px;
  742. cursor: pointer;
  743. margin: 0;
  744. }
  745. .heiCon {
  746. width: 100%;
  747. background: #fff;
  748. text-align: center;
  749. padding: 25px 15px;
  750. height: auto;
  751. overflow-y: auto;
  752. border: 1px solid #eee;
  753. }
  754. #time-word {
  755. border: 1px solid #249fea;
  756. padding: 5px 0 5px 10px;
  757. width: 120px;
  758. outline: none;
  759. color: #000;
  760. }
  761. .chooses {
  762. margin-top: 10px;
  763. }
  764. .btns {
  765. background: #249fea;
  766. color: #fff;
  767. padding: 3px 10px;
  768. outline: none;
  769. font-size: 12px;
  770. margin-left: 15px;
  771. border: 0;
  772. border-radius: 3px;
  773. box-sizing: border-box;
  774. }
  775. .bianji {
  776. display: inline-block;
  777. height: 16px;
  778. vertical-align: middle;
  779. margin-right: 5px;
  780. }
  781. #citySel {
  782. width: 100%;
  783. }
  784. .bianji.edi {
  785. background: url(../../img/xgai.png) no-repeat;
  786. }
  787. .bianji.sav {
  788. background: url(../../img/bbc.png) no-repeat;
  789. }
  790. .bianji.canc {
  791. background: url(../../img/quxi.png) no-repeat;
  792. }
  793. .t-shade {
  794. position: fixed;
  795. top: 0;
  796. left: 0;
  797. width: 100%;
  798. height: 100%;
  799. background: rgba(0, 0, 0, 0.48);
  800. z-index: 10004;
  801. display: none;
  802. }
  803. .shade_k {
  804. z-index: 10005;
  805. width: 40%;
  806. margin: 10% auto;
  807. background-color: #fff;
  808. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  809. border-radius: 5px;
  810. }
  811. .shade_title {
  812. padding: 0 80px 0 20px;
  813. height: 42px;
  814. line-height: 42px;
  815. border-bottom: 1px solid #eee;
  816. font-size: 16px;
  817. color: #FFFFFF;
  818. overflow: hidden;
  819. background-color: rgb(26, 179, 148);
  820. border-radius: 2px 2px 0 0;
  821. position: relative;
  822. }
  823. .setwin {
  824. position: absolute;
  825. right: 15px;
  826. top: 5px;
  827. font-size: 20px;
  828. line-height: initial;
  829. }
  830. .setwin a {
  831. font-size: 20px;
  832. color: #fff;
  833. }
  834. .shade_content {
  835. overflow-y: auto;
  836. position: relative;
  837. padding-bottom: 50px;
  838. padding: 10px;
  839. }
  840. .ldcr-bottom .detail-con ul li .active a {
  841. color: #249fea !important;
  842. }
  843. .ldcr-bottom .detail-con ul li .active+.explancon {
  844. display: block !important;
  845. }
  846. #menuContent {
  847. background: #fff;
  848. position: absolute;
  849. width: 100%;
  850. border: 1px solid #ccc;
  851. right: 0;
  852. top: 25px;
  853. z-index: 10;
  854. /* display: none;*/
  855. overflow-y: auto;
  856. }
  857. #organizer {
  858. height: 25px;
  859. width: 100%;
  860. display: inline-block;
  861. position: relative;
  862. }
  863. #treeDemo li {
  864. width: 100%;
  865. }
  866. .filter-option {
  867. color: #676b6d;
  868. }
  869. .testInput-list {
  870. position: absolute;
  871. z-index: 999;
  872. border: 1px solid rgb(204, 204, 204);
  873. background-color: rgb(255, 255, 255);
  874. z-index: 99999;
  875. padding-left: 0;
  876. width: 100%;
  877. display: none;
  878. height: 200px;
  879. overflow-y: auto;
  880. }
  881. .testInput-list li {
  882. padding: 5px;
  883. color: #000;
  884. }
  885. .testInput-list li:hover {
  886. background-color: #E43926;
  887. color: #fff;
  888. }
  889. #testInput_ {
  890. outline: none;
  891. border: 1px solid #ccc;
  892. padding-left: 10px;
  893. outline-color: #fff;
  894. }
  895. .e43 {
  896. color: #e43926;
  897. }
  898. .cx {
  899. display: block;
  900. }
  901. .order_form .form-group {
  902. margin-bottom: 15px;
  903. }
  904. .order_form .form-group>label {
  905. height: 30px;
  906. line-height: 30px;
  907. width: 100px;
  908. text-align: right;
  909. padding-right: 0;
  910. }
  911. .order_form textarea.form-control {
  912. resize: none;
  913. width: 82%;
  914. }
  915. .text-red {
  916. color: red;
  917. vertical-align: middle;
  918. font-size: 20px;
  919. padding: 2px;
  920. }
  921. .ld-sercon .bton {
  922. width: 70px;
  923. background: #249fea;
  924. -webkit-border-radius: 5px;
  925. -moz-border-radius: 5px;
  926. border-radius: 5px;
  927. margin: 0 auto;
  928. color: #fff;
  929. text-align: center;
  930. }
  931. .order_form .inps {
  932. width: 182px;
  933. height: 30px;
  934. outline: none;
  935. border: 1px solid #e6e6e6;
  936. padding: 0;
  937. padding-left: 10px;
  938. }
  939. .r_order_type {
  940. height: 30px;
  941. line-height: 30px;
  942. }
  943. .r_order_type input[type="radio"] {
  944. margin-top: 8px;
  945. }
  946. .baseInfo {
  947. border-bottom: 1px dashed #249fea;
  948. margin-bottom: 20px;
  949. }
  950. /*业主信息*/
  951. .owerInfo {
  952. margin-bottom: 20px;
  953. border-bottom: 1px dashed #249fea;
  954. padding-left: 0;
  955. padding-right: 0;
  956. display: none;
  957. }
  958. .owerInfo .owerTitle {
  959. color: #249fea;
  960. }
  961. .complaintOrder {
  962. padding-left: 0;
  963. padding-right: 0;
  964. display: none;
  965. }
  966. .order_transfer {
  967. padding-left: 0;
  968. padding-right: 0;
  969. }
  970. .complaintOrder .serviceOrder_type,
  971. .complaintOrder .is_quality_assurance,
  972. .order_form .order_note {
  973. display: none;
  974. }
  975. .drop_down .caret {
  976. margin-left: -20px;
  977. }
  978. #reginsTreeView,
  979. #reginsTreeView1 {
  980. position: absolute;
  981. left: 117px;
  982. top: 32px;
  983. background-color: #fff;
  984. z-index: 4;
  985. width: 66%;
  986. max-height: 256px;
  987. overflow-y: auto;
  988. }
  989. #head_form_room_input+.bootstrap-select,
  990. #order_room_input+.bootstrap-select {
  991. display: none;
  992. }
  993. .order_form .dropdown-toggle.btn-default {
  994. height: 30px;
  995. line-height: 18px;
  996. }
  997. .baseInfo .bootstrap-select.btn-group.disabled,
  998. .baseInfo .bootstrap-select.btn-group>.disabled {
  999. cursor: text;
  1000. }
  1001. .baseInfo .disabled.form-control,
  1002. .baseInfo .btn-default.disabled {
  1003. background-color: #eee;
  1004. }
  1005. .baseInfo .btn-default.disabled:hover {
  1006. border-color: #E5E6E7;
  1007. }
  1008. .baseInfo .form-control[readonly]:focus {
  1009. border-color: #e5e6e7!important;
  1010. }
  1011. .audit_wait {
  1012. color: #febd23;
  1013. }
  1014. .audit_revoke {
  1015. color: #fd72b9;
  1016. }
  1017. .audit_done {
  1018. color: #5ccb91;
  1019. }
  1020. .state_audit {
  1021. display: inline-block;
  1022. width: 60px;
  1023. height: 18px;
  1024. line-height: 18px;
  1025. font-size: 12px;
  1026. box-sizing: border-box;
  1027. color: #ffffff;
  1028. border-radius: 5px;
  1029. text-align: center;
  1030. cursor: default!important;
  1031. }
  1032. a.state_audit:hover,
  1033. a.state_audit:active,
  1034. a.state_audit:focus,
  1035. a.state_audit:visited {
  1036. color: #FFFFFF;
  1037. }
  1038. .state_audit_other {
  1039. background-color: #249fea;
  1040. }
  1041. .state_audit_hang {
  1042. background-color: #E91E63;
  1043. }
  1044. .state_audit_remission {
  1045. background-color: #1a7bb9;
  1046. }
  1047. .state_audit_wait {
  1048. background-color: #febd23;
  1049. }
  1050. .state_audit_done {
  1051. background-color: #5ccb91;
  1052. }
  1053. .state_audit_refuse {
  1054. background-color: #fd7c78;
  1055. }
  1056. .state_audit_doned {
  1057. background-color: #3cd6c9;
  1058. }
  1059. .state_audit_revoke {
  1060. background-color: #fd72b9;
  1061. }
  1062. .state_audit_termination {
  1063. background-color: #fc3d18;
  1064. }
  1065. @media (max-width: 1680px) {
  1066. .head_time,
  1067. .head_black,
  1068. .head_tel,
  1069. .head_location,
  1070. .head_form_btn {
  1071. width: 100%;
  1072. margin-bottom: 6px;
  1073. }
  1074. }
  1075. @media (max-width: 1254px) {
  1076. .head_customer_info_item_l {
  1077. height: 110px;
  1078. }
  1079. .head_customer_info_item_r {
  1080. height: 110px;
  1081. line-height: 110px;
  1082. }
  1083. }
  1084. @media (max-width: 1112px) {
  1085. .head_customer_info_item_l {
  1086. height: 128px;
  1087. }
  1088. .head_customer_info_item_r {
  1089. height: 128px;
  1090. line-height: 128px;
  1091. }
  1092. }
  1093. @media (max-width: 1014px) {
  1094. .head_customer_info_item_l {
  1095. height: 128px;
  1096. }
  1097. .head_customer_info_item_r {
  1098. height: 128px;
  1099. line-height: normal;
  1100. padding-top: 46px;
  1101. }
  1102. }
  1103. @media (max-width: 768px) {
  1104. .head_form .form-group{
  1105. height: auto;
  1106. }
  1107. }
  1108. @media (min-width: 768px) {
  1109. .order_form .form-inline .form-control {
  1110. width: 50%;
  1111. }
  1112. .form-horizontal .control-label {
  1113. padding-top: 0;
  1114. }
  1115. .Ps-chaxun input.form-control {
  1116. width: 320px;
  1117. }
  1118. }