| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- /*导航样式*/
- .mui-tabs{
- bottom: 0;
- display: table;
- width: 100%;
- height: 50px;
- padding: 0;
- table-layout: fixed;
- border-top: 0;
- border-bottom: 0;
- position: fixed;
- z-index: 10;
- right: 0;
- left: 0;
- height: 44px;
- padding-right: 10px;
- padding-left: 10px;
- border-bottom: 0;
- background-color: #f7f7f7;
- -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .85);
- box-shadow: 0 0 1px rgba(0, 0, 0, .85);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;}
- .mui-tabs-item{
- display: table-cell;
- overflow: hidden;
- width: 1%;
- height: 50px;
- text-align: center;
- vertical-align: middle;
- white-space: nowrap;
- text-overflow: ellipsis;
- color: #929292;
- }
- .mui-icon {
- top: 3px;
- width: 24px;
- height: 24px;
- padding-top: 0;
- padding-bottom: 0;
- font-size: 24px;
- position: relative;
- z-index: 20;
- }
- .mui-tab-label {
- font-size: 11px;
- display: block;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .mui-active{
- color: #2cc6a7;
- }
- /*首页样式*/
- .mui-grid-9{
- width:100%;
-
- }
- #IMG-box {
- width: 100%;
-
- }
- #IMG-box img{
- width: 100%;
- }
- .mui-table_bj1{
- width: 46%;
- margin:0px 2% !important;
- padding: 0;
- background: #2cc6a7 !important;
- color: #FFFFFF;
- }
- .mui-table_bj2{
- width: 46%;
- margin:0px 2% !important;
- padding: 0;
- background: #308dd4 !important;
-
- }
- .mui-media-body{
- color: #FFFFFF !important;
- font-size: 13px !important;
- }
- /*底部*/
- .mui-icon img{
- width: 100%;
- }
|