Geen omschrijving

house.css 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. ul,li{
  2. list-style: none;
  3. }
  4. ul,li{
  5. padding: 0;
  6. }
  7. p{margin: 0;}
  8. .font-color1{
  9. color: #e03636 !important;
  10. }
  11. .font-color2{
  12. color: #303030 !important;
  13. }
  14. .font-color3{
  15. color: #999999 !important;
  16. }
  17. .font-color4{
  18. color:#2cc6a7 ;
  19. }
  20. .font-color5{
  21. color: #595959 !important;
  22. }
  23. .font-color6{
  24. color: #222222 !important;
  25. }
  26. /*导航样式*/
  27. .mui-tabs{
  28. bottom: 0;
  29. display: table;
  30. width: 100%;
  31. height: 50px;
  32. padding: 0;
  33. table-layout: fixed;
  34. border-top: 0;
  35. border-bottom: 0;
  36. position: fixed;
  37. z-index: 10;
  38. right: 0;
  39. left: 0;
  40. height: 44px;
  41. padding-right: 10px;
  42. padding-left: 10px;
  43. border-bottom: 0;
  44. background-color: #f7f7f7;
  45. -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .85);
  46. box-shadow: 0 0 1px rgba(0, 0, 0, .85);
  47. -webkit-backface-visibility: hidden;
  48. backface-visibility: hidden;}
  49. .mui-tabs-item{
  50. display: table-cell;
  51. overflow: hidden;
  52. width: 1%;
  53. height: 50px;
  54. text-align: center;
  55. vertical-align: middle;
  56. white-space: nowrap;
  57. text-overflow: ellipsis;
  58. color: #929292;
  59. }
  60. .mui-icon {
  61. top: 3px;
  62. width: 24px;
  63. height: 24px;
  64. padding-top: 0;
  65. padding-bottom: 0;
  66. font-size: 24px;
  67. position: relative;
  68. z-index: 20;
  69. }
  70. .mui-tab-label {
  71. font-size: 11px;
  72. display: block;
  73. overflow: hidden;
  74. text-overflow: ellipsis;
  75. }
  76. .mui-active{
  77. color: #2cc6a7;
  78. }
  79. /*房屋首页*/
  80. /*头部信息*/
  81. .mui-nav{
  82. position: fixed;
  83. width: 100%;
  84. top: 44px;
  85. height: 44px;
  86. line-height: 44px;
  87. text-align: center;
  88. background: #22c9a8;
  89. z-index: 333;
  90. color: #FFFFFF;
  91. font-size: 17px;}
  92. .mui-nav a{
  93. position: absolute;
  94. left: 15px;
  95. line-height: 44px;
  96. color: #FFFFFF;
  97. }
  98. .mui-nav span{
  99. position: absolute;
  100. right: 15px;
  101. line-height: 44px;
  102. font-size: 13px;
  103. }
  104. /*内容部分*/
  105. .mui_contail{
  106. }
  107. .mui-card-header{
  108. height: 70px;
  109. padding: 0px;
  110. position: relative;
  111. }
  112. .mui-card-header_fl{
  113. width: 20%;
  114. margin-right: 2px;
  115. height: 70px;
  116. background: #2fc9ab;
  117. }
  118. .mui-card-header_fr{
  119. width: 80%;
  120. height: 70px;
  121. background: #2fc9ab;
  122. }
  123. .mui-card-content ul{
  124. overflow: hidden;
  125. }
  126. .mui-card-content ul li{
  127. text-align: center;
  128. width: 16.66%;
  129. float: left;
  130. }
  131. .mui-card-content ul .li_last{
  132. line-height: 20px;
  133. font-size: 40px;
  134. color: #2fc9ab;
  135. }
  136. .mui-card-content ul li span{
  137. display: block;
  138. text-align: center;
  139. line-height: 20px;
  140. }
  141. .mui-media-body{
  142. font-size: 12px;
  143. }
  144. .mui-table-view-cell:after{
  145. height: 0px;
  146. }
  147. .mui-height{
  148. width: 2px;
  149. height: 70px;
  150. position: absolute;
  151. left: 16.6%;
  152. top: 0px;
  153. background: #FFFFFF;
  154. }
  155. .font1{
  156. font-size: 13px;
  157. color: #FFFFFF;
  158. }
  159. /*行高*/
  160. .houses_line{
  161. white-space: nowrap; overflow: hidden; text-overflow: ellipsis
  162. }
  163. /*底部*/
  164. .mui-icon img{
  165. width: 100%;
  166. }