Brak opisu

dynamic.css 5.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  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. .font-color7{
  23. color: #929292 !important;
  24. margin-right: 0px !important;
  25. }
  26. /*导航样式*/
  27. .mui-tabs{
  28. bottom: 0;
  29. display: table;
  30. width: 100%;
  31. height: 50px;
  32. padding: 0;
  33. table-layout: fixed;
  34. border-top: 0;
  35. border-bottom: 0;
  36. position: fixed;
  37. z-index: 10;
  38. right: 0;
  39. left: 0;
  40. height: 44px;
  41. padding-right: 10px;
  42. padding-left: 10px;
  43. border-bottom: 0;
  44. background-color: #f7f7f7;
  45. -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .85);
  46. box-shadow: 0 0 1px rgba(0, 0, 0, .85);
  47. -webkit-backface-visibility: hidden;
  48. backface-visibility: hidden;}
  49. .mui-tabs-item{
  50. display: table-cell;
  51. overflow: hidden;
  52. width: 1%;
  53. height: 50px;
  54. text-align: center;
  55. vertical-align: middle;
  56. white-space: nowrap;
  57. text-overflow: ellipsis;
  58. color: #929292;
  59. }
  60. .mui-icon {
  61. top: 3px;
  62. width: 24px;
  63. height: 24px;
  64. padding-top: 0;
  65. padding-bottom: 0;
  66. font-size: 24px;
  67. position: relative;
  68. z-index: 20;
  69. }
  70. .mui-tab-label {
  71. font-size: 11px;
  72. display: block;
  73. overflow: hidden;
  74. text-overflow: ellipsis;
  75. }
  76. .mui-active{
  77. color: #2cc6a7;
  78. }
  79. /*工单动态*/
  80. .mui-bar-popover {
  81. width: 30%;
  82. }
  83. .mui-popover.mui-bar-popover .mui-table-view {
  84. width: 100%;
  85. }
  86. .mui-table-view .mui-table-view-cell>a:not(.mui-btn) {
  87. text-align: center;
  88. }
  89. .mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea{
  90. float: left;
  91. color: #222222;
  92. }
  93. .mui-input-row label~input:-webkit-input-placeholder {
  94. color:#222222; /* WebKit browsers */
  95. }
  96. .mui-input-row label~input:-moz-placeholder {
  97. color: #222222; /* Mozilla Firefox 4 to 18 */
  98. }
  99. .mui-input-row label~input:-moz-placeholder {
  100. color: #222222; /* Mozilla Firefox 19+ */
  101. }
  102. .mui-input-row label~input:-ms-input-placeholder {
  103. color: #222222; /* Internet Explorer 10+ */
  104. }
  105. .mui-table-view-cell {
  106. padding: 0px!important;
  107. }
  108. .mui-table-view-cell:after{
  109. left: 0px;
  110. background-color: #f5f5f6;
  111. }
  112. .mui-bar-nav {
  113. background-color: #393a3f;
  114. }
  115. .mui-title{color: #FFFFFF;}
  116. /*工单详情*/
  117. .mui-tail{
  118. padding: 15px;
  119. position: relative;
  120. padding-top: 0px;
  121. padding-left: 40px;
  122. padding-right: 10;
  123. }
  124. .mui-tail span{
  125. margin-right: 25px;
  126. font-size: 12px;
  127. }
  128. .mui-tail p{
  129. margin-top: 10px;
  130. font-size: 12px;
  131. }
  132. .mui-table-view-cell-pmargin p{
  133. padding: 14px 10px;
  134. border-top: 1px solid #f5f5f6;
  135. }
  136. .mui-tail .span3{
  137. position: absolute;
  138. top: 0px;
  139. right: 10px;
  140. }
  141. .mui-tail-contail:first-child{
  142. padding-top: 15px !important;
  143. }
  144. .mui-table-view-li:after{
  145. position: absolute;
  146. right: 0;
  147. bottom: 0;
  148. left: 0px;
  149. height: 0px;
  150. content: '';
  151. -webkit-transform: scaleY(.5);
  152. transform: scaleY(.5);
  153. background-color: #f5f5f6;
  154. }
  155. .mui-table-view-li label{
  156. padding:7px 10px 7px 10px!important;
  157. }
  158. .mui-tail-contail{
  159. position: relative;
  160. }
  161. .mui-tail-contail .circular{
  162. position: absolute;
  163. background: #2cc6a7;
  164. left: 15px;
  165. top: 20px;
  166. width: 12px;
  167. height: 12px;
  168. -moz-border-radius: 6px; /* Firefox */
  169. -webkit-border-radius: 6px; /* Safari 和 Chrome */
  170. border-radius: 6px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  171. z-index: 3;
  172. }
  173. .mui-tail-contail .circular_h{
  174. position: absolute;
  175. background: #e1e1e1;
  176. left: 16px;
  177. top: 5px;
  178. width: 10px;
  179. height: 10px;
  180. -moz-border-radius: 5px; /* Firefox */
  181. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  182. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  183. z-index: 3;
  184. }
  185. .mui-tail-contail .circular_hd{
  186. position: absolute;
  187. background: #e1e1e1;
  188. left: 15px;
  189. top: 5px;
  190. width: 12px;
  191. height: 12px;
  192. -moz-border-radius: 6px; /* Firefox */
  193. -webkit-border-radius: 6px; /* Safari 和 Chrome */
  194. border-radius: 6px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  195. z-index: 3;
  196. }
  197. /*.mui-tail-contail .string1{
  198. position: absolute;
  199. background: #e1e1e1;
  200. left: 20px;
  201. top: 20px;
  202. width: 2px;
  203. height: 70px;
  204. z-index: 1;
  205. }*/
  206. .mui-tail-contail .string{
  207. position: absolute;
  208. background: #e1e1e1;
  209. left: 20px;
  210. top: 0px;
  211. width: 2px;
  212. height: 70px;
  213. z-index: 1;
  214. }
  215. /*.mui-tail-contail .string3{
  216. position: absolute;
  217. background: #e1e1e1;
  218. left: 20px;
  219. top: 0px;
  220. width: 2px;
  221. height: 5px;
  222. z-index: 1;
  223. }*/
  224. .mui-tail-contail> .string:first-child{
  225. top: 20px;
  226. width: 2px;
  227. height: 70px;
  228. z-index: 1;
  229. }
  230. .mui-tail-contail> .string:last-child{
  231. top: 0px;
  232. width: 2px;
  233. height: 5px;
  234. z-index: 1;
  235. }
  236. .mui-tail-contail .string3{
  237. position: absolute;
  238. background: #e1e1e1;
  239. left: 20px;
  240. top: 0px;
  241. width: 2px;
  242. height: 5px;
  243. z-index: 1;
  244. }
  245. .mui-table-view-ul:after{
  246. position: absolute;
  247. right: 0;
  248. bottom: 0;
  249. left: 0px;
  250. height: 5px;
  251. content: '';
  252. -webkit-transform: scaleY(.5);
  253. transform: scaleY(.5);
  254. background-color: #f5f5f6;
  255. }
  256. .mui-table-view-ul-1:after{
  257. position: absolute;
  258. right: 0;
  259. bottom: 0;
  260. left: 0px;
  261. height: 1px;
  262. content: '';
  263. -webkit-transform: scaleY(.5);
  264. transform: scaleY(.5);
  265. background-color: #f5f5f6;
  266. }
  267. .mui-nav{
  268. position: fixed;
  269. width: 100%;
  270. top: 44px;
  271. height: 44px;
  272. line-height: 44px;
  273. text-align: center;
  274. background: #22c9a8;
  275. z-index: 333;
  276. color: #FFFFFF;
  277. font-size: 17px;}
  278. .mui-nav a{
  279. position: absolute;
  280. left: 15px;
  281. line-height: 44px;
  282. color: #FFFFFF;
  283. }
  284. .mui-nav span{
  285. position: absolute;
  286. right: 15px;
  287. line-height: 44px;
  288. font-size: 13px;
  289. }
  290. .mui-icon img{
  291. width: 100%;
  292. }
  293. /*头部*/
  294. .titdyna{
  295. position: fixed !important;
  296. top: 0px;
  297. z-index: 333;
  298. background: #efeff4;
  299. }
  300. /*动态*/
  301. .titdyna{
  302. position: fixed;
  303. width: 100%;
  304. top: 0px;
  305. }
  306. .titdyna ul{
  307. padding: 0;
  308. margin: 0;
  309. overflow: hidden;
  310. }
  311. .titdyna ul li{
  312. display: block;
  313. width: 25%;
  314. float: left;
  315. text-align: center;
  316. height: 38px;
  317. line-height: 38px;
  318. color: #929292;
  319. }