Sin descripción

call.css 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  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. .clearfix:after {
  12. content: "";
  13. display: block;
  14. clear: both;
  15. }
  16. .ldtp-con{
  17. width: 100%;
  18. margin: 0 auto;
  19. height: 100%;
  20. /*overflow: hidden;*/
  21. position: relative;
  22. /*top: 97px;
  23. left: 220px;*/
  24. background: #fff;
  25. /*border-left: 4px solid #1ab395;*/
  26. /*display: none;*/
  27. }
  28. .ldtp-con .hei-list{
  29. position: absolute;
  30. top: 20%;
  31. left: 40%;
  32. z-index: 10;
  33. display: none;
  34. }
  35. .ldtp-con .hei-list input{
  36. margin-top: 3px;
  37. }
  38. /*.minClosed{
  39. position: absolute;
  40. top: 0px;
  41. right: 80px;
  42. height: 35px;
  43. width: 35px;
  44. z-index: 10;
  45. }
  46. .minClosed a{
  47. display: block;
  48. height: 1px;
  49. background: #000;
  50. width: 15px;
  51. position: absolute;
  52. top: 15px;
  53. left: 10px;
  54. }
  55. .minClosed:hover{
  56. background: #ccc;
  57. }*/
  58. .ldtp-cl {
  59. background: #243747;
  60. font-family: "宋体";
  61. height: 100%;
  62. }
  63. .ldtp-cl .head-pic>div {
  64. height: 90px;
  65. width: 90px;
  66. -webkit-border-radius: 50%;
  67. -moz-border-radius: 50%;
  68. border-radius: 50%;
  69. overflow: hidden;
  70. margin: 20px auto;
  71. border-width: 2px;
  72. border-style: solid;
  73. border-color: #ffb400 #fc3c04 #fdfc01 #00e3c0;
  74. }
  75. .ldtp-cl .head-pic ul li {
  76. font-size: 12px;
  77. color: #dfe4ed;
  78. text-align: center;
  79. }
  80. .ldtp-cl .head-pic ul li.nikeName i {
  81. display: inline-block;
  82. width: 20px;
  83. height: 1px;
  84. background: #dfe4ed;
  85. }
  86. .ldtp-cl .head-pic ul li.nikeName span {
  87. margin: 0 10px;
  88. }
  89. .ldtp-cl .head-pic ul li.lahei{
  90. color: #ce2114;
  91. margin: 10px 0;
  92. cursor: pointer;
  93. }
  94. .ldtp-cl .head-pic ul li.lahei i{
  95. display: inline-block;
  96. height: 16px;
  97. width: 16px;
  98. vertical-align: middle;
  99. }
  100. .ldtp-cl .head-pic ul li.lahei .push{
  101. background: url(../../img/lahei.png) no-repeat;
  102. }
  103. .ldtp-cl .head-pic ul li.lahei .qxlh{
  104. background: url(../../img/retur.png) no-repeat;
  105. }
  106. .ldtp-cl .head-pic ul li.td-call {
  107. padding: 1em 6em;
  108. }
  109. .ldtp-cl .head-pic ul li>a {
  110. display: inline-block;
  111. }
  112. .ldtp-cl .head-pic ul li>a.drop {
  113. float: right;
  114. }
  115. .ldtp-cl .head-pic ul li>a.take {
  116. float: left;
  117. }
  118. .ldtp-cl .head-pic ul li>a>i {
  119. display: inline-block;
  120. height: 36px;
  121. width: 36px;
  122. }
  123. .ldtp-cl .head-pic ul li>a.take>i {
  124. background: url(../../img/drop1.png) no-repeat;
  125. }
  126. .ldtp-cl .head-pic ul li>a.drop>i {
  127. background: url(../../img/take.png) no-repeat;
  128. }
  129. .ldtp-cl .come-detail {
  130. color: #fcf9f9;
  131. padding-left: 5em;
  132. line-height: 2em;
  133. margin-top: 35px;
  134. }
  135. .ldtp-cr {
  136. height: 100%;
  137. overflow: hidden;
  138. overflow-y: auto;
  139. }
  140. .ldtp-cr .ld-service li {
  141. float: left;
  142. font-size: 14px;
  143. color: #000;
  144. padding: 5px 15px;
  145. cursor: pointer;
  146. }
  147. .ldtp-cr ul.ld-service li.cr-click {
  148. background: #000;
  149. color: #fff;
  150. }
  151. .ld-sercon .Ps-chaxun {
  152. padding: 15px 0;
  153. }
  154. .ld-sercon .Ps-chaxun span {
  155. margin-right: 1.2em;
  156. }
  157. .ld-sercon input {
  158. /*width: 128px;*/
  159. padding-left: 20px;
  160. padding-right: 0;
  161. }
  162. .ld-sercon span p{
  163. display: inline-block;
  164. margin: 0;
  165. width: 128px;
  166. overflow: hidden;
  167. vertical-align: middle;
  168. border: 1px solid #ccc;
  169. position: relative;
  170. }
  171. /*.ld-sercon span p i{
  172. display: block;
  173. height: 18px;
  174. width: 18px;
  175. background: url(../img/select_03.png) no-repeat;
  176. position: absolute;
  177. top: 0;
  178. right: 0;
  179. }*/
  180. .ld-sercon textarea{
  181. width: 70%;
  182. vertical-align: middle;
  183. -webkit-border-radius: 5px;
  184. -moz-border-radius: 5px;
  185. border-radius: 5px;
  186. }
  187. .ld-sercon .bton{
  188. width: 70px;
  189. background: #e43926;
  190. -webkit-border-radius: 5px;
  191. -moz-border-radius: 5px;
  192. border-radius: 5px;
  193. margin: 0 auto;
  194. color: #fff;
  195. text-align: center;
  196. }
  197. .second-con{
  198. padding: 20px 0;
  199. }
  200. .ld-sercon .addjl {
  201. display: inline-block;
  202. width: 84px;
  203. -webkit-border-radius: 5px;
  204. -moz-border-radius: 5px;
  205. border-radius: 5px;
  206. text-align: center;
  207. padding: 0px;
  208. font-size: 12px;
  209. height: 24px;
  210. line-height: 24px;
  211. cursor: pointer;
  212. background: #e43926;
  213. color: #fff
  214. }
  215. .tbth{
  216. background: #1ab394;
  217. }
  218. .dealw {
  219. color: #1ab394;
  220. }
  221. .ld-sercon>div{
  222. display: none;
  223. }
  224. .ldcr-bottom .ldcrb-top>ul {
  225. float: left;
  226. }
  227. .ldcr-bottom .ldcrb-top>ul li{
  228. float: left;
  229. font-size: 14px;
  230. width: 90px;
  231. text-align: center;
  232. height: 30px;
  233. line-height: 30px;
  234. cursor: pointer;
  235. }
  236. .ldcr-bottom .ldcrb-top>div{
  237. float: right;
  238. width: 285px;
  239. height: 30px;
  240. position: relative;
  241. }
  242. .ldcr-bottom .ldcrb-top>div .sear-inp{
  243. width: 100%;
  244. height: 100%;
  245. border: 1px solid #ccc;
  246. overflow: hidden;
  247. }
  248. .ldcr-bottom .ldcrb-top>div .sear-inp input{
  249. display: block;
  250. height: 100%;
  251. width: 88%;
  252. border: 0;
  253. outline: none;
  254. padding: 10px;
  255. }
  256. .searIcon{
  257. position: absolute;
  258. width: 12%;
  259. height: 100%;
  260. right: 0;
  261. top: 0;
  262. background-color: #e43926;
  263. background-image: url(../../img/searIcon.png);
  264. background-repeat: no-repeat;
  265. background-position: center center;
  266. cursor: pointer;
  267. }
  268. .ldcr-bottom .detail-con{
  269. padding: 15px;
  270. border: 1px solid #ebebeb;
  271. -webkit-border-radius: 5px;
  272. -moz-border-radius: 5px;
  273. border-radius: 5px;
  274. margin-top: 15px;
  275. }
  276. .ldcr-bottom .detail-con ul li {
  277. margin-bottom: 10px;
  278. }
  279. .ldcr-bottom .detail-con ul li .zhishi-title{
  280. border-bottom: 1px solid #ccc;
  281. }
  282. .ldcr-bottom .detail-con ul li .zhishi-title a{
  283. display: block;
  284. float: left;
  285. width: 55%;
  286. white-space: nowrap;
  287. overflow: hidden;
  288. text-overflow: ellipsis;
  289. color: #000;
  290. }
  291. .ldcr-bottom .detail-con ul li .zhishi-title em{
  292. display: block;
  293. float: right;
  294. font-style: normal;
  295. font-family: Verdana;
  296. float: right;
  297. color: #000;
  298. }
  299. .ldcr-bottom .detail-con ul li .explancon{
  300. padding: 30px 10px;
  301. text-indent: 24px;
  302. line-height: 24px;
  303. color: #999;
  304. background: #f5f5f5;
  305. display:none;
  306. }
  307. .second-con{
  308. border: 1px solid #e6e6e6;
  309. -webkit-border-radius: 5px;
  310. -moz-border-radius: 5px;
  311. border-radius: 5px;
  312. margin: 15px 0;
  313. }
  314. .shows{
  315. display: block;
  316. }
  317. .hides{
  318. display: none!important;
  319. }
  320. .hei-list .bacha:hover{
  321. color: #ccc;
  322. }
  323. .form-group{
  324. height: 30px;
  325. line-height: 30px;
  326. }
  327. .workOrderTypeText{
  328. padding-left: 0;
  329. width: 80px;
  330. }
  331. .r_order_type {
  332. height: 30px;
  333. line-height: 30px;
  334. }
  335. #isAssign{
  336. width: 100%;
  337. }
  338. #duplicate{
  339. width: 100%;
  340. }
  341. .ke-container{
  342. width: 70%!important;
  343. }
  344. .cx {
  345. display: block!important;
  346. }
  347. .shade_k {
  348. z-index: 10005;
  349. width: 50%;
  350. margin: 5% auto;
  351. background-color: #fff;
  352. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  353. border-radius: 5px;
  354. }
  355. .setwin {
  356. position: absolute;
  357. right: 15px;
  358. top: 5px;
  359. font-size: 20px;
  360. line-height: initial;
  361. }
  362. .shade_content {
  363. height: 500px;
  364. position: relative;
  365. padding-bottom: 50px;
  366. overflow-x: hidden;
  367. }