网站
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

property.css 3.2 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. .new{
  2. height: 61vh;
  3. margin-top: 0;
  4. display: block;
  5. position: relative;
  6. padding: 1vh;
  7. }
  8. .footer{
  9. /*margin-top: 4.3vh;*/
  10. }
  11. .footer_main{
  12. margin-top: 4.3vh;
  13. }
  14. .new table tr:hover{
  15. background: #bbbecd;
  16. cursor: pointer;
  17. }
  18. .new table tr:first-child:hover{
  19. background: transparent;
  20. }
  21. .new table td{
  22. text-align: center;
  23. font-size: 14px;
  24. padding: 1vh 0;
  25. line-height: 1;
  26. }
  27. .new table tr:first-child td{
  28. color: #11234f;
  29. font-size: 16px;
  30. font-weight: bold;
  31. }
  32. .pageNum{
  33. position: relative!important;
  34. bottom: 0!important;
  35. margin: 10px 0!important;
  36. }
  37. #container {
  38. overflow: hidden;
  39. width: 100%;
  40. height: 16vh;
  41. margin: 0;
  42. font-family: "微软雅黑";
  43. }
  44. .table_main{
  45. height: calc( 43vh - 50px );
  46. overflow: hidden;
  47. overflow-y: scroll;
  48. }
  49. .select{
  50. margin-right: auto;
  51. margin-left: 2vw;
  52. }
  53. .select select{
  54. font-size: 16px;
  55. background: #d6dae8;
  56. padding: .5vh 2vh;
  57. border-radius: 8px;
  58. margin-right: 15px;
  59. }
  60. .BMap_cpyCtrl
  61. {
  62. display:none;
  63. }
  64. .anchorBL{
  65. display:none;
  66. }
  67. .dialog{
  68. width: 100%;
  69. height: 100vh;
  70. position: fixed;
  71. top: 0;
  72. left: 0;
  73. z-index: 999999999;
  74. }
  75. .bg-mengban{
  76. width: 100%;
  77. height: 100vh;
  78. }
  79. .dialog_table{
  80. position: absolute;
  81. top: 50%;
  82. left: 50%;
  83. transform: translate(-50%,-50%);
  84. background: #ffffff;
  85. width: 50%;
  86. padding: 2vh;
  87. border-radius: 10px;
  88. }
  89. .dialog_header{
  90. display: flex;
  91. align-items: center;
  92. }
  93. .dialog_header .name{
  94. font-size: 16px;
  95. color: #11234f;
  96. margin-left: 5px;
  97. }
  98. .dialog_header .bigWin{
  99. background: #ffb400;
  100. height: 2.5vh;
  101. width: 5%;
  102. display: flex;
  103. justify-content: center;
  104. align-items: center;
  105. border-radius: 2vh;
  106. margin-left: 20px;
  107. }
  108. .dialog_header .phoneIcon{
  109. background: #3fd227;
  110. height: 2.5vh;
  111. width: 5%;
  112. display: flex;
  113. justify-content: center;
  114. align-items: center;
  115. border-radius: 2vh;
  116. margin-left: 20px;
  117. }
  118. .dialog_header .phone{
  119. background: #3fd227;
  120. line-height: 3vh;
  121. color: #ffffff;
  122. padding: 0 1%;
  123. border-radius: 5px;
  124. }
  125. .dialog_header .sanjiao-left{
  126. border-right-color: #3fd227;
  127. margin-left: 5px;
  128. }
  129. .dialog_main{
  130. margin-bottom: 2vh;
  131. }
  132. .dialog_main table{
  133. margin-top: 1vh;
  134. }
  135. .dialog_main table tr td{
  136. padding: 1vh 0;
  137. }
  138. .dialog_main table tr td:nth-child(odd){
  139. width: 15%;
  140. color: #6f6f6f;
  141. }
  142. .dialog_main table tr td:nth-child(even){
  143. width: 18.3%;
  144. }
  145. .dialog_img{
  146. display: flex;
  147. align-items: center;
  148. justify-content: space-between;
  149. flex-wrap: wrap;
  150. margin-top: 2vh;
  151. }
  152. .dialog_img img{
  153. width: 10vw;
  154. margin-bottom: 2vh;
  155. height: 6vw;
  156. }
  157. .dialog_img img:nth-child(4n){
  158. margin-right: 0;
  159. }
  160. .center_table{
  161. margin: 2vh 0;
  162. }
  163. .center_table table tr td{
  164. padding: 1vh 0;
  165. text-align: center;
  166. border-top: 1px solid #b9c2d3;
  167. }
  168. .center_table table tr td:first-child{
  169. border-left: 1px solid #b9c2d3;
  170. }
  171. .center_table table tr td:last-child{
  172. border-right: 1px solid #b9c2d3;
  173. }
  174. .center_table table tr:last-child td{
  175. border-bottom: 1px solid #b9c2d3;
  176. }
  177. .center_table table tr:first-child td{
  178. background: #e4edfe;
  179. }