Нет описания

Setting-1.css 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. position: relative;
  17. }
  18. .mui-banner .mui-banner-bj{
  19. }
  20. .mui-banner .mui-banner-bj img{
  21. width: 100%;
  22. height: 100%;
  23. margin: 0;
  24. padding: 0;
  25. }
  26. .mui-banner .mui-banner-img{
  27. position: absolute;
  28. top: 20px;
  29. left: 40%;
  30. width: 20%;
  31. }
  32. .mui-banner .mui-banner-img img{
  33. width: 100%;
  34. }
  35. .mui-banner .mui-banner-text{
  36. position: absolute;
  37. width: 100%;
  38. text-align: center;
  39. color: #FFFFFF;
  40. font-size: 13px;
  41. top:110px;
  42. }
  43. .mui-icon img{
  44. width: 100%;
  45. }
  46. /*导航样式*/
  47. .mui-tabs{
  48. bottom: 0;
  49. display: table;
  50. width: 100%;
  51. height: 50px;
  52. padding: 0;
  53. table-layout: fixed;
  54. border-top: 0;
  55. border-bottom: 0;
  56. position: fixed;
  57. z-index: 10;
  58. right: 0;
  59. left: 0;
  60. height: 44px;
  61. padding-right: 10px;
  62. padding-left: 10px;
  63. border-bottom: 0;
  64. background-color: #f7f7f7;
  65. -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .85);
  66. box-shadow: 0 0 1px rgba(0, 0, 0, .85);
  67. -webkit-backface-visibility: hidden;
  68. backface-visibility: hidden;}
  69. .mui-tabs-item{
  70. display: table-cell;
  71. overflow: hidden;
  72. width: 1%;
  73. height: 50px;
  74. text-align: center;
  75. vertical-align: middle;
  76. white-space: nowrap;
  77. text-overflow: ellipsis;
  78. color: #929292;
  79. }
  80. .mui-icon {
  81. top: 3px;
  82. width: 24px;
  83. height: 24px;
  84. padding-top: 0;
  85. padding-bottom: 0;
  86. font-size: 24px;
  87. position: relative;
  88. z-index: 20;
  89. }
  90. .mui-tab-label {
  91. font-size: 11px;
  92. display: block;
  93. overflow: hidden;
  94. text-overflow: ellipsis;
  95. }
  96. .mui-active{
  97. color: #2cc6a7;
  98. }