Nav apraksta

User-index.css 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. /*导航样式*/
  2. .mui-tabs{
  3. bottom: 0;
  4. display: table;
  5. width: 100%;
  6. height: 50px;
  7. padding: 0;
  8. table-layout: fixed;
  9. border-top: 0;
  10. border-bottom: 0;
  11. position: fixed;
  12. z-index: 10;
  13. right: 0;
  14. left: 0;
  15. height: 44px;
  16. padding-right: 10px;
  17. padding-left: 10px;
  18. border-bottom: 0;
  19. background-color: #f7f7f7;
  20. -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .85);
  21. box-shadow: 0 0 1px rgba(0, 0, 0, .85);
  22. -webkit-backface-visibility: hidden;
  23. backface-visibility: hidden;}
  24. .mui-tabs-item{
  25. display: table-cell;
  26. overflow: hidden;
  27. width: 1%;
  28. height: 50px;
  29. text-align: center;
  30. vertical-align: middle;
  31. white-space: nowrap;
  32. text-overflow: ellipsis;
  33. color: #929292;
  34. }
  35. .mui-icon {
  36. top: 3px;
  37. width: 24px;
  38. height: 24px;
  39. padding-top: 0;
  40. padding-bottom: 0;
  41. font-size: 24px;
  42. position: relative;
  43. z-index: 20;
  44. }
  45. .mui-tab-label {
  46. font-size: 11px;
  47. display: block;
  48. overflow: hidden;
  49. text-overflow: ellipsis;
  50. }
  51. .mui-active{
  52. color: #2cc6a7;
  53. }
  54. /*首页样式*/
  55. .mui-grid-9{
  56. width:100%;
  57. }
  58. #IMG-box {
  59. width: 100%;
  60. }
  61. #IMG-box img{
  62. width: 100%;
  63. }
  64. .mui-table_bj1{
  65. width: 46%;
  66. margin:0px 2% !important;
  67. padding: 0;
  68. background: #2cc6a7 !important;
  69. color: #FFFFFF;
  70. }
  71. .mui-table_bj2{
  72. width: 46%;
  73. margin:0px 2% !important;
  74. padding: 0;
  75. background: #308dd4 !important;
  76. }
  77. .mui-media-body{
  78. color: #FFFFFF !important;
  79. font-size: 13px !important;
  80. }
  81. /*底部*/
  82. .mui-icon img{
  83. width: 100%;
  84. }