case_.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. #sg-search-input:focus {
  2. background: white;
  3. }
  4. @media (min-width: 1200px){
  5. .menu-8 {
  6. width: 12.5%;
  7. }
  8. }
  9. .menu{
  10. width: 120px !important;
  11. height: 35px !important;
  12. border-radius: 20px;
  13. border: 1px solid #ccc;
  14. text-align: center;
  15. vertical-align: middle;
  16. color: #666;
  17. font-size: 16px;
  18. display: inline-block;
  19. padding-top: 9px;
  20. margin-top: 10px;
  21. overflow: hidden;
  22. text-overflow:ellipsis;
  23. white-space: nowrap;
  24. }
  25. .menu:hover{
  26. width: 120px !important;
  27. height: 35px !important;
  28. border-radius: 20px;
  29. border: 1px solid #3E95EE;
  30. text-align: center;
  31. vertical-align: middle;
  32. color: #fff;
  33. font-size: 16px;
  34. display: inline-block;
  35. padding-top: 9px;
  36. margin-top: 20px;
  37. background: #3E95EE;
  38. margin-top: 10px;
  39. overflow: hidden;
  40. text-overflow:ellipsis;
  41. white-space: nowrap;
  42. }
  43. .menu_active{
  44. width: 120px !important;
  45. height: 35px !important;
  46. border-radius: 20px;
  47. border: 1px solid #3E95EE;
  48. text-align: center;
  49. vertical-align: middle;
  50. color: #fff;
  51. font-size: 16px;
  52. display: inline-block;
  53. padding-top: 9px;
  54. margin-top: 20px;
  55. background: #3E95EE;
  56. margin-top: 10px;
  57. overflow: hidden;
  58. text-overflow:ellipsis;
  59. white-space: nowrap;
  60. }
  61. .con{
  62. }
  63. @media (min-width: 500px){
  64. .con{
  65. }
  66. }
  67. .con>p{
  68. width: 100px;
  69. position: absolute;
  70. margin-top: 30px;
  71. padding-left: 0px;
  72. font-size: 18px;
  73. }
  74. .search_btn{
  75. width:34px;height:34px;float:right;margin-right:110px;margin-top:-40px;
  76. }
  77. @media only screen and (max-width: 340px) {
  78. .search_margin{
  79. margin-right: 0px !important;
  80. }
  81. }
  82. @media only screen and (max-width: 635px) {
  83. .search_margin{
  84. margin-right: 15px !important;
  85. }
  86. }
  87. @media only screen and (max-width: 767px) {
  88. .menu{
  89. width: 56px !important;
  90. height: 25px !important;
  91. border-radius: 20px;
  92. border: 1px solid #ccc;
  93. text-align: center;
  94. vertical-align: middle;
  95. color: #666;
  96. font-size: 10px;
  97. display: inline-block;
  98. padding-top: 6px;
  99. margin-top: 20px;
  100. overflow: hidden;
  101. text-overflow:ellipsis;
  102. white-space: nowrap;
  103. }
  104. .menu:hover{
  105. width: 50px !important;
  106. height: 20px !important;
  107. border-radius: 20px;
  108. border: 1px solid #3E95EE;
  109. text-align: center;
  110. vertical-align: middle;
  111. color: #fff;
  112. font-size: 13px;
  113. display: inline-block;
  114. padding-top: 6px;
  115. margin-top: 20px;
  116. background: #3E95EE;
  117. overflow: hidden;
  118. text-overflow:ellipsis;
  119. white-space: nowrap;
  120. }
  121. .menu_active{
  122. width: 50px !important;
  123. height: 25px !important;
  124. border-radius: 20px;
  125. border: 1px solid #3E95EE;
  126. text-align: center;
  127. vertical-align: middle;
  128. color: #fff;
  129. font-size: 13px;
  130. display: inline-block;
  131. padding-top: 6px;
  132. margin-top: 20px;
  133. background: #3E95EE;
  134. overflow: hidden;
  135. text-overflow:ellipsis;
  136. white-space: nowrap;
  137. }
  138. .pad_r_15px{
  139. padding-right: 15px;
  140. }
  141. .margintop_60px{
  142. margin-top: 30px;
  143. }
  144. .search{
  145. width: 95% !important;
  146. text-align: left;
  147. font-size: 20px !important;
  148. height: 40px !important;
  149. }
  150. .search_btn {
  151. width: 34px;
  152. height: 34px;
  153. float: right;
  154. margin-right: 110px;
  155. margin-top: -37px;
  156. }
  157. }
  158. @media only screen and (max-width: 1200px) {
  159. .search_margin{
  160. margin-right: 25px !important;
  161. }
  162. }