| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- ul,li{
- list-style: none;
- }
- ul,li{
- padding: 0;
- }
- p{margin: 0;}
- .font-color1{
- color: #e03636 !important;
- }
- .font-color2{
- color: #303030 !important;
- }
- .font-color3{
- color: #999999 !important;
- }
- .font-color4{
- color:#2cc6a7 ;
- }
- .font-color5{
- color: #595959 !important;
- }
- .font-color6{
- color: #222222 !important;
- }
- /*导航样式*/
- .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-nav{
- position: fixed;
- width: 100%;
- top: 44px;
- height: 44px;
- line-height: 44px;
- text-align: center;
- background: #22c9a8;
- z-index: 333;
- color: #FFFFFF;
- font-size: 17px;}
- .mui-nav a{
- position: absolute;
- left: 15px;
- line-height: 44px;
- color: #FFFFFF;
- }
- .mui-nav span{
- position: absolute;
- right: 15px;
- line-height: 44px;
- font-size: 13px;
- }
- /*内容部分*/
- .mui_contail{
-
- }
- .mui-card-header{
- height: 70px;
- padding: 0px;
- position: relative;
- }
- .mui-card-header_fl{
- width: 20%;
- margin-right: 2px;
- height: 70px;
- background: #2fc9ab;
- }
- .mui-card-header_fr{
- width: 80%;
- height: 70px;
- background: #2fc9ab;
- }
- .mui-card-content ul{
- overflow: hidden;
- }
- .mui-card-content ul li{
- text-align: center;
- width: 16.66%;
- float: left;
- }
- .mui-card-content ul .li_last{
- line-height: 20px;
- font-size: 40px;
- color: #2fc9ab;
- }
- .mui-card-content ul li span{
- display: block;
- text-align: center;
- line-height: 20px;
- }
- .mui-media-body{
- font-size: 12px;
- }
- .mui-table-view-cell:after{
- height: 0px;
- }
- .mui-height{
- width: 2px;
- height: 70px;
- position: absolute;
- left: 16.6%;
- top: 0px;
- background: #FFFFFF;
- }
- .font1{
- font-size: 13px;
- color: #FFFFFF;
- }
- /*行高*/
- .houses_line{
- white-space: nowrap; overflow: hidden; text-overflow: ellipsis
- }
- /*底部*/
- .mui-icon img{
- width: 100%;
- }
|