郑州第一人民医院UI

call.css 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311
  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. background: #000;
  429. color: #fff;
  430. }
  431. .ld-sercon .Ps-chaxun {
  432. padding: 15px 0;
  433. /*line-height: 20px;*/
  434. }
  435. .Ps-chaxun input.form-control{
  436. line-height: 1;
  437. }
  438. .ld-sercon .Ps-chaxun .time-box {
  439. position: relative;
  440. margin-right: 100px;
  441. }
  442. .time-box i.tub {
  443. position: absolute;
  444. right: 8px;
  445. top: 8px;
  446. font-size: 18px;
  447. color: #249fea;
  448. }
  449. .searchbtn {
  450. width: 6em;
  451. height: 34px;
  452. border-radius: 5px;
  453. display: inline-block;
  454. background-color: #249fea;
  455. background-image: url(../../img/searIcon.png);
  456. background-repeat: no-repeat;
  457. background-position: center center;
  458. cursor: pointer;
  459. vertical-align: middle;
  460. }
  461. .ld-sercon span p {
  462. display: inline-block;
  463. margin: 0;
  464. width: 128px;
  465. overflow: hidden;
  466. vertical-align: middle;
  467. border: 1px solid #ccc;
  468. position: relative;
  469. }
  470. /*.ld-sercon span p i{
  471. display: block;
  472. height: 18px;
  473. width: 18px;
  474. background: url(../img/select_03.png) no-repeat;
  475. position: absolute;
  476. top: 0;
  477. right: 0;
  478. }*/
  479. .ld-sercon select,
  480. .order_form select {
  481. /*height: 22px;
  482. width: 128px;
  483. padding-left: 20px;*/
  484. padding-top: 3px;
  485. }
  486. .ld-sercon textarea {
  487. width: 70%;
  488. vertical-align: middle;
  489. -webkit-border-radius: 5px;
  490. -moz-border-radius: 5px;
  491. border-radius: 5px;
  492. }
  493. .ld-sercon div.bton {
  494. width: 70px;
  495. height: 27px;
  496. line-height: 27px;
  497. background: #e43926;
  498. -webkit-border-radius: 5px;
  499. -moz-border-radius: 5px;
  500. border-radius: 5px;
  501. margin: 0 auto;
  502. color: #fff;
  503. text-align: center;
  504. }
  505. .order_form {
  506. padding: 20px 0;
  507. }
  508. .ld-sercon .addjl {
  509. vertical-align: top;
  510. display: inline-block;
  511. width: 84px;
  512. border-radius: 5px;
  513. text-align: center;
  514. padding: 0px;
  515. font-size: 12px;
  516. height: 24px;
  517. line-height: 24px;
  518. cursor: pointer;
  519. background-color: #249fea;
  520. color: #fff;
  521. margin-left: 5em;
  522. }
  523. .tbth {
  524. background: #249fea;
  525. }
  526. .dealw {
  527. color: #249fea;
  528. }
  529. .ld-sercon>div {
  530. display: none;
  531. }
  532. .ldcr-bottom .ldcrb-top>ul {
  533. float: left;
  534. }
  535. .ldcr-bottom .ldcrb-top>ul li {
  536. float: left;
  537. font-size: 14px;
  538. width: 90px;
  539. text-align: center;
  540. height: 30px;
  541. line-height: 30px;
  542. cursor: pointer;
  543. }
  544. .ldcr-bottom .ldcrb-top>div {
  545. float: right;
  546. width: 285px;
  547. height: 30px;
  548. position: relative;
  549. }
  550. .ldcr-bottom .ldcrb-top>div .sear-inp {
  551. width: 100%;
  552. height: 100%;
  553. border: 1px solid #ccc;
  554. overflow: hidden;
  555. }
  556. .ldcr-bottom .ldcrb-top>div .sear-inp input {
  557. display: block;
  558. height: 100%;
  559. width: 88%;
  560. border: 0;
  561. line-height: 0;
  562. outline: none;
  563. padding: 10px;
  564. }
  565. .searIcon {
  566. position: absolute;
  567. width: 12%;
  568. height: 100%;
  569. right: 0;
  570. top: 0;
  571. background-color: #249fea;
  572. background-image: url(../../img/searIcon.png);
  573. background-repeat: no-repeat;
  574. background-position: center center;
  575. cursor: pointer;
  576. }
  577. .ldcr-bottom .detail-con {
  578. padding: 15px;
  579. border: 1px solid #ebebeb;
  580. -webkit-border-radius: 5px;
  581. -moz-border-radius: 5px;
  582. border-radius: 5px;
  583. margin-top: 15px;
  584. }
  585. .ldcr-bottom .detail-con ul li {
  586. margin-bottom: 10px;
  587. }
  588. .ldcr-bottom .detail-con ul li .zhishi-title {
  589. border-bottom: 1px solid #ccc;
  590. }
  591. .ldcr-bottom .detail-con ul li .zhishi-title a {
  592. display: block;
  593. float: left;
  594. width: 55%;
  595. white-space: nowrap;
  596. overflow: hidden;
  597. text-overflow: ellipsis;
  598. color: #000;
  599. }
  600. .ldcr-bottom .detail-con ul li .zhishi-title em {
  601. display: block;
  602. float: right;
  603. font-style: normal;
  604. font-family: Verdana;
  605. float: right;
  606. color: #000;
  607. }
  608. .ldcr-bottom .detail-con ul li .explancon {
  609. padding: 30px 10px;
  610. text-indent: 24px;
  611. line-height: 24px;
  612. color: #999;
  613. background: #f5f5f5;
  614. display: none;
  615. }
  616. .order_form {
  617. border: 1px solid #e6e6e6;
  618. -webkit-border-radius: 5px;
  619. -moz-border-radius: 5px;
  620. border-radius: 5px;
  621. margin: 15px 0;
  622. }
  623. .shows {
  624. display: block;
  625. }
  626. .hides {
  627. display: none!important;
  628. }
  629. .hei-list .bacha:hover {
  630. color: #ccc;
  631. }
  632. .ke-container {
  633. width: 70%!important;
  634. }
  635. body,
  636. html,
  637. .wrapper {
  638. height: 100%;
  639. }
  640. .ldtp-con {
  641. display: block;
  642. }
  643. .minBacha {
  644. position: absolute;
  645. top: 0;
  646. right: 80px;
  647. z-index: 10;
  648. overflow: hidden;
  649. }
  650. .minBacha>div {
  651. float: left;
  652. height: 35px;
  653. width: 35px;
  654. margin-left: 2px;
  655. }
  656. .minBacha>div a {
  657. display: block;
  658. height: 100%;
  659. width: 100%;
  660. text-align: center;
  661. background-position: center center;
  662. background-color: #2f4050;
  663. opacity: .5;
  664. }
  665. .minBacha>div a:hover {
  666. opacity: 1;
  667. }
  668. .minClosed>a {
  669. background: url("../../img/min.png") no-repeat;
  670. }
  671. .Bacha>a {
  672. background: url("../../img/gb.png") no-repeat;
  673. }
  674. .lblcount {
  675. position: absolute;
  676. right: 5px;
  677. top: 7px;
  678. }
  679. .first {
  680. z-index: 1000;
  681. }
  682. .khzl {
  683. font-size: 12px;
  684. border: 0;
  685. margin: 35px auto;
  686. color: #fff;
  687. }
  688. .khzl tr {
  689. border: 0;
  690. }
  691. .khzl th {
  692. padding: 5px 8px 5px 0;
  693. text-align: right;
  694. width: 40%;
  695. font-weight: normal;
  696. border: 0;
  697. }
  698. .khzl tbody>tr>td,
  699. .khzl tbody>tr>th {
  700. border: 0;
  701. }
  702. .khzl tbody>tr>td input {
  703. border: 0;
  704. outline: none;
  705. background: #32405C;
  706. padding-left: 5px;
  707. width: 100%;
  708. }
  709. .khbtn {
  710. /*background: #97a0a8;*/
  711. color: #249fea;
  712. font-size: 14px;
  713. vertical-align: middle;
  714. }
  715. .hei-list {
  716. width: 400px;
  717. margin: 0 auto;
  718. }
  719. .heiTop {
  720. height: 35px;
  721. background: #249fea;
  722. color: #fff;
  723. line-height: 35px;
  724. padding: 0 15px;
  725. border-top-left-radius: 3px;
  726. border-top-right-radius: 3px;
  727. }
  728. .heiTop .htl {
  729. float: left;
  730. margin: 0;
  731. }
  732. .heiTop .bacha {
  733. float: right;
  734. font-size: 18px;
  735. cursor: pointer;
  736. margin: 0;
  737. }
  738. .heiCon {
  739. width: 100%;
  740. background: #fff;
  741. text-align: center;
  742. padding: 25px 15px;
  743. height: auto;
  744. overflow-y: auto;
  745. border: 1px solid #eee;
  746. }
  747. #time-word {
  748. border: 1px solid #249fea;
  749. padding: 5px 0 5px 10px;
  750. width: 120px;
  751. outline: none;
  752. color: #000;
  753. }
  754. .chooses {
  755. margin-top: 10px;
  756. }
  757. .btns {
  758. background: #249fea;
  759. color: #fff;
  760. padding: 3px 10px;
  761. outline: none;
  762. font-size: 12px;
  763. margin-left: 15px;
  764. border: 0;
  765. border-radius: 3px;
  766. box-sizing: border-box;
  767. }
  768. .bianji {
  769. display: inline-block;
  770. height: 16px;
  771. vertical-align: middle;
  772. margin-right: 5px;
  773. }
  774. #citySel {
  775. width: 100%;
  776. }
  777. .bianji.edi {
  778. background: url(../../img/xgai.png) no-repeat;
  779. }
  780. .bianji.sav {
  781. background: url(../../img/bbc.png) no-repeat;
  782. }
  783. .bianji.canc {
  784. background: url(../../img/quxi.png) no-repeat;
  785. }
  786. .t-shade {
  787. position: fixed;
  788. top: 0;
  789. left: 0;
  790. width: 100%;
  791. height: 100%;
  792. background: rgba(0, 0, 0, 0.48);
  793. z-index: 10004;
  794. display: none;
  795. }
  796. .shade_k {
  797. z-index: 10005;
  798. width: 40%;
  799. margin: 10% auto;
  800. background-color: #fff;
  801. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  802. border-radius: 5px;
  803. }
  804. .shade_title {
  805. padding: 0 80px 0 20px;
  806. height: 42px;
  807. line-height: 42px;
  808. border-bottom: 1px solid #eee;
  809. font-size: 16px;
  810. color: #FFFFFF;
  811. overflow: hidden;
  812. background-color: rgb(26, 179, 148);
  813. border-radius: 2px 2px 0 0;
  814. position: relative;
  815. }
  816. .setwin {
  817. position: absolute;
  818. right: 15px;
  819. top: 5px;
  820. font-size: 20px;
  821. line-height: initial;
  822. }
  823. .setwin a {
  824. font-size: 20px;
  825. color: #fff;
  826. }
  827. .shade_content {
  828. overflow-y: auto;
  829. position: relative;
  830. padding-bottom: 50px;
  831. padding: 10px;
  832. }
  833. .ldcr-bottom .detail-con ul li .active a {
  834. color: #249fea !important;
  835. }
  836. .ldcr-bottom .detail-con ul li .active+.explancon {
  837. display: block !important;
  838. }
  839. #menuContent {
  840. background: #fff;
  841. position: absolute;
  842. width: 100%;
  843. border: 1px solid #ccc;
  844. right: 0;
  845. top: 25px;
  846. z-index: 10;
  847. /* display: none;*/
  848. overflow-y: auto;
  849. }
  850. #organizer {
  851. height: 25px;
  852. width: 100%;
  853. display: inline-block;
  854. position: relative;
  855. }
  856. #treeDemo li {
  857. width: 100%;
  858. }
  859. .filter-option {
  860. color: #676b6d;
  861. }
  862. .testInput-list {
  863. position: absolute;
  864. z-index: 999;
  865. border: 1px solid rgb(204, 204, 204);
  866. background-color: rgb(255, 255, 255);
  867. z-index: 99999;
  868. padding-left: 0;
  869. width: 100%;
  870. display: none;
  871. height: 200px;
  872. overflow-y: auto;
  873. }
  874. .testInput-list li {
  875. padding: 5px;
  876. color: #000;
  877. }
  878. .testInput-list li:hover {
  879. background-color: #E43926;
  880. color: #fff;
  881. }
  882. #testInput_ {
  883. outline: none;
  884. border: 1px solid #ccc;
  885. padding-left: 10px;
  886. outline-color: #fff;
  887. }
  888. .e43 {
  889. color: #e43926;
  890. }
  891. .cx {
  892. display: block;
  893. }
  894. .order_form .form-group {
  895. margin-bottom: 15px;
  896. }
  897. .order_form .form-group>label {
  898. height: 30px;
  899. line-height: 30px;
  900. width: 100px;
  901. text-align: right;
  902. padding-right: 0;
  903. }
  904. .order_form textarea.form-control {
  905. resize: none;
  906. width: 82%;
  907. }
  908. .text-red {
  909. color: red;
  910. vertical-align: middle;
  911. font-size: 20px;
  912. padding: 2px;
  913. }
  914. .ld-sercon .bton {
  915. width: 70px;
  916. background: #249fea;
  917. -webkit-border-radius: 5px;
  918. -moz-border-radius: 5px;
  919. border-radius: 5px;
  920. margin: 0 auto;
  921. color: #fff;
  922. text-align: center;
  923. }
  924. .order_form .inps {
  925. width: 182px;
  926. height: 30px;
  927. outline: none;
  928. border: 1px solid #e6e6e6;
  929. padding: 0;
  930. padding-left: 10px;
  931. }
  932. .r_order_type {
  933. height: 30px;
  934. line-height: 30px;
  935. }
  936. .r_order_type input[type="radio"] {
  937. margin-top: 8px;
  938. }
  939. .baseInfo {
  940. border-bottom: 1px dashed #249fea;
  941. margin-bottom: 20px;
  942. }
  943. /*业主信息*/
  944. .owerInfo {
  945. margin-bottom: 20px;
  946. border-bottom: 1px dashed #249fea;
  947. padding-left: 0;
  948. padding-right: 0;
  949. display: none;
  950. }
  951. .owerInfo .owerTitle {
  952. color: #249fea;
  953. }
  954. .complaintOrder {
  955. padding-left: 0;
  956. padding-right: 0;
  957. display: none;
  958. }
  959. .order_transfer {
  960. padding-left: 0;
  961. padding-right: 0;
  962. }
  963. .complaintOrder .serviceOrder_type,
  964. .complaintOrder .is_quality_assurance,
  965. .order_form .order_note {
  966. display: none;
  967. }
  968. .drop_down .caret {
  969. margin-left: -20px;
  970. }
  971. #reginsTreeView,
  972. #reginsTreeView1 {
  973. position: absolute;
  974. left: 117px;
  975. top: 32px;
  976. background-color: #fff;
  977. z-index: 4;
  978. width: 66%;
  979. max-height: 256px;
  980. overflow-y: auto;
  981. }
  982. #head_form_room_input+.bootstrap-select,
  983. #order_room_input+.bootstrap-select {
  984. display: none;
  985. }
  986. .order_form .dropdown-toggle.btn-default {
  987. height: 30px;
  988. line-height: 18px;
  989. }
  990. .baseInfo .bootstrap-select.btn-group.disabled,
  991. .baseInfo .bootstrap-select.btn-group>.disabled {
  992. cursor: text;
  993. }
  994. .baseInfo .disabled.form-control,
  995. .baseInfo .btn-default.disabled {
  996. background-color: #eee;
  997. }
  998. .baseInfo .btn-default.disabled:hover {
  999. border-color: #E5E6E7;
  1000. }
  1001. .baseInfo .form-control[readonly]:focus {
  1002. border-color: #e5e6e7!important;
  1003. }
  1004. .audit_wait {
  1005. color: #febd23;
  1006. }
  1007. .audit_revoke {
  1008. color: #fd72b9;
  1009. }
  1010. .audit_done {
  1011. color: #5ccb91;
  1012. }
  1013. .state_audit {
  1014. display: inline-block;
  1015. width: 60px;
  1016. height: 18px;
  1017. line-height: 18px;
  1018. font-size: 12px;
  1019. box-sizing: border-box;
  1020. color: #ffffff;
  1021. border-radius: 5px;
  1022. text-align: center;
  1023. cursor: default!important;
  1024. }
  1025. a.state_audit:hover,
  1026. a.state_audit:active,
  1027. a.state_audit:focus,
  1028. a.state_audit:visited {
  1029. color: #FFFFFF;
  1030. }
  1031. .state_audit_other {
  1032. background-color: #249fea;
  1033. }
  1034. .state_audit_hang {
  1035. background-color: #E91E63;
  1036. }
  1037. .state_audit_remission {
  1038. background-color: #1a7bb9;
  1039. }
  1040. .state_audit_wait {
  1041. background-color: #febd23;
  1042. }
  1043. .state_audit_done {
  1044. background-color: #5ccb91;
  1045. }
  1046. .state_audit_refuse {
  1047. background-color: #fd7c78;
  1048. }
  1049. .state_audit_doned {
  1050. background-color: #3cd6c9;
  1051. }
  1052. .state_audit_revoke {
  1053. background-color: #fd72b9;
  1054. }
  1055. .state_audit_termination {
  1056. background-color: #fc3d18;
  1057. }
  1058. @media (max-width: 1680px) {
  1059. .head_time,
  1060. .head_black,
  1061. .head_tel,
  1062. .head_location,
  1063. .head_form_btn {
  1064. width: 100%;
  1065. margin-bottom: 6px;
  1066. }
  1067. }
  1068. @media (max-width: 1254px) {
  1069. .head_customer_info_item_l {
  1070. height: 110px;
  1071. }
  1072. .head_customer_info_item_r {
  1073. height: 110px;
  1074. line-height: 110px;
  1075. }
  1076. }
  1077. @media (max-width: 1112px) {
  1078. .head_customer_info_item_l {
  1079. height: 128px;
  1080. }
  1081. .head_customer_info_item_r {
  1082. height: 128px;
  1083. line-height: 128px;
  1084. }
  1085. }
  1086. @media (max-width: 1014px) {
  1087. .head_customer_info_item_l {
  1088. height: 128px;
  1089. }
  1090. .head_customer_info_item_r {
  1091. height: 128px;
  1092. line-height: normal;
  1093. padding-top: 46px;
  1094. }
  1095. }
  1096. @media (max-width: 768px) {
  1097. .head_form .form-group{
  1098. height: auto;
  1099. }
  1100. }
  1101. @media (min-width: 768px) {
  1102. .order_form .form-inline .form-control {
  1103. width: 50%;
  1104. }
  1105. .form-horizontal .control-label {
  1106. padding-top: 0;
  1107. }
  1108. .Ps-chaxun input.form-control {
  1109. width: 320px;
  1110. }
  1111. }