三元财务UI

indexDetail.css 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. body {
  2. font-size: 14px;
  3. }
  4. .mui-table-view-li:after {
  5. position: absolute;
  6. right: 0;
  7. bottom: 0;
  8. left: 0px;
  9. height: 0px;
  10. content: '';
  11. -webkit-transform: scaleY(.5);
  12. transform: scaleY(.5);
  13. background-color: #f5f5f6;
  14. }
  15. .mui-table-view-ul{
  16. margin-bottom: 8px;
  17. }
  18. .pop_up_div2{
  19. display: none;
  20. }
  21. .mui-nav{
  22. position: fixed;
  23. width: 100%;
  24. top: 0px;
  25. height: 44px;
  26. line-height: 44px;
  27. text-align: center;
  28. /*background: #22c9a8;*/
  29. background: #FFFFFF;
  30. z-index: 333;
  31. color: #000000;
  32. /*color: #FFFFFF;*/
  33. font-size: 17px;}
  34. .mui-nav a{
  35. position: absolute;
  36. left: 15px;
  37. line-height: 44px;
  38. color: #000000;
  39. }
  40. .mui-nav span{
  41. position: absolute;
  42. right: 15px;
  43. line-height: 44px;
  44. font-size: 13px;
  45. }
  46. .mui-table-view-li label {
  47. padding: 7px 10px 7px 10px!important;
  48. }
  49. .mui-input-row .mui-right {
  50. text-align: right;
  51. width: 60%;
  52. float: right;
  53. }
  54. .mui-table-view-cell {
  55. padding: 0px!important;
  56. }
  57. .mui-icon {
  58. font-size: 20px!important;
  59. vertical-align: sub;
  60. }
  61. .Left-icon {
  62. width: 20%;
  63. line-height: 40px;
  64. margin-right: 3px;
  65. }
  66. .mui-pull-left h4 {
  67. font-size: 13px;
  68. margin-bottom: 8px;
  69. }
  70. .mui-pull-left h5 {
  71. font-size: 12px;
  72. }
  73. .mui-media-body{
  74. font-size: 22px;
  75. }
  76. .mui-table-view .mui-media-object{
  77. line-height: 42px;
  78. max-width: 100px;
  79. height: 60px;
  80. }
  81. .mui-grid-view.mui-grid-9{
  82. background: #FFFFFF;
  83. }
  84. .Managment a{
  85. padding: 0 !important;
  86. }
  87. .frist_list{
  88. margin-top: 10px !important;
  89. }