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.

175 lines
2.5 KiB

2 years ago
  1. @charset "utf-8";
  2. /* CSS Document */
  3. #hidden-categories {
  4. display: none;
  5. width: 800px;
  6. }
  7. #hidden-countries {
  8. display: none;
  9. width: 800px;
  10. }
  11. .disabledText{
  12. color:#999999;
  13. font-size:13px;
  14. }
  15. #expoSearchFilter a,a:hover{
  16. color:#333;
  17. text-decoration:none;
  18. }
  19. #expoSearchFilter{
  20. background:#EDEDED;
  21. padding:10px 15px;
  22. border-radius:10px;
  23. }
  24. #expoSearchFilter input[type="text"]{
  25. border:none;
  26. background:none;
  27. height:21px;
  28. padding:0;
  29. }
  30. .tags li{
  31. float:left;
  32. padding:2px 5px;
  33. border:solid 1px #ccc;
  34. border-radius:5px;
  35. margin-right:3px;
  36. margin-bottom:3px;
  37. font-size:13px;
  38. background:#FFFFFF;
  39. }
  40. /*-----------------------for PC-----------------------*/
  41. @media screen and (min-width:801px) {
  42. .ExpoSearchItem{
  43. float:left;
  44. margin-right:15px;
  45. width:19%;
  46. }
  47. .ExhibitCategory li{
  48. display: inline-block;
  49. width:32%;
  50. }
  51. .catselect, .countryselect{
  52. display:block;
  53. width:100%;
  54. }
  55. .datepicker{
  56. width:85px;
  57. border:solid 1px #ccc;
  58. }
  59. .ExpoList li{
  60. border-bottom:solid 1px #e0e0e0;
  61. padding:15px;
  62. }
  63. .ExpoList li div.left{
  64. float: left;
  65. position: relative;
  66. margin-right:15px;
  67. width:230px;
  68. display: flex;
  69. justify-content: center;
  70. align-items: center;
  71. height:230px;
  72. }
  73. .ExpoList li div.right {
  74. width: auto;
  75. min-height: 210px;
  76. position: relative;
  77. display: flex;
  78. flex-direction: column;
  79. }
  80. .ExpoList li h2{
  81. font-weight:bold;
  82. }
  83. .ExpoList li div.right a.inquire{
  84. position:absolute;
  85. right:0;
  86. background:#00387b;
  87. padding:15px;
  88. top:75px;
  89. color:#FFFFFF;
  90. font-size:17px;
  91. }
  92. .ExpoList li div.right a.inquire:hover{
  93. background:#325AA2;
  94. }
  95. }
  96. /*------------------for mobile------------------------*/
  97. @media screen and (max-width:800px) {
  98. .ExpoSearchItem{
  99. float:left;
  100. width:49%;
  101. margin-left:1%;
  102. }
  103. .ExpoSearchItem:last-child{
  104. margin-left:0;
  105. }
  106. #expoSearchFilter input[type="text"].datepicker{
  107. width:70px;
  108. }
  109. #expoSearchFilter input{
  110. font-size:13px;
  111. }
  112. .catselect, .countryselect{
  113. font-size:13px;
  114. }
  115. .ExhibitCategory li{
  116. display: inline-block;
  117. width:49%;
  118. font-size:13px;
  119. }
  120. .ExpoList li{
  121. border-bottom:solid 1px #ccc;
  122. padding:15px;
  123. }
  124. .ExpoList li div.left img{
  125. display: block;
  126. margin: 0 auto;
  127. }
  128. .ExpoList li div.right {
  129. width: auto;
  130. min-height: 200px;
  131. position: relative;
  132. display: flex;
  133. flex-direction: column;
  134. }
  135. .ExpoList li h2{
  136. font-weight:bold;
  137. }
  138. .ExpoList li div.right a.inquire{
  139. position:relative;
  140. background:#00387b;
  141. color:#FFFFFF;
  142. font-size:13px;
  143. padding: 8px 15px;
  144. line-height: 100%;
  145. width:85px;
  146. text-align:center;
  147. margin: 0 auto;
  148. margin-top:10px;
  149. }
  150. .ExpoList li div.right a.inquire:hover{
  151. background:#325AA2;
  152. }
  153. }