Нет описания

EquipmentMessage.css 8.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564
  1. .sub_title {
  2. text-align: center;
  3. width: 80%;
  4. margin: 0 auto;
  5. margin-top: 20px;
  6. font-weight: normal;
  7. line-height: 24px;
  8. }
  9. .sub_title:before,
  10. .sub_title:after {
  11. display: inline-block;
  12. content: "";
  13. width: 13%;
  14. height: 1px;
  15. background: #c8b379;
  16. position: absolute;
  17. top: 50%;
  18. }
  19. .sub_title:before {
  20. left: 25%;
  21. }
  22. .sub_title:after {
  23. right: 25%;
  24. }
  25. .content {
  26. /*text-indent: 24px;
  27. font-size: 13px;
  28. line-height: 23px;
  29. margin: 20px 0;*/
  30. /*text-align: center;*/
  31. /*padding-top: 50px;*/
  32. }
  33. .img {
  34. background: url(../img/border2_02.png) no-repeat;
  35. height: 30px;
  36. background-size: cover;
  37. }
  38. @font-face {
  39. font-family: 'iconfont';
  40. /* project id 280843 */
  41. src: url('//at.alicdn.com/t/font_280843_z6lfyq17pjw3tyb9.eot');
  42. src: url('//at.alicdn.com/t/font_280843_z6lfyq17pjw3tyb9.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_280843_z6lfyq17pjw3tyb9.woff') format('woff'), url('//at.alicdn.com/t/font_280843_z6lfyq17pjw3tyb9.ttf') format('truetype'), url('//at.alicdn.com/t/font_280843_z6lfyq17pjw3tyb9.svg#iconfont') format('svg');
  43. }
  44. .iconfont {
  45. font-family: "iconfont";
  46. font-size: 18px;
  47. font-style: normal;
  48. color: #f49b07;
  49. -webkit-font-smoothing: antialiased;
  50. -webkit-text-stroke-width: 0.2px;
  51. -moz-osx-font-smoothing: grayscale;
  52. vertical-align: middle;
  53. /* padding-left:20px*/
  54. }
  55. .Details-map {
  56. height: 200px;
  57. border: 1px solid #ccc;
  58. }
  59. .mui-table-view .mui-media-object {
  60. min-width: 65px;
  61. height: 65px;
  62. line-height: 65px;
  63. }
  64. .mui-popover.mui-popover-action .mui-table-view {
  65. text-align: inherit;
  66. }
  67. .PJ_text {
  68. width: 80%;
  69. margin: 0 auto;
  70. }
  71. .PJ_chose {
  72. width: 80%;
  73. margin: 0 auto;
  74. text-align: center;
  75. }
  76. .PJ_chose ul {
  77. overflow: hidden;
  78. }
  79. .PJ_chose li {
  80. float: left;
  81. width: 48%;
  82. }
  83. .PJ_chose li p {
  84. padding: 6px 12px;
  85. border: 1px solid #c8c7cc;
  86. font-size: 12px;
  87. border-radius: 5px;
  88. }
  89. .PJ-Start i {
  90. margin-right: 5px;
  91. font-size: 30px;
  92. }
  93. .mui-popover .mui-table-view {
  94. background-color: #fff;
  95. }
  96. /*.ServeContent .mui-table-view-cell:after {
  97. background-color: #fff;
  98. }
  99. */
  100. .mui-table-view:after {
  101. background-color: #fff;
  102. }
  103. .mui-popover.mui-popover-action .mui-table-view .mui-table-view-cell:after {
  104. background-color: #fff;
  105. }
  106. h5 {
  107. margin-top: 15px;
  108. }
  109. /*.mui-table-view-cell {
  110. padding-top: 20px;
  111. padding-left: 12px;
  112. }
  113. */
  114. .size-16 {
  115. font-size: 16px;
  116. }
  117. textarea {
  118. font-size: 12px;
  119. color: #8f8f94;
  120. }
  121. .mui-btn {
  122. /*width: 80px;*/
  123. border-radius: 40px;
  124. padding: 6px 20px;
  125. }
  126. .Servelist {
  127. margin: 15px;
  128. padding: 5px;
  129. margin-bottom: 17px;
  130. border-left: 5px solid #13a7f1;
  131. color: #13a7f1;
  132. }
  133. /*进程css*/
  134. .ServeContent {
  135. border-top: 1px solid #c8c7cc;
  136. border-bottom: 1px solid #c8c7cc;
  137. /*padding: 12px;*/
  138. }
  139. .layui-text h3 {
  140. font-size: 16px;
  141. }
  142. .layui-timeline-item {
  143. padding-bottom: 10px;
  144. }
  145. .Workdeail {
  146. /*padding: 15px;*/
  147. margin: 0 auto;
  148. /*margin-bottom: 10%;*/
  149. }
  150. .Workdeail label {
  151. text-align: right;
  152. }
  153. .mui-table-view-cell {
  154. position: relative;
  155. overflow: hidden;
  156. padding: 6px 15px;
  157. -webkit-touch-callout: none;
  158. }
  159. .fl {
  160. float: left;
  161. }
  162. .fr {
  163. float: right;
  164. }
  165. .layui-content {
  166. width: 90%;
  167. margin: 10px auto;
  168. }
  169. /*.img-box {
  170. float: left;
  171. width: 65px;
  172. text-align: center;
  173. line-height: 65px;
  174. height: 67px;
  175. background-color: #fff;
  176. border: 1px solid #ddd;
  177. border-radius: 4px;
  178. margin-right: 20px;
  179. margin-bottom: 10px;
  180. }*/
  181. /*.image-item {
  182. width: 65px;
  183. height: 65px;
  184. background-size: 100% 100%;
  185. display: inline-block;
  186. position: relative;
  187. border-radius: 5px;
  188. margin-bottom: 10px;
  189. }
  190. */
  191. .image-list {
  192. width: 100%;
  193. /* height: 85px; */
  194. background-size: cover;
  195. padding: 11px 15px;
  196. overflow: hidden;
  197. }
  198. .image-list ul {
  199. padding-left: 0;
  200. margin-right: -10px;
  201. }
  202. .ND_deail {
  203. line-height: 37px;
  204. }
  205. .layui-timeline {
  206. padding-left: 20px;
  207. }
  208. .fl_ {
  209. float: left;
  210. }
  211. .fl_ li {
  212. float: left;
  213. width: 20%;
  214. list-style: none;
  215. margin-right: 10px;
  216. }
  217. .fl_ li img {
  218. width: 100%;
  219. height: 100%;
  220. padding: 5px;
  221. }
  222. .fl_ li div.item_img {
  223. text-align: center;
  224. width: 50px;
  225. height: 50px;
  226. }
  227. .mui-col-xs-3 {
  228. text-align: right;
  229. vertical-align: middle;
  230. }
  231. /*自定义CSS*/
  232. .mui-preview-image.mui-fullscreen {
  233. position: fixed;
  234. z-index: 20;
  235. background-color: #000;
  236. }
  237. .mui-preview-header,
  238. .mui-preview-footer {
  239. position: absolute;
  240. width: 100%;
  241. left: 0;
  242. z-index: 10;
  243. }
  244. .mui-preview-header {
  245. height: 44px;
  246. top: 0;
  247. }
  248. .mui-preview-footer {
  249. height: 50px;
  250. bottom: 0px;
  251. }
  252. .mui-preview-header .mui-preview-indicator {
  253. display: block;
  254. line-height: 25px;
  255. color: #fff;
  256. text-align: center;
  257. margin: 15px auto 4;
  258. width: 70px;
  259. background-color: rgba(0, 0, 0, 0.4);
  260. border-radius: 12px;
  261. font-size: 16px;
  262. }
  263. .mui-preview-image {
  264. display: none;
  265. -webkit-animation-duration: 0.5s;
  266. animation-duration: 0.5s;
  267. -webkit-animation-fill-mode: both;
  268. animation-fill-mode: both;
  269. }
  270. .mui-preview-image.mui-preview-in {
  271. -webkit-animation-name: fadeIn;
  272. animation-name: fadeIn;
  273. }
  274. .mui-preview-image.mui-preview-out {
  275. background: none;
  276. -webkit-animation-name: fadeOut;
  277. animation-name: fadeOut;
  278. }
  279. .mui-preview-image.mui-preview-out .mui-preview-header,
  280. .mui-preview-image.mui-preview-out .mui-preview-footer {
  281. display: none;
  282. }
  283. .mui-zoom-scroller {
  284. position: absolute;
  285. display: -webkit-box;
  286. display: -webkit-flex;
  287. display: flex;
  288. -webkit-box-align: center;
  289. -webkit-align-items: center;
  290. align-items: center;
  291. -webkit-box-pack: center;
  292. -webkit-justify-content: center;
  293. justify-content: center;
  294. left: 0;
  295. right: 0;
  296. bottom: 0;
  297. top: 0;
  298. width: 100%;
  299. height: 100%;
  300. margin: 0;
  301. -webkit-backface-visibility: hidden;
  302. }
  303. .mui-zoom {
  304. -webkit-transform-style: preserve-3d;
  305. transform-style: preserve-3d;
  306. }
  307. .mui-slider .mui-slider-group .mui-slider-item img {
  308. width: auto;
  309. height: auto;
  310. max-width: 100%;
  311. max-height: 100%;
  312. }
  313. .mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
  314. width: 100%;
  315. }
  316. .mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
  317. display: inline-table;
  318. }
  319. .mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
  320. display: table-cell;
  321. vertical-align: middle;
  322. }
  323. .mui-preview-loading {
  324. position: absolute;
  325. width: 100%;
  326. height: 100%;
  327. top: 0;
  328. left: 0;
  329. display: none;
  330. }
  331. .mui-preview-loading.mui-active {
  332. display: block;
  333. }
  334. .mui-preview-loading .mui-spinner-white {
  335. position: absolute;
  336. top: 50%;
  337. left: 50%;
  338. margin-left: -25px;
  339. margin-top: -25px;
  340. height: 50px;
  341. width: 50px;
  342. }
  343. .mui-preview-image img.mui-transitioning {
  344. -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  345. transition: transform 0.5s ease, opacity 0.5s ease;
  346. }
  347. @-webkit-keyframes fadeIn {
  348. 0% {
  349. opacity: 0;
  350. }
  351. 100% {
  352. opacity: 1;
  353. }
  354. }
  355. @keyframes fadeIn {
  356. 0% {
  357. opacity: 0;
  358. }
  359. 100% {
  360. opacity: 1;
  361. }
  362. }
  363. @-webkit-keyframes fadeOut {
  364. 0% {
  365. opacity: 1;
  366. }
  367. 100% {
  368. opacity: 0;
  369. }
  370. }
  371. @keyframes fadeOut {
  372. 0% {
  373. opacity: 1;
  374. }
  375. 100% {
  376. opacity: 0;
  377. }
  378. }
  379. p img {
  380. max-width: 100%;
  381. height: auto;
  382. }
  383. .click_btn {
  384. display: none;
  385. }
  386. .remind {
  387. padding: 6px 12px;
  388. background-color: #fffced;
  389. color: #f49b07;
  390. }
  391. .user-img img {
  392. width: 50px;
  393. height: 50px;
  394. border-radius: 50%;
  395. margin-right: 10px;
  396. }
  397. .user-img {
  398. margin-top: 0;
  399. }
  400. .evaluate-li h5 {
  401. margin-top: 0;
  402. }
  403. .evaluate-details {
  404. color: #0C0C0C;
  405. }
  406. .eva-message {
  407. float: left;
  408. margin-top: 8px;
  409. }
  410. .eva-message li {
  411. float: left;
  412. background-color: #d4effd;
  413. margin-right: 5px;
  414. margin-bottom: 5px;
  415. border-radius: 8px;
  416. }
  417. .eva-message li p {
  418. padding: 6px 12px;
  419. font-size: 12px;
  420. }
  421. .mui-icon-star-filled {
  422. color: #FFB400;
  423. font-size: 20px;
  424. }
  425. .mui-icon-star {
  426. color: #B5B5B5;
  427. font-size: 20px;
  428. }
  429. .mui-content {
  430. background-color: #efeff4;
  431. }
  432. .evaluate-center {
  433. background-color: #fff;
  434. padding-top: 5px;
  435. box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
  436. /*margin-bottom: 10px;*/
  437. }
  438. .layui-timeline-axiss {
  439. position: absolute;
  440. left: -5px;
  441. top: 0;
  442. z-index: 10;
  443. width: 20px;
  444. height: 20px;
  445. line-height: 20px;
  446. background-color: #fff;
  447. color: color: #ccc;
  448. border-radius: 50%;
  449. text-align: center;
  450. cursor: pointer;
  451. color: #ccc;
  452. }
  453. .click_btn {
  454. display: none;
  455. }
  456. .mui-table-view-cell:after {
  457. position: absolute;
  458. right: 0;
  459. bottom: 0;
  460. left: 0px;
  461. height: 1px;
  462. content: '';
  463. -webkit-transform: scaleY(.5);
  464. transform: scaleY(.5);
  465. background-color: #c8c7cc;
  466. }
  467. .Mf {
  468. padding-left: 15px;
  469. }