| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- .mui-media-object{
- width: 24px;
- height: 24px !important;
- line-height: 24px;
- }
- .mui-bar-nav {
- background-color: #393a3f;
- }
- .Totle-box{ color: #FFFFFF;}
- .mui-content>.mui-table-view:first-child{
- margin-top: 0px;
- }
- .mui-media-body{ font-size: 12px;}
- .mui-banner{
- width: 100%;
- position: relative;
- }
- .mui-banner .mui-banner-bj{
- }
- .mui-banner .mui-banner-bj img{
- width: 100%;
- height: 100%;
- margin: 0;
- padding: 0;
- }
- .mui-banner .mui-banner-img{
- position: absolute;
- top: 20px;
- left: 40%;
- width: 20%;
- }
- .mui-banner .mui-banner-img img{
- width: 100%;
- }
- .mui-banner .mui-banner-text{
- position: absolute;
- width: 100%;
- text-align: center;
- color: #FFFFFF;
- font-size: 13px;
- top:110px;
- }
- .mui-icon img{
- width: 100%;
- }
- /*导航样式*/
- .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;
- }
|