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.

141 lines
2.7 KiB

2 years ago
  1. @charset "utf-8";
  2. /* CSS Document */
  3. .exopBtn p.money a {
  4. background-image: url(../images/money.svg);
  5. }
  6. .exopBtn p.heart a {
  7. background-image: url(../images/heart.svg);
  8. }
  9. .exopBtn p.trash a {
  10. background-image: url(../images/trash.svg);
  11. }
  12. .expoList li div.expoListRight h4 {
  13. color: #093969;
  14. }
  15. /*-----------------------for PC-----------------------*/
  16. @media screen and (min-width:801px) {
  17. /*-----------------expo sort--------------------*/
  18. #expoSort {
  19. padding:15px;
  20. background: #f5f5f5;
  21. text-align:center;
  22. }
  23. #expoSort li {
  24. display:inline-block;
  25. width:28%;
  26. margin-right:1%;
  27. text-align:left;
  28. }
  29. #expoSort li .datepicker{ width:45%;}
  30. #expoSort li:last-child {
  31. margin:0;
  32. width:10%;
  33. }
  34. #expoSort .btn {
  35. width:100%
  36. }
  37. /*-----------------expo list--------------------*/
  38. .expoList {
  39. border-top: 1px solid #e0e0e0;
  40. }
  41. .expoList li {
  42. padding: 10px 0;
  43. overflow: auto;
  44. position: relative;
  45. border-bottom: 1px solid #e0e0e0;
  46. }
  47. .expoList li:last-child {
  48. margin-bottom: 0;
  49. }
  50. .expoList li div.expoListLeft {
  51. float: left;
  52. width: 100px;
  53. border: 1px solid #e0e0e0;
  54. }
  55. .expoList li div.expoListRight {
  56. width: 70%;
  57. margin-left: 115px;
  58. }
  59. /*----------------exopBtn------------------*/
  60. .exopBtn {
  61. position: absolute;
  62. right: 0;
  63. top: 10px;
  64. }
  65. .exopBtn p {
  66. margin-bottom: 6px;
  67. }
  68. .exopBtn p a {
  69. display: block;
  70. background-repeat: no-repeat;
  71. background-size: 20px 20px;
  72. text-decoration: none;
  73. background-position: left center;
  74. padding-left: 24px;
  75. }
  76. }
  77. /*------------------for mobile------------------------*/
  78. @media screen and (max-width:800px) {
  79. /*-----------------expo sort--------------------*/
  80. #expoSort {
  81. padding:10px;
  82. background: #f5f5f5;
  83. box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1), 0px 3px 1px -2px rgba(0,0,0,0.1), 0px 1px 5px 0px rgba(0,0,0,0.1);
  84. }
  85. #expoSort li {
  86. width:100%;
  87. margin-bottom:10px;
  88. }
  89. #expoSort li .datepicker{ width:45%;}
  90. #expoSort li:last-child {
  91. margin:10px 0 0 0;
  92. }
  93. #expoSort .btn {
  94. width: 100%;
  95. }
  96. /*-----------------expo--------------------*/
  97. .expoList {
  98. }
  99. .expoList li {
  100. overflow: auto;
  101. border-bottom: 1px solid #e0e0e0;
  102. padding: 10px 0;
  103. }
  104. .expoList li:first-child {
  105. padding-top:0;
  106. }
  107. .expoList li div.expoListLeft {
  108. float: left;
  109. width: 80px;
  110. border: 1px solid #e0e0e0;
  111. }
  112. .expoList li div.expoListRight {
  113. width: auto;
  114. margin-left: 90px;
  115. }
  116. .expoList li div.expoListRight h4 {
  117. margin-bottom: 5px;
  118. }
  119. .expoList li div.expoListRight .italic {
  120. display: none;
  121. }
  122. /*----------------exopBtn------------------*/
  123. .exopBtn {
  124. margin-top: 5px;
  125. }
  126. .exopBtn p {
  127. margin-right: 5px;
  128. display: inline-block;
  129. line-height: 100%;
  130. }
  131. .exopBtn p a {
  132. display: block;
  133. background-repeat: no-repeat;
  134. background-size: 16px 16px;
  135. text-decoration: none;
  136. background-position: left center;
  137. padding-left: 20px;
  138. }
  139. }