暂无描述

Common.css 8.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581
  1. /*
  2. * 通用CSS
  3. */
  4. .mui-pull-left {
  5. color: #fff!important;
  6. }
  7. .mui-pull-right,
  8. .mui-title {
  9. color: #fff;
  10. }
  11. body {
  12. background-color: #fff!important;
  13. }
  14. #Btns-box {
  15. background-color: #fff!important;
  16. padding-top: 25px;
  17. text-align: -webkit-auto;
  18. margin-bottom: 20px;
  19. }
  20. #submit {
  21. /*border: 1px solid #2f4050;
  22. background-color: #2f4050;*/
  23. padding: 10px 30px;
  24. }
  25. #u_code {
  26. float: none;
  27. width: 35%;
  28. }
  29. #get_code {
  30. background-color: #007aff;
  31. padding: 5px 10px;
  32. color: #fff;
  33. border-radius: 5px;
  34. font-size: 15px;
  35. }
  36. .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-progress-bar {
  37. background-color: #57cebf!important;
  38. }
  39. .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
  40. color: #57cebf!important;
  41. }
  42. .mui-slider-indicator.mui-segmented-control {
  43. background-color: #fff;
  44. }
  45. .mui-grid-view.mui-grid-9 {
  46. margin: 0;
  47. padding: 0;
  48. /* border-top: 1px solid #eee; */
  49. /* border-left: 1px solid #eee; */
  50. background-color: #fff;
  51. }
  52. .mui-grid-view.mui-grid-9 .mui-table-view-cell {
  53. margin: 0;
  54. padding: 11px 15px;
  55. vertical-align: top;
  56. border: none;
  57. }
  58. .mui-grid-bottom {
  59. height: 2px;
  60. background-color: #57cebf;
  61. display: block;
  62. width: 20px;
  63. margin: 0 auto;
  64. }
  65. .size-20 {
  66. font-size: 30px;
  67. }
  68. .size-14 {
  69. font-size: 12px!important;
  70. }
  71. .mui-grid-view.mui-grid-9 .mui-table-view-cell {
  72. margin: 20px 0;
  73. }
  74. .mui-grid-view.mui-grid-9 {
  75. border-top: none;
  76. }
  77. .mui-slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item {
  78. border-bottom: none;
  79. }
  80. .mui-input-row label {
  81. padding: 11.5px 3px;
  82. text-align: right;
  83. width: 30%;
  84. font-size: 15px;
  85. }
  86. .type_down {
  87. float: right!important;
  88. display: inline-block!important;
  89. vertical-align: middle!important;
  90. line-height: 42px;
  91. color: #007aff;
  92. }
  93. .type_con {
  94. width: 55%!important;
  95. float: left!important;
  96. vertical-align: middle!important;
  97. display: inline-block!important;
  98. padding: 10px 0!important;
  99. margin-left: 5.3%;
  100. }
  101. .mui-card input,
  102. .mui-card textarea {
  103. font-size: 14px;
  104. }
  105. .mui-input-row:after {
  106. height: 1px!important;
  107. }
  108. .h_content textarea {
  109. width: 100%!important;
  110. padding: 0 20px!important;
  111. }
  112. /*工单处理*/
  113. .mui-input-group .mui-input-row {
  114. height: auto;
  115. }
  116. .Span {
  117. line-height: 40px;
  118. padding: 11px 0px 11px 0;
  119. }
  120. .img-box {
  121. float: left;
  122. width: 25%;
  123. text-align: center;
  124. }
  125. .h_content {
  126. height: auto!important;
  127. }
  128. .mui-card-header {
  129. color: #007aff;
  130. }
  131. /*工单创建*/
  132. #fileNum {
  133. color: #f8ac59;
  134. }
  135. .noThumb {
  136. color: #1aaad0;
  137. font-size: 49px;
  138. padding-bottom: 20px;
  139. }
  140. /*问卷调查*/
  141. .questionnaire {}
  142. .questionnaire .que_header_title {
  143. text-align: center;
  144. padding: 10px 15px 0;
  145. }
  146. .questionnaire .que_header_content {
  147. text-indent: 2em;
  148. }
  149. .questionnaire .mui-checkbox label,
  150. .questionnaire .mui-radio label {
  151. width: 100%;
  152. padding-right: 58px;
  153. text-align: left;
  154. }
  155. .questionnaire .mui-card-header .qus_title {
  156. font-size: 16px;
  157. }
  158. .questionnaire .mui-card-header .qus_type {
  159. font-size: 8px;
  160. padding: 1px 5px;
  161. border-radius: 5px;
  162. text-align: center;
  163. vertical-align: middle;
  164. margin-right: 5px;
  165. }
  166. .questionnaire .mui-card-header .qus_radio {
  167. border: 1px solid #4cd964;
  168. color: #4cd964;
  169. /*color: #fff;
  170. background-color: #4cd964;*/
  171. }
  172. .questionnaire .mui-card-header .qus_check {
  173. border: 1px solid #f0ad4e;
  174. color: #f0ad4e;
  175. /*color: #fff;
  176. background-color: #f0ad4e;*/
  177. }
  178. .questionnaire .mui-card-header .qus_answer {
  179. border: 1px solid #8a6de9;
  180. color: #8a6de9;
  181. /*color: #fff;
  182. background-color: #8a6de9;*/
  183. }
  184. /*工单进度*/
  185. .workSchedule {
  186. background-color: #fff;
  187. }
  188. .workSchedule .Content {
  189. padding-top: 5px;
  190. }
  191. .workSchedule .Content h5 {
  192. line-height: 20px;
  193. letter-spacing: 1px;
  194. line-height: 15px;
  195. font-size: 14px;
  196. text-indent: 2em;
  197. padding-top: 10px;
  198. word-break: break-all
  199. }
  200. .workSchedule .Content-title {
  201. color: #6eb4a1;
  202. }
  203. .workSchedule .size-16 {
  204. font-size: 16px;
  205. }
  206. @font-face {
  207. font-family: 'iconfont';
  208. src: url('//at.alicdn.com/t/font_280843_fiejjec0z3ahsemi.eot');
  209. src: url('//at.alicdn.com/t/font_280843_fiejjec0z3ahsemi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_280843_fiejjec0z3ahsemi.woff') format('woff'), url('//at.alicdn.com/t/font_280843_fiejjec0z3ahsemi.ttf') format('truetype'), url('//at.alicdn.com/t/font_280843_fiejjec0z3ahsemi.svg#iconfont') format('svg');
  210. }
  211. .workSchedule .iconfont {
  212. font-family: "iconfont";
  213. font-size: 14px;
  214. font-style: normal;
  215. -webkit-font-smoothing: antialiased;
  216. -webkit-text-stroke-width: 0.2px;
  217. -moz-osx-font-smoothing: grayscale;
  218. color: #007aff;
  219. }
  220. .workSchedule .message-box li {
  221. padding: 5px;
  222. }
  223. .workSchedule .fr {
  224. float: right;
  225. }
  226. .workSchedule .layui-timeline {
  227. padding-top: 10px;
  228. padding-left: 25px;
  229. margin-bottom: 20px;
  230. }
  231. .workSchedule .layui-timeline-content h5 {
  232. line-height: 20px;
  233. font-size: 12px;
  234. }
  235. .workSchedule .layui-timeline-title {
  236. margin-bottom: 0;
  237. }
  238. .workSchedule .layui-timeline-content {
  239. padding-right: 5px;
  240. }
  241. .workSchedule .image-list {
  242. width: 100%;
  243. background-size: cover;
  244. padding: 10px 10px;
  245. overflow: hidden;
  246. }
  247. .workSchedule .image-item {
  248. width: 65px;
  249. height: 65px;
  250. background-size: 100% 100%;
  251. display: inline-block;
  252. position: relative;
  253. border-radius: 5px;
  254. margin-bottom: 10px;
  255. }
  256. .workSchedule .img-box {
  257. float: left;
  258. width: 25%;
  259. text-align: center;
  260. line-height: 75px;
  261. }
  262. .workSchedule .states {
  263. display: none;
  264. }
  265. .workSchedule .success {
  266. color: #2AC845;
  267. }
  268. .workSchedule .finish {
  269. color: #CCCCCC;
  270. }
  271. /*工单列表*/
  272. .workList {
  273. background-color: #fff;
  274. }
  275. .workList .mui-bar-popover {
  276. width: 30%;
  277. }
  278. .workList .mui-popover.mui-bar-popover .mui-table-view {
  279. width: 100%;
  280. }
  281. .workList .san {
  282. font-size: 14px;
  283. margin-right: 5px
  284. }
  285. .workList .nav_a {
  286. border-right: 1px solid #ccc;
  287. }
  288. .workList .time {
  289. text-align: right;
  290. }
  291. .workList .mui-table-view .mui-media-object {
  292. /* line-height: 71px; */
  293. max-width: 80px;
  294. height: 80px;
  295. }
  296. .workList input[type="search"] {
  297. border: 1px solid #ccc;
  298. border-radius: 18px;
  299. background-color: rgb(255, 255, 255);
  300. }
  301. .workList .Success {
  302. color: #4cd964;
  303. }
  304. .workList .Finish {
  305. color: #ccc;
  306. }
  307. .workList .mui-search.mui-active:before {
  308. font-size: 20px;
  309. right: auto;
  310. left: 5px;
  311. display: block;
  312. margin-right: 0;
  313. top: 25px;
  314. }
  315. .workList .mui-icon-clear {
  316. right: 80px!important;
  317. }
  318. .workList .mui-search {
  319. margin-right: 55px;
  320. }
  321. .workList .success {
  322. color: #ccc;
  323. }
  324. .workList .wait {
  325. color: #2AC845;
  326. }
  327. .workList .mui-ellipsis {
  328. width: 300px;
  329. padding-bottom: 10px;
  330. }
  331. /*工单搜索*/
  332. .workSearch {
  333. background-color: #fff;
  334. font-size: 14px;
  335. }
  336. .workSearch input {
  337. font-size: 14px;
  338. }
  339. .workSearch .submit {
  340. font-size: 16px;
  341. margin-top: 20px;
  342. }
  343. .workSearch .mui-table-view {
  344. box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  345. }
  346. .workSearch .mui-content {
  347. padding: 5px;
  348. }
  349. .workSearch .mui-bar-popover {
  350. width: 30%;
  351. }
  352. .workSearch .mui-popover.mui-bar-popover .mui-table-view {
  353. width: 100%;
  354. }
  355. .workSearch .mui-table-view .mui-table-view-cell>a:not(.mui-btn) {
  356. text-align: center;
  357. }
  358. .workSearch .mui-table-view-cell {
  359. padding: 1px 15px!important;
  360. }
  361. .workSearch .san {
  362. font-size: 14px;
  363. margin-right: 5px
  364. }
  365. .workSearch .nav_a {
  366. border-right: 1px solid #ccc;
  367. }
  368. .workSearch .radio_box {
  369. display: inline-block;
  370. }
  371. .workSearch .mui-radio input[type=radio]:before {
  372. font-size: 20px;
  373. vertical-align: middle;
  374. }
  375. .workSearch .mui-radio.mui-left input[type=radio] {
  376. line-height: 24px!important;
  377. }
  378. .workSearch .mui-radio.mui-left label {
  379. padding-right: 1px!important;
  380. padding-left: 51px!important;
  381. }
  382. .workSearch .ztext {
  383. width: 100%;
  384. margin: 0;
  385. border: 0;
  386. }
  387. .workSearch .action {
  388. padding: 5px 15px;
  389. }
  390. .workSearch .label {
  391. width: 30%!important;
  392. padding: 11px 0px!important;
  393. }
  394. .workSearch .get_yzm {
  395. padding: 5px!important;
  396. width: auto!important;
  397. }
  398. .workSearch .yzm_con {
  399. float: left!important;
  400. width: 40%!important;
  401. }
  402. .workSearch .mui-bar-nav {
  403. background-color: #00a1cb;
  404. }
  405. .workSearch .mui-input-row label {
  406. text-align: -webkit-right;
  407. }
  408. .workSearch .mui-btn-block {
  409. padding: 10px;
  410. width: 100%;
  411. }
  412. .workSearch .mui-title {
  413. color: #fff;
  414. }
  415. .workSearch .mui-icon {
  416. font-size: 18px!important;
  417. color: #ccc;
  418. }
  419. .workSearch .mui-select {
  420. font-size: 14px!important;
  421. }
  422. .file_tips {
  423. color: #f8ac59;
  424. position: absolute;
  425. top: 12px;
  426. left: 54px;
  427. font-size: 12px;
  428. }
  429. /*loading*/
  430. .hy_loading {
  431. position: fixed;
  432. left: 0;
  433. top: 0;
  434. width: 100%;
  435. height: 100%;
  436. background-color: rgba(0, 0, 0, .3);
  437. z-index: 9998;
  438. transition: all .2s;
  439. }
  440. .hy_loading .loading_img {
  441. position: absolute;
  442. left: 0;
  443. top: 0;
  444. bottom: 0;
  445. right: 0;
  446. overflow: hidden;
  447. margin: auto;
  448. width: 60px;
  449. height: 24px;
  450. z-index: 9999;
  451. }
  452. .hy_loading .load_percentage {
  453. position: absolute;
  454. left: 0;
  455. top: 0;
  456. bottom: 0;
  457. right: 0;
  458. overflow: hidden;
  459. margin: auto;
  460. width: 120px;
  461. height: 120px;
  462. z-index: 9999;
  463. }