Нет описания

Setting-1.css 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. .mui-media-object{
  2. width: 24px;
  3. height: 24px !important;
  4. line-height: 24px;
  5. }
  6. .mui-bar-nav {
  7. background-color: #393a3f;
  8. }
  9. .Totle-box{ color: #FFFFFF;}
  10. .mui-content>.mui-table-view:first-child{
  11. margin-top: 0px;
  12. }
  13. .mui-media-body{ font-size: 12px;}
  14. .mui-banner{
  15. width: 100%;
  16. height: 200px;
  17. background:#243646;
  18. position: relative;
  19. }
  20. .mui-banner .mui-banner-bj{
  21. }
  22. .mui-banner .mui-banner-bj img{
  23. width: 100%;
  24. height: 100%;
  25. margin: 0;
  26. padding: 0;
  27. }
  28. .mui-banner .mui-banner-img{
  29. position: absolute;
  30. top: 20px;
  31. left: 41%;
  32. width: 18%;
  33. }
  34. .mui-banner .mui-banner-img img{
  35. width: 100%;
  36. }
  37. .mui-banner .mui-banner-text{
  38. position: absolute;
  39. width: 100%;
  40. text-align: center;
  41. color: #FFFFFF;
  42. font-size: 13px;
  43. top:98px;
  44. }
  45. .mui-banner .mui-banner-te{
  46. position: absolute;
  47. width: 100%;
  48. text-align: center;
  49. color: #FFFFFF;
  50. font-size: 13px;
  51. top:120px;
  52. }
  53. .mui-icon img{
  54. width: 100%;
  55. }
  56. /*导航样式*/
  57. .mui-tabs{
  58. bottom: 0;
  59. display: table;
  60. width: 100%;
  61. height: 50px;
  62. padding: 0;
  63. table-layout: fixed;
  64. border-top: 0;
  65. border-bottom: 0;
  66. position: fixed;
  67. z-index: 10;
  68. right: 0;
  69. left: 0;
  70. height: 44px;
  71. padding-right: 10px;
  72. padding-left: 10px;
  73. border-bottom: 0;
  74. background-color: #f7f7f7;
  75. -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .85);
  76. box-shadow: 0 0 1px rgba(0, 0, 0, .85);
  77. -webkit-backface-visibility: hidden;
  78. backface-visibility: hidden;}
  79. .mui-tabs-item{
  80. display: table-cell;
  81. overflow: hidden;
  82. width: 1%;
  83. height: 50px;
  84. text-align: center;
  85. vertical-align: middle;
  86. white-space: nowrap;
  87. text-overflow: ellipsis;
  88. color: #929292;
  89. }
  90. .mui-icon {
  91. top: 3px;
  92. width: 24px;
  93. height: 24px;
  94. padding-top: 0;
  95. padding-bottom: 0;
  96. font-size: 24px;
  97. position: relative;
  98. z-index: 20;
  99. }
  100. .mui-tab-label {
  101. font-size: 11px;
  102. display: block;
  103. overflow: hidden;
  104. text-overflow: ellipsis;
  105. }
  106. .mui-active{
  107. color: #2cc6a7;
  108. }