Нет описания

details.css 9.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  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. }
  191. .mui-tail-contail:first-child{
  192. padding-top: 15px !important;
  193. }
  194. .mui-table-view-li:after{
  195. position: absolute;
  196. right: 0;
  197. bottom: 0;
  198. left: 0px;
  199. height: 0px;
  200. content: '';
  201. -webkit-transform: scaleY(.5);
  202. transform: scaleY(.5);
  203. background-color: #f5f5f6;
  204. }
  205. .mui-table-view-li label{
  206. padding:7px 10px 7px 10px!important;
  207. }
  208. .mui-tail-contail{
  209. position: relative;
  210. }
  211. .mui-tail-contail .circular{
  212. position: absolute;
  213. background: #2cc6a7;
  214. left: 15px;
  215. top: 20px;
  216. width: 12px;
  217. height: 12px;
  218. -moz-border-radius: 6px; /* Firefox */
  219. -webkit-border-radius: 6px; /* Safari 和 Chrome */
  220. border-radius: 6px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  221. z-index: 3;
  222. }
  223. .mui-tail-contail .circular_h{
  224. position: absolute;
  225. background: #e1e1e1;
  226. left: 16px;
  227. top: 5px;
  228. width: 10px;
  229. height: 10px;
  230. -moz-border-radius: 5px; /* Firefox */
  231. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  232. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  233. z-index: 3;
  234. }
  235. .mui-tail-contail .circular_hd{
  236. position: absolute;
  237. background: #e1e1e1;
  238. left: 15px;
  239. top: 5px;
  240. width: 12px;
  241. height: 12px;
  242. -moz-border-radius: 6px; /* Firefox */
  243. -webkit-border-radius: 6px; /* Safari 和 Chrome */
  244. border-radius: 6px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  245. z-index: 3;
  246. }
  247. /*.mui-tail-contail .string1{
  248. position: absolute;
  249. background: #e1e1e1;
  250. left: 20px;
  251. top: 20px;
  252. width: 2px;
  253. height: 70px;
  254. z-index: 1;
  255. }*/
  256. .mui-tail-contail .string{
  257. position: absolute;
  258. background: #e1e1e1;
  259. left: 20px;
  260. top: 0px;
  261. width: 2px;
  262. height: 70px;
  263. z-index: 1;
  264. }
  265. /*.mui-tail-contail .string3{
  266. position: absolute;
  267. background: #e1e1e1;
  268. left: 20px;
  269. top: 0px;
  270. width: 2px;
  271. height: 5px;
  272. z-index: 1;
  273. }*/
  274. .mui-tail-contail> .string:first-child{
  275. top: 20px;
  276. width: 2px;
  277. height: 70px;
  278. z-index: 1;
  279. }
  280. .mui-tail-contail> .string:last-child{
  281. top: 0px;
  282. width: 2px;
  283. height: 5px;
  284. z-index: 1;
  285. }
  286. .mui-table-view-ul:after{
  287. position: absolute;
  288. right: 0;
  289. bottom: 0;
  290. left: 0px;
  291. height: 5px;
  292. content: '';
  293. -webkit-transform: scaleY(.5);
  294. transform: scaleY(.5);
  295. background-color: #f5f5f6;
  296. }
  297. .mui-table-view-ul-1:after{
  298. position: absolute;
  299. right: 0;
  300. bottom: 0;
  301. left: 0px;
  302. height: 1px;
  303. content: '';
  304. -webkit-transform: scaleY(.5);
  305. transform: scaleY(.5);
  306. background-color: #f5f5f6;
  307. }
  308. .mui-nav{
  309. position: fixed;
  310. width: 100%;
  311. top: 0px;
  312. height: 44px;
  313. line-height: 44px;
  314. text-align: center;
  315. background: #22c9a8;
  316. z-index: 333;
  317. color: #FFFFFF;
  318. font-size: 17px;}
  319. .mui-nav a{
  320. position: absolute;
  321. left: 15px;
  322. line-height: 44px;
  323. color: #FFFFFF;
  324. }
  325. .mui-nav span{
  326. position: absolute;
  327. right: 15px;
  328. line-height: 44px;
  329. font-size: 13px;
  330. }
  331. /*弹框1*/
  332. .pop_up_bj{
  333. top: 0px;
  334. background: #000000;
  335. filter:alpha(opacity=50);
  336. -moz-opacity:0.5;
  337. -khtml-opacity: 0.5;
  338. opacity: 0.5;
  339. position: fixed;
  340. z-index: 333;
  341. width: 100%;
  342. height: 100%;
  343. display: none;
  344. }
  345. .mui_btn1{display: none;}
  346. .mui_btn1_tit{
  347. padding: 10px 0 0 10px;
  348. font-size: 14px;
  349. }
  350. .mui_btn1{
  351. overflow: hidden;
  352. }
  353. .mui_btn1 li{
  354. float: left;
  355. margin: 10px 4% 0 4%;
  356. }
  357. .mui_btn1 .tit{
  358. font-size: 14px;
  359. padding: 10px 0px 0px 10px;
  360. margin: 0px;
  361. }
  362. .mui-btn-block{
  363. padding: 5px 10px;
  364. font-size: 14px;
  365. }
  366. .pop_up_div1{
  367. margin: auto;
  368. position: fixed;
  369. top: 0;
  370. left: 0;
  371. bottom: 0;
  372. right: 0;
  373. width: 80%;
  374. height:185px;
  375. background: #FFFFFF;
  376. z-index: 334;
  377. -moz-border-radius: 5px; /* Firefox */
  378. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  379. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  380. display: none;
  381. }
  382. .pop_up_div1 .tit{
  383. width: 100%;
  384. line-height: 44px;
  385. height: 44px;
  386. text-align: center;
  387. font-size: 13px;
  388. color: #666666;
  389. }
  390. .pop_up_div1 .contain{
  391. width: 90%;
  392. margin: 0 auto;
  393. }
  394. .pop_up_div1 .contain textarea{
  395. width:100%;
  396. height: 102px;
  397. background: #f5f5f6;
  398. text-indent: 2em;
  399. font-size: 12px;
  400. padding: 5px;
  401. line-height: 20px;
  402. margin: 0;
  403. border: none;
  404. }
  405. .pop_up_div1 .btn{
  406. width: 65%;
  407. margin: 0 auto;
  408. overflow: hidden;
  409. }
  410. .pop_up_div1 .btn button{
  411. padding:3px 25px !important;
  412. }
  413. .pop_up_div1 .btn .fl{
  414. float: left;
  415. color: #666666;
  416. }
  417. .pop_up_div1 .btn .fr{
  418. float: right;
  419. }
  420. /*弹框2*/
  421. .pop_up_div2{
  422. margin: auto;
  423. position: fixed;
  424. top: 0;
  425. left: 0;
  426. bottom: 0;
  427. right: 0;
  428. width: 80%;
  429. height:185px;
  430. background: #FFFFFF;
  431. z-index: 334;
  432. -moz-border-radius: 5px; /* Firefox */
  433. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  434. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  435. display: none;
  436. }
  437. .pop_up_div2 .tit{
  438. width: 100%;
  439. line-height: 44px;
  440. height: 44px;
  441. text-align: center;
  442. font-size: 13px;
  443. color: #666666;
  444. }
  445. .pop_up_div2 .contain{
  446. width: 90%;
  447. margin: 0 auto;
  448. }
  449. .pop_up_div2 .contain textarea{
  450. width:100%;
  451. height: 102px;
  452. background: #f5f5f6;
  453. text-indent: 2em;
  454. font-size: 12px;
  455. padding: 5px;
  456. line-height: 20px;
  457. margin: 0;
  458. border: none;
  459. }
  460. .pop_up_div2 .btn{
  461. width: 65%;
  462. margin: 0 auto;
  463. overflow: hidden;
  464. }
  465. .pop_up_div2 .btn button{
  466. padding:3px 25px !important;
  467. }
  468. .pop_up_div2 .btn .fl{
  469. float: left;
  470. color: #666666;
  471. }
  472. .pop_up_div2 .btn .fr{
  473. float: right;
  474. }
  475. /*弹框3*/
  476. .pop_up_div3{
  477. margin: auto;
  478. position: fixed;
  479. bottom: 0;
  480. width: 100%;
  481. height:242px;
  482. background: #FFFFFF;
  483. z-index: 334;
  484. -moz-border-radius: 5px; /* Firefox */
  485. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  486. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  487. display: none;
  488. }
  489. .pop_up_div3 .tit{
  490. width: 100%;
  491. line-height: 44px;
  492. height: 44px;
  493. text-align: center;
  494. font-size: 13px;
  495. color: #666666;
  496. }
  497. .pop_up_div3 .contain{
  498. width: 90%;
  499. margin: 0 auto;
  500. }
  501. .pop_up_div3 .contain textarea{
  502. width:100%;
  503. height: 180px;
  504. background: #f5f5f6;
  505. text-indent: 2em;
  506. font-size: 12px;
  507. padding: 5px;
  508. line-height: 20px;
  509. margin: 0;
  510. border: none;
  511. }
  512. .pop_up_div3 .btn{
  513. width: 65%;
  514. margin: 0 auto;
  515. overflow: hidden;
  516. }
  517. .pop_up_div3 .btn button{
  518. padding:3px 25px !important;
  519. }
  520. .pop_up_div3 .btn .fl{
  521. position: absolute;
  522. top: 10px;
  523. left: 5%;
  524. color: #666666;
  525. }
  526. .pop_up_div3 .btn .fr{
  527. position: absolute;
  528. top: 10px;
  529. right: 5%;
  530. }