Brak opisu

report.css 6.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  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. .mui-bar-popover {
  23. width: 30%;
  24. }
  25. .mui-popover.mui-bar-popover .mui-table-view {
  26. width: 100%;
  27. }
  28. .mui-table-view .mui-table-view-cell>a:not(.mui-btn) {
  29. text-align: center;
  30. }
  31. .mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea{
  32. float: left;
  33. color: #222222;
  34. }
  35. .mui-input-row label~input:-webkit-input-placeholder {
  36. color:#222222; /* WebKit browsers */
  37. }
  38. .mui-input-row label~input:-moz-placeholder {
  39. color: #222222; /* Mozilla Firefox 4 to 18 */
  40. }
  41. .mui-input-row label~input:-moz-placeholder {
  42. color: #222222; /* Mozilla Firefox 19+ */
  43. }
  44. .mui-input-row label~input:-ms-input-placeholder {
  45. color: #222222; /* Internet Explorer 10+ */
  46. }
  47. .mui-table-view-cell {
  48. padding: 0px!important;
  49. }
  50. .mui-table-view-cell:after{
  51. left: 0px;
  52. background-color: #f5f5f6;
  53. }
  54. .radio_box {
  55. display: inline-block;
  56. }
  57. .mui-radio input[type=radio]:before {
  58. font-size: 20px;
  59. vertical-align: middle;
  60. }
  61. .mui-radio.mui-left input[type=radio] {
  62. line-height: 24px!important;
  63. }
  64. .mui-radio.mui-left label {
  65. padding-right: 1px!important;
  66. padding-left: 51px!important;
  67. color: #222222;
  68. }
  69. .mui-input-row font{
  70. padding: 10px 20px;
  71. float: left;
  72. color: #222222;}
  73. .ztext {
  74. width: 100%;
  75. margin: 0;
  76. border: 0;
  77. }
  78. .action {
  79. padding: 5px 15px;
  80. }
  81. .type_down {
  82. float: right!important;
  83. display: inline-block!important;
  84. vertical-align: middle!important;
  85. line-height: 42px;
  86. margin-right: 10px;
  87. }
  88. .type_con {
  89. width: 55%!important;
  90. float: left!important;
  91. vertical-align: middle!important;
  92. display: inline-block!important;
  93. padding: 10px 0!important;
  94. }
  95. .label {
  96. width: 28%!important;
  97. padding:14px 5px 14px 10px!important;
  98. text-align: left !important;
  99. }
  100. .get_yzm {
  101. padding: 5px!important;
  102. width: auto!important;
  103. }
  104. .yzm_con {
  105. float: left!important;
  106. width: 40%!important;
  107. }
  108. .mui-bar-nav {
  109. background-color: #393a3f;
  110. }
  111. .mui-title{color: #FFFFFF;}
  112. .mui-input-row label {
  113. text-align: -webkit-right;
  114. color: #595959;
  115. }
  116. .mui-btn-block {
  117. padding: 10px;
  118. width: 100%;
  119. }
  120. a {
  121. color: #000;
  122. }
  123. .size-14 {
  124. font-size: 14px;
  125. }
  126. .mui-input-row label~input,
  127. .mui-input-row label~select,
  128. {
  129. line-height: 1.1;
  130. font-size: 14px;
  131. }
  132. .submit-btn{
  133. width: 100%;
  134. position: fixed;
  135. bottom: 0px;
  136. overflow: hidden;
  137. z-index: 3;
  138. -moz-box-shadow: 0px -1px 1px #d2d2d2; /* Firefox */
  139. -webkit-box-shadow: 0px -1px 1px #d2d2d2; /* Safari 和 Chrome */
  140. box-shadow: 0px -1px 1px #d2d2d2; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  141. }
  142. .submit-btn button{
  143. width: 50%;
  144. float: left;
  145. display: block;
  146. border: none;
  147. padding: 0;
  148. margin: 0;
  149. height: 50px;
  150. border-radius: 0px;
  151. background-color: #2cc6a7;}
  152. .submit-btn>button:first-child{
  153. background: #FFFFFF !important;
  154. color: #000000;
  155. }
  156. .mui-input-row .mui-right{
  157. text-align: right;
  158. width: 60%;
  159. float: right;
  160. }
  161. .mui-input-row .mui-right label{
  162. padding-right: 15px;
  163. }
  164. .mui-slider{
  165. background: #FFFFFF;
  166. }
  167. .mui-icon{
  168. border: none !important;
  169. }
  170. .mui-nav{
  171. position: fixed;
  172. width: 100%;
  173. top: 0px;
  174. height: 44px;
  175. line-height: 44px;
  176. text-align: center;
  177. background: #22c9a8;
  178. z-index: 333;
  179. color: #FFFFFF;
  180. font-size: 17px;}
  181. .mui-nav a{
  182. position: absolute;
  183. left: 15px;
  184. line-height: 44px;
  185. color: #FFFFFF;
  186. }
  187. .mui-nav span{
  188. position: absolute;
  189. right: 0px;
  190. top: 0;
  191. line-height: 44px;
  192. font-size: 13px;
  193. background: none;
  194. }
  195. .report_order{
  196. width:80%;
  197. position: absolute;
  198. top: 30px;
  199. }
  200. .report_order .tit{
  201. width: 100%;
  202. text-align: center;
  203. font-size: 14px;
  204. color: #FFFFFF;
  205. }
  206. .report_order .order_num{
  207. width: 100%;
  208. color: #FFFFFF;
  209. text-align: center;
  210. margin-top: 100px;
  211. font-size: 20px;
  212. }
  213. .report_order .order_deta{
  214. width: 100%;
  215. text-align: center;
  216. color: #FFFFFF;
  217. position: absolute;
  218. bottom: -30px;
  219. }
  220. .order_deta dl{
  221. overflow: hidden;
  222. }
  223. .order_deta dl dt{
  224. float: left;
  225. width: 25%;
  226. line-height: 20px;
  227. font-size: 12px;
  228. text-align: center;
  229. }
  230. .report_order .order_botdeta{
  231. width: 100%;
  232. margin-top: 100px;
  233. }
  234. .report_order .order_botdeta dl dt{
  235. float: left;
  236. width: 50%;
  237. line-height: 20px;
  238. font-size: 14px;
  239. color: #FFFFFF;
  240. text-align: center;
  241. }
  242. /*报表*/
  243. .report_area{
  244. width:100%;
  245. position: absolute;
  246. top: 30px;
  247. }
  248. .report_area .tit{
  249. width: 80%;
  250. text-align: center;
  251. font-size: 14px;
  252. color: #FFFFFF;
  253. }
  254. .report_area .area_deta{
  255. width: 80%;
  256. text-align: center;
  257. color: #FFFFFF;
  258. position: absolute;
  259. bottom: -40px;
  260. }
  261. .area_deta dl{
  262. overflow: hidden;
  263. }
  264. .area_deta dl dt{
  265. float: left;
  266. width: 25%;
  267. line-height: 20px;
  268. font-size: 12px;
  269. text-align: center;
  270. }
  271. /*各类*/
  272. .report_type{
  273. width:80%;
  274. position: absolute;
  275. top: 30px;
  276. }
  277. .report_type .tit{
  278. width: 100%;
  279. text-align: center;
  280. font-size: 14px;
  281. color: #FFFFFF;
  282. }
  283. .report_type .type_deta{
  284. width: 100%;
  285. text-align: center;
  286. color: #FFFFFF;
  287. position: absolute;
  288. bottom: -20px;
  289. }
  290. .type_deta dl{
  291. overflow: hidden;
  292. }
  293. .type_deta dl dt{
  294. float: left;
  295. width: 25%;
  296. line-height: 20px;
  297. font-size: 12px;
  298. text-align: center;
  299. }
  300. /*进度条样式*/
  301. .container{
  302. width: 80%;
  303. margin-left: 10%;
  304. }
  305. .progress{
  306. height: 7px;
  307. background: #e3e3e3;
  308. border-radius: 0;
  309. box-shadow: none;
  310. margin: 35px 0 40px;
  311. overflow: visible;
  312. position: relative;
  313. }
  314. .progress .progress-bar{
  315. box-shadow: none;
  316. border-radius: 0;
  317. position: relative;
  318. -webkit-animation: animate-positive 2s;
  319. animation: animate-positive 2s;
  320. }
  321. /*.progress .progress-bar:after{
  322. content: "";
  323. width: 16px;
  324. height: 16px;
  325. border-radius: 50%;
  326. box-shadow: 0 5px 5px rgba(0,0,0,0.6);
  327. background: #fff;
  328. position: absolute;
  329. right: -5px;
  330. top: -6px;
  331. }*/
  332. .progress .progress-value{
  333. line-height: 30px;
  334. font-size: 12px;
  335. color: #fff;
  336. position: absolute;
  337. bottom: 10px;
  338. right: 15px;
  339. }
  340. .progress .progress-state{
  341. line-height: 30px;
  342. border-radius: 3px;
  343. font-size: 12px;
  344. color: #fff;
  345. position: absolute;
  346. bottom: 10px;
  347. left: 5px;
  348. }
  349. .progress .progress-num{
  350. line-height: 30px;
  351. font-size: 12px;
  352. color: #fff;
  353. position: absolute;
  354. bottom: 10px;
  355. left: 100px;
  356. }
  357. /*.progress.green .progress-bar:after{ border: 5px solid #21da9a; }
  358. .progress.pink .progress-bar:after{ border: 5px solid #ff1170; }
  359. .progress.blue .progress-bar:after{ border: 5px solid #294bdc; }
  360. .progress.yellow .progress-bar:after{ border: 5px solid #ffa900; }*/
  361. @-webkit-keyframes animate-positive{
  362. 0% { width: 0; }
  363. }
  364. @keyframes animate-positive{
  365. 0% { width: 0; }
  366. }
  367. /*区域报表*/
  368. .contain{
  369. /*margin-top: 15px;*/
  370. }