网站
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.
 
 
 

151 righe
2.4 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. .phone{
  62. background: #3fd227;
  63. line-height: 3vh;
  64. color: #ffffff;
  65. padding: 0 1%;
  66. border-radius: 5px;
  67. }
  68. .sanjiao-left{
  69. border-right-color: #3fd227;
  70. margin-left: 5px;
  71. }
  72. .dialog_main{
  73. margin-bottom: 2vh;
  74. }
  75. .dialog_main table{
  76. margin-top: 1vh;
  77. }
  78. .dialog_main table tr td{
  79. padding: 1vh 0;
  80. }
  81. .dialog_main table tr td:nth-child(odd){
  82. color: #6f6f6f;
  83. text-align: right;
  84. padding-right: 1%;
  85. }
  86. .dialog_main table tr td:nth-child(even){
  87. }
  88. .dialog_img{
  89. display: flex;
  90. align-items: center;
  91. flex-wrap: wrap;
  92. margin-top: 2vh;
  93. }
  94. .dialog_img img{
  95. width: 30%;
  96. margin-right: 5%;
  97. margin-bottom: 3vh;
  98. }
  99. .dialog_img img:nth-child(3n){
  100. margin-right: 0;
  101. }
  102. .center_table{
  103. margin: 2vh 0;
  104. }
  105. .center_table table tr td{
  106. padding: 1vh 0;
  107. text-align: center;
  108. border-top: 1px solid #b9c2d3;
  109. }
  110. .center_table table tr td:first-child{
  111. border-left: 1px solid #b9c2d3;
  112. }
  113. .center_table table tr td:last-child{
  114. border-right: 1px solid #b9c2d3;
  115. }
  116. .center_table table tr:last-child td{
  117. border-bottom: 1px solid #b9c2d3;
  118. }
  119. .center_table table tr:first-child td{
  120. background: #e4edfe;
  121. }
  122. #container {
  123. overflow: hidden;
  124. width: 100%;
  125. height: 50vh;
  126. margin: 0;
  127. font-family: "微软雅黑";
  128. margin-top: 2vh;
  129. border-radius: 15px;
  130. }
  131. .footer{
  132. margin-top: 0;
  133. }