Sin descripción

details.css 9.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579
  1. body {
  2. font-size: 14px;
  3. }
  4. .font-color1{
  5. color: #e03636 !important;
  6. }
  7. .font-color2{
  8. color: #303030 !important;
  9. }
  10. .font-color3{
  11. color: #999999 !important;
  12. }
  13. .font-color4{
  14. color:#2cc6a7 ;
  15. }
  16. .font-color5{
  17. color: #595959 !important;
  18. }
  19. .font-color6{
  20. color: #222222 !important;
  21. }
  22. .mui-bar-popover {
  23. width: 30%;
  24. }
  25. .mui-popover.mui-bar-popover .mui-table-view {
  26. width: 100%;
  27. }
  28. .mui-table-view .mui-table-view-cell>a:not(.mui-btn) {
  29. text-align: center;
  30. }
  31. .mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea{
  32. float: left;
  33. color: #222222;
  34. }
  35. .mui-input-row label~input:-webkit-input-placeholder {
  36. color:#222222; /* WebKit browsers */
  37. }
  38. .mui-input-row label~input:-moz-placeholder {
  39. color: #222222; /* Mozilla Firefox 4 to 18 */
  40. }
  41. .mui-input-row label~input:-moz-placeholder {
  42. color: #222222; /* Mozilla Firefox 19+ */
  43. }
  44. .mui-input-row label~input:-ms-input-placeholder {
  45. color: #222222; /* Internet Explorer 10+ */
  46. }
  47. .mui-table-view-cell {
  48. padding: 0px!important;
  49. }
  50. .mui-table-view-cell:after{
  51. left: 0px;
  52. background-color: #f5f5f6;
  53. }
  54. .radio_box {
  55. display: inline-block;
  56. }
  57. .mui-radio input[type=radio]:before {
  58. font-size: 20px;
  59. vertical-align: middle;
  60. }
  61. .mui-radio.mui-left input[type=radio] {
  62. line-height: 24px!important;
  63. }
  64. .mui-radio.mui-left label {
  65. padding-right: 1px!important;
  66. padding-left: 51px!important;
  67. color: #222222;
  68. }
  69. .mui-input-row font{
  70. padding: 10px 20px;
  71. float: left;
  72. color: #222222;}
  73. .ztext {
  74. width: 100%;
  75. margin: 0;
  76. border: 0;
  77. }
  78. .action {
  79. padding: 5px 15px;
  80. }
  81. .type_down {
  82. float: right!important;
  83. display: inline-block!important;
  84. vertical-align: middle!important;
  85. line-height: 42px;
  86. margin-right: 10px;
  87. }
  88. .type_con {
  89. width: 55%!important;
  90. float: left!important;
  91. vertical-align: middle!important;
  92. display: inline-block!important;
  93. padding: 10px 0!important;
  94. }
  95. .label {
  96. width: 28%!important;
  97. padding:14px 5px 14px 10px!important;
  98. text-align: left !important;
  99. }
  100. .get_yzm {
  101. padding: 5px!important;
  102. width: auto!important;
  103. }
  104. .yzm_con {
  105. float: left!important;
  106. width: 40%!important;
  107. }
  108. .mui-bar-nav {
  109. background-color: #393a3f;
  110. }
  111. .mui-title{color: #FFFFFF;}
  112. .mui-input-row label {
  113. text-align: -webkit-right;
  114. color: #595959;
  115. }
  116. .mui-btn-block {
  117. padding: 10px;
  118. width: 100%;
  119. }
  120. a {
  121. color: #000;
  122. }
  123. .size-14 {
  124. font-size: 14px;
  125. }
  126. .mui-input-row label~input,
  127. .mui-input-row label~select,
  128. {
  129. line-height: 1.1;
  130. font-size: 14px;
  131. }
  132. .submit-btn{
  133. width: 100%;
  134. position: fixed;
  135. bottom: 0px;
  136. overflow: hidden;
  137. z-index: 3;
  138. -moz-box-shadow: 0px -1px 1px #d2d2d2; /* Firefox */
  139. -webkit-box-shadow: 0px -1px 1px #d2d2d2; /* Safari 和 Chrome */
  140. box-shadow: 0px -1px 1px #d2d2d2; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  141. }
  142. .submit-btn button{
  143. width: 50%;
  144. float: left;
  145. display: block;
  146. border: none;
  147. padding: 0;
  148. margin: 0;
  149. height: 50px;
  150. border-radius: 0px;
  151. background-color: #2cc6a7;}
  152. .submit-btn>button:first-child{
  153. background: #FFFFFF !important;
  154. color: #000000;
  155. }
  156. .mui-input-row .mui-right{
  157. text-align: right;
  158. width: 60%;
  159. float: right;
  160. }
  161. .mui-input-row .mui-right label{
  162. padding-right: 15px;
  163. }
  164. .mui-slider{
  165. background: #FFFFFF;
  166. }
  167. /*工单详情*/
  168. .mui-tail{
  169. padding: 15px;
  170. position: relative;
  171. padding-top: 0px;
  172. padding-left: 40px;
  173. padding-right: 10;
  174. }
  175. .mui-tail span{
  176. margin-right: 25px;
  177. font-size: 12px;
  178. }
  179. .mui-tail p{
  180. margin-top: 10px;
  181. font-size: 12px;
  182. }
  183. .mui-table-view-cell-pmargin p{
  184. padding: 14px 10px;
  185. border-top: 1px solid #f5f5f6;
  186. }
  187. .mui-tail .span3{
  188. position: absolute;
  189. right: 0px;
  190. top: 0px;
  191. }
  192. .mui-tail-contail:first-child{
  193. padding-top: 15px !important;
  194. }
  195. .mui-table-view-li:after{
  196. position: absolute;
  197. right: 0;
  198. bottom: 0;
  199. left: 0px;
  200. height: 0px;
  201. content: '';
  202. -webkit-transform: scaleY(.5);
  203. transform: scaleY(.5);
  204. background-color: #f5f5f6;
  205. }
  206. .mui-table-view-li label{
  207. padding:7px 10px 7px 10px!important;
  208. }
  209. .mui-tail-contail{
  210. position: relative;
  211. }
  212. .mui-tail-contail .circular{
  213. position: absolute;
  214. background: #2cc6a7;
  215. left: 15px;
  216. top: 20px;
  217. width: 12px;
  218. height: 12px;
  219. -moz-border-radius: 6px; /* Firefox */
  220. -webkit-border-radius: 6px; /* Safari 和 Chrome */
  221. border-radius: 6px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  222. z-index: 3;
  223. }
  224. .mui-tail-contail .circular_h{
  225. position: absolute;
  226. background: #e1e1e1;
  227. left: 16px;
  228. top: 5px;
  229. width: 10px;
  230. height: 10px;
  231. -moz-border-radius: 5px; /* Firefox */
  232. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  233. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  234. z-index: 3;
  235. }
  236. .mui-tail-contail .circular_hd{
  237. position: absolute;
  238. background: #e1e1e1;
  239. left: 15px;
  240. top: 5px;
  241. width: 12px;
  242. height: 12px;
  243. -moz-border-radius: 6px; /* Firefox */
  244. -webkit-border-radius: 6px; /* Safari 和 Chrome */
  245. border-radius: 6px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  246. z-index: 3;
  247. }
  248. /*.mui-tail-contail .string1{
  249. position: absolute;
  250. background: #e1e1e1;
  251. left: 20px;
  252. top: 20px;
  253. width: 2px;
  254. height: 70px;
  255. z-index: 1;
  256. }*/
  257. .mui-tail-contail .string{
  258. position: absolute;
  259. background: #e1e1e1;
  260. left: 20px;
  261. top: 0px;
  262. width: 2px;
  263. height: 70px;
  264. z-index: 1;
  265. }
  266. /*.mui-tail-contail .string3{
  267. position: absolute;
  268. background: #e1e1e1;
  269. left: 20px;
  270. top: 0px;
  271. width: 2px;
  272. height: 5px;
  273. z-index: 1;
  274. }*/
  275. .mui-tail-contail> .string:first-child{
  276. top: 20px;
  277. width: 2px;
  278. height: 70px;
  279. z-index: 1;
  280. }
  281. .mui-tail-contail> .string:last-child{
  282. top: 0px;
  283. width: 2px;
  284. height: 5px;
  285. z-index: 1;
  286. }
  287. .mui-table-view-ul:after{
  288. position: absolute;
  289. right: 0;
  290. bottom: 0;
  291. left: 0px;
  292. height: 5px;
  293. content: '';
  294. -webkit-transform: scaleY(.5);
  295. transform: scaleY(.5);
  296. background-color: #f5f5f6;
  297. }
  298. .mui-table-view-ul-1:after{
  299. position: absolute;
  300. right: 0;
  301. bottom: 0;
  302. left: 0px;
  303. height: 1px;
  304. content: '';
  305. -webkit-transform: scaleY(.5);
  306. transform: scaleY(.5);
  307. background-color: #f5f5f6;
  308. }
  309. .mui-nav{
  310. position: fixed;
  311. width: 100%;
  312. top: 0px;
  313. height: 44px;
  314. line-height: 44px;
  315. text-align: center;
  316. background: #22c9a8;
  317. z-index: 333;
  318. color: #FFFFFF;
  319. font-size: 17px;}
  320. .mui-nav a{
  321. position: absolute;
  322. left: 15px;
  323. line-height: 44px;
  324. color: #FFFFFF;
  325. }
  326. .mui-nav span{
  327. position: absolute;
  328. right: 15px;
  329. line-height: 44px;
  330. font-size: 13px;
  331. }
  332. /*弹框1*/
  333. .pop_up_bj{
  334. top: 0px;
  335. background: #000000;
  336. filter:alpha(opacity=50);
  337. -moz-opacity:0.5;
  338. -khtml-opacity: 0.5;
  339. opacity: 0.5;
  340. position: fixed;
  341. z-index: 333;
  342. width: 100%;
  343. height: 100%;
  344. display: none;
  345. }
  346. .mui_btn1{display: none;}
  347. .mui_btn1_tit{
  348. padding: 10px 0 0 10px;
  349. font-size: 14px;
  350. }
  351. .mui_btn1{
  352. overflow: hidden;
  353. }
  354. .mui_btn1 li{
  355. float: left;
  356. margin: 10px 4% 0 4%;
  357. }
  358. .mui_btn1 .tit{
  359. font-size: 14px;
  360. padding: 10px 0px 0px 10px;
  361. margin: 0px;
  362. }
  363. .mui-btn-block{
  364. padding: 5px 10px;
  365. font-size: 14px;
  366. }
  367. .pop_up_div1{
  368. margin: auto;
  369. position: fixed;
  370. top: 0;
  371. left: 0;
  372. bottom: 0;
  373. right: 0;
  374. width: 80%;
  375. height:185px;
  376. background: #FFFFFF;
  377. z-index: 334;
  378. -moz-border-radius: 5px; /* Firefox */
  379. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  380. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  381. display: none;
  382. }
  383. .pop_up_div1 .tit{
  384. width: 100%;
  385. line-height: 44px;
  386. height: 44px;
  387. text-align: center;
  388. font-size: 13px;
  389. color: #666666;
  390. }
  391. .pop_up_div1 .contain{
  392. width: 90%;
  393. margin: 0 auto;
  394. }
  395. .pop_up_div1 .contain textarea{
  396. width:100%;
  397. height: 102px;
  398. background: #f5f5f6;
  399. text-indent: 2em;
  400. font-size: 12px;
  401. padding: 5px;
  402. line-height: 20px;
  403. margin: 0;
  404. border: none;
  405. }
  406. .pop_up_div1 .btn{
  407. width: 65%;
  408. margin: 0 auto;
  409. overflow: hidden;
  410. }
  411. .pop_up_div1 .btn button{
  412. padding:3px 25px !important;
  413. }
  414. .pop_up_div1 .btn .fl{
  415. float: left;
  416. color: #666666;
  417. }
  418. .pop_up_div1 .btn .fr{
  419. float: right;
  420. }
  421. /*弹框2*/
  422. .pop_up_div2{
  423. margin: auto;
  424. position: fixed;
  425. top: 0;
  426. left: 0;
  427. bottom: 0;
  428. right: 0;
  429. width: 80%;
  430. height:185px;
  431. background: #FFFFFF;
  432. z-index: 334;
  433. -moz-border-radius: 5px; /* Firefox */
  434. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  435. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  436. display: none;
  437. }
  438. .pop_up_div2 .tit{
  439. width: 100%;
  440. line-height: 44px;
  441. height: 44px;
  442. text-align: center;
  443. font-size: 13px;
  444. color: #666666;
  445. }
  446. .pop_up_div2 .contain{
  447. width: 90%;
  448. margin: 0 auto;
  449. }
  450. .pop_up_div2 .contain textarea{
  451. width:100%;
  452. height: 102px;
  453. background: #f5f5f6;
  454. text-indent: 2em;
  455. font-size: 12px;
  456. padding: 5px;
  457. line-height: 20px;
  458. margin: 0;
  459. border: none;
  460. }
  461. .pop_up_div2 .btn{
  462. width: 65%;
  463. margin: 0 auto;
  464. overflow: hidden;
  465. }
  466. .pop_up_div2 .btn button{
  467. padding:3px 25px !important;
  468. }
  469. .pop_up_div2 .btn .fl{
  470. float: left;
  471. color: #666666;
  472. }
  473. .pop_up_div2 .btn .fr{
  474. float: right;
  475. }
  476. /*弹框3*/
  477. .pop_up_div3{
  478. margin: auto;
  479. position: fixed;
  480. bottom: 0;
  481. width: 100%;
  482. height:242px;
  483. background: #FFFFFF;
  484. z-index: 334;
  485. -moz-border-radius: 5px; /* Firefox */
  486. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  487. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  488. display: none;
  489. }
  490. .pop_up_div3 .tit{
  491. width: 100%;
  492. line-height: 44px;
  493. height: 44px;
  494. text-align: center;
  495. font-size: 13px;
  496. color: #666666;
  497. }
  498. .pop_up_div3 .contain{
  499. width: 90%;
  500. margin: 0 auto;
  501. }
  502. .pop_up_div3 .contain textarea{
  503. width:100%;
  504. height: 180px;
  505. background: #f5f5f6;
  506. text-indent: 2em;
  507. font-size: 12px;
  508. padding: 5px;
  509. line-height: 20px;
  510. margin: 0;
  511. border: none;
  512. }
  513. .pop_up_div3 .btn{
  514. width: 65%;
  515. margin: 0 auto;
  516. overflow: hidden;
  517. }
  518. .pop_up_div3 .btn button{
  519. padding:3px 25px !important;
  520. }
  521. .pop_up_div3 .btn .fl{
  522. position: absolute;
  523. top: 10px;
  524. left: 5%;
  525. color: #666666;
  526. }
  527. .pop_up_div3 .btn .fr{
  528. position: absolute;
  529. top: 10px;
  530. right: 5%;
  531. }