网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

199 regels
3.1 KiB

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