Keine Beschreibung

dynamic.css 5.1KB

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