网站
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

171 líneas
2.7 KiB

  1. #page{
  2. overflow-y: scroll;
  3. }
  4. .homeDetail{
  5. background: #ffffff;
  6. padding-bottom: 4vh;
  7. }
  8. .dialog_table{
  9. background: #ffffff;
  10. padding: 2vh;
  11. display: flex;
  12. justify-content: space-between;
  13. }
  14. .dialog_table_left{
  15. width: 70%;
  16. }
  17. .dialog_table_right{
  18. width: 28%;
  19. }
  20. .dialog_header{
  21. display: flex;
  22. align-items: center;
  23. }
  24. .dialog_header .name{
  25. font-size: 16px;
  26. color: #11234f;
  27. margin-left: 5px;
  28. }
  29. .dialog_header .bigWin{
  30. background: #ffb400;
  31. height: 2.5vh;
  32. width: 5%;
  33. display: flex;
  34. justify-content: center;
  35. align-items: center;
  36. border-radius: 2vh;
  37. margin-left: 20px;
  38. }
  39. .detail_header{
  40. display: flex;
  41. align-items: center;
  42. border-bottom: 2px solid #11234f;
  43. width: calc(100% - 4vh);
  44. margin: 0 auto;
  45. padding: 2vh 0;
  46. }
  47. .detail_tit{
  48. font-size: 26px;
  49. color: #333333;
  50. }
  51. .phoneIcon{
  52. background: #3fd227;
  53. height: 2.5vh;
  54. width: 5%;
  55. display: flex;
  56. justify-content: center;
  57. align-items: center;
  58. border-radius: 2vh;
  59. margin-left: 20px;
  60. }
  61. .bigWin{
  62. background: #ffb400;
  63. height: 2.5vh;
  64. width: 5%;
  65. display: flex;
  66. justify-content: center;
  67. align-items: center;
  68. border-radius: 2vh;
  69. margin-left: 20px;
  70. }
  71. .phone{
  72. background: #3fd227;
  73. line-height: 3vh;
  74. color: #ffffff;
  75. padding: 0 1%;
  76. border-radius: 5px;
  77. }
  78. .sanjiao-left{
  79. border-right-color: #3fd227;
  80. margin-left: 5px;
  81. }
  82. .dialog_main{
  83. margin-bottom: 2vh;
  84. }
  85. .dialog_main table{
  86. margin-top: 1vh;
  87. }
  88. .dialog_main table tr td{
  89. padding: 1vh 0;
  90. }
  91. .dialog_main table tr td:nth-child(odd){
  92. color: #6f6f6f;
  93. text-align: right;
  94. padding-right: 1%;
  95. }
  96. .dialog_main table tr td:nth-child(even){
  97. }
  98. .dialog_img{
  99. display: flex;
  100. align-items: center;
  101. flex-wrap: wrap;
  102. margin-top: 2vh;
  103. }
  104. .dialog_img img{
  105. width: 30%;
  106. margin-right: 5%;
  107. margin-bottom: 3vh;
  108. }
  109. .dialog_img img:nth-child(3n){
  110. margin-right: 0;
  111. }
  112. .center_table{
  113. margin: 2vh 0;
  114. }
  115. .center_table table tr td{
  116. padding: 1vh 0;
  117. text-align: center;
  118. border-top: 1px solid #b9c2d3;
  119. }
  120. .center_table table tr td:first-child{
  121. border-left: 1px solid #b9c2d3;
  122. }
  123. .center_table table tr td:last-child{
  124. border-right: 1px solid #b9c2d3;
  125. }
  126. .center_table table tr:last-child td{
  127. border-bottom: 1px solid #b9c2d3;
  128. }
  129. .center_table table tr:first-child td{
  130. background: #e4edfe;
  131. }
  132. #container {
  133. overflow: hidden;
  134. width: 100%;
  135. height: 50vh;
  136. margin: 0;
  137. font-family: "微软雅黑";
  138. margin-top: 2vh;
  139. border-radius: 15px;
  140. }
  141. .footer{
  142. margin-top: 0;
  143. }
  144. .propertyImg img{
  145. width: 10%;
  146. margin-right: 2%;
  147. margin-bottom: 3vh;
  148. }
  149. .propertyImg img:nth-child(3n){
  150. margin-right: 2%;
  151. }