三元财务UI

dynamic.css 5.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  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: 15px;
  115. position: relative;
  116. padding-top: 0px;
  117. padding-left: 40px;
  118. padding-right: 10;
  119. }
  120. .mui-tail span{
  121. margin-right: 25px;
  122. font-size: 12px;
  123. }
  124. .mui-tail p{
  125. margin-top: 10px;
  126. font-size: 12px;
  127. }
  128. .mui-table-view-cell-pmargin p{
  129. padding: 14px 10px;
  130. border-top: 1px solid #f5f5f6;
  131. }
  132. .mui-tail .span3{
  133. position: absolute;
  134. top: 0px;
  135. right: 0px;
  136. }
  137. .mui-tail-contail:first-child{
  138. padding-top: 15px !important;
  139. }
  140. .mui-table-view-li:after{
  141. position: absolute;
  142. right: 0;
  143. bottom: 0;
  144. left: 0px;
  145. height: 0px;
  146. content: '';
  147. -webkit-transform: scaleY(.5);
  148. transform: scaleY(.5);
  149. background-color: #f5f5f6;
  150. }
  151. .mui-table-view-li label{
  152. padding:7px 10px 7px 10px!important;
  153. }
  154. .mui-tail-contail{
  155. position: relative;
  156. }
  157. .mui-tail-contail .circular{
  158. position: absolute;
  159. background: #2cc6a7;
  160. left: 15px;
  161. top: 20px;
  162. width: 12px;
  163. height: 12px;
  164. -moz-border-radius: 6px; /* Firefox */
  165. -webkit-border-radius: 6px; /* Safari 和 Chrome */
  166. border-radius: 6px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  167. z-index: 3;
  168. }
  169. .mui-tail-contail .circular_h{
  170. position: absolute;
  171. background: #e1e1e1;
  172. left: 16px;
  173. top: 5px;
  174. width: 10px;
  175. height: 10px;
  176. -moz-border-radius: 5px; /* Firefox */
  177. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  178. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  179. z-index: 3;
  180. }
  181. .mui-tail-contail .circular_hd{
  182. position: absolute;
  183. background: #e1e1e1;
  184. left: 15px;
  185. top: 5px;
  186. width: 12px;
  187. height: 12px;
  188. -moz-border-radius: 6px; /* Firefox */
  189. -webkit-border-radius: 6px; /* Safari 和 Chrome */
  190. border-radius: 6px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  191. z-index: 3;
  192. }
  193. /*.mui-tail-contail .string1{
  194. position: absolute;
  195. background: #e1e1e1;
  196. left: 20px;
  197. top: 20px;
  198. width: 2px;
  199. height: 70px;
  200. z-index: 1;
  201. }*/
  202. .mui-tail-contail .string{
  203. position: absolute;
  204. background: #e1e1e1;
  205. left: 20px;
  206. top: 0px;
  207. width: 2px;
  208. height: 70px;
  209. z-index: 1;
  210. }
  211. /*.mui-tail-contail .string3{
  212. position: absolute;
  213. background: #e1e1e1;
  214. left: 20px;
  215. top: 0px;
  216. width: 2px;
  217. height: 5px;
  218. z-index: 1;
  219. }*/
  220. .mui-tail-contail> .string:first-child{
  221. top: 20px;
  222. width: 2px;
  223. height: 70px;
  224. z-index: 1;
  225. }
  226. .mui-tail-contail> .string:last-child{
  227. top: 0px;
  228. width: 2px;
  229. height: 5px;
  230. z-index: 1;
  231. }
  232. .mui-table-view-ul:after{
  233. position: absolute;
  234. right: 0;
  235. bottom: 0;
  236. left: 0px;
  237. height: 5px;
  238. content: '';
  239. -webkit-transform: scaleY(.5);
  240. transform: scaleY(.5);
  241. background-color: #f5f5f6;
  242. }
  243. .mui-table-view-ul-1:after{
  244. position: absolute;
  245. right: 0;
  246. bottom: 0;
  247. left: 0px;
  248. height: 1px;
  249. content: '';
  250. -webkit-transform: scaleY(.5);
  251. transform: scaleY(.5);
  252. background-color: #f5f5f6;
  253. }
  254. .mui-nav{
  255. position: fixed;
  256. width: 100%;
  257. top: 44px;
  258. height: 44px;
  259. line-height: 44px;
  260. text-align: center;
  261. background: #22c9a8;
  262. z-index: 333;
  263. color: #FFFFFF;
  264. font-size: 17px;}
  265. .mui-nav a{
  266. position: absolute;
  267. left: 15px;
  268. line-height: 44px;
  269. color: #FFFFFF;
  270. }
  271. .mui-nav span{
  272. position: absolute;
  273. right: 15px;
  274. line-height: 44px;
  275. font-size: 13px;
  276. }
  277. .mui-icon img{
  278. width: 100%;
  279. }
  280. /*头部*/
  281. .titdyna{
  282. position: fixed !important;
  283. top: 0px;
  284. z-index: 333;
  285. background: #efeff4;
  286. }
  287. /*动态*/
  288. .titdyna{
  289. position: fixed;
  290. width: 100%;
  291. top: 0px;
  292. }
  293. .titdyna ul{
  294. padding: 0;
  295. margin: 0;
  296. overflow: hidden;
  297. }
  298. .titdyna ul li{
  299. display: block;
  300. width: 25%;
  301. float: left;
  302. text-align: center;
  303. height: 38px;
  304. line-height: 38px;
  305. color: #929292;
  306. }