layout.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. @charset "UTF-8";
  2. /* CSS Document */
  3. #signupbutton {
  4. display: block;
  5. text-align: center;
  6. }
  7. #signupbutton input {
  8. width: 100%;
  9. padding: 10px;
  10. border: none;
  11. color: #FFF;
  12. background-color: #afb0b2;
  13. text-align: center;
  14. }
  15. .paragraph {
  16. font-size: 0.8rem;
  17. margin: 20px;
  18. }
  19. .paragraph-about{
  20. line-height: 20pt;
  21. }
  22. .paragraph .paragraph-row{
  23. line-height: 25pt;
  24. }
  25. .paragraph .paragraph-non{
  26. display: none;
  27. }
  28. .paragraph .paragraph-show{
  29. display: block;
  30. }
  31. .adInfo img {
  32. height: auto;
  33. max-width: 100%;
  34. }
  35. .map {
  36. margin: 30px 0 30px 0;
  37. border-top: #000000 1px solid;
  38. border-bottom: #000000 1px solid;
  39. }
  40. .map img {
  41. height: auto;
  42. max-width: 100%;
  43. }
  44. .ponsor {
  45. margin-bottom: 20px;
  46. }
  47. .ponsor span {
  48. margin-left: 20px;
  49. }
  50. .ponsor img {
  51. padding: 5px;
  52. margin: 10px;
  53. }
  54. .bottom {
  55. position: relative;
  56. width: 100%;
  57. background-color: #7d7d7d;
  58. color: #eee;
  59. text-align: center;
  60. font-size: 14px;
  61. height: 100px;
  62. }
  63. .bottom span {
  64. line-height: 30px;
  65. }
  66. .tab {
  67. margin: 20px 2px;
  68. }
  69. .tab ul {
  70. margin: 0;
  71. padding: 0;
  72. text-align: center;
  73. }
  74. .tab ul li {
  75. display: inline-block;
  76. width: 23%;
  77. margin: 2px;
  78. line-height: 30px;
  79. }
  80. .tab a {
  81. text-decoration: none;
  82. display: inline-block;
  83. line-height: 30px;
  84. color: #fff;
  85. text-align: center;
  86. }
  87. .tabON {
  88. margin: 2px;
  89. line-height: 2.5rem;
  90. background-color: #56319a;
  91. color: #fff;
  92. text-align: center;
  93. }
  94. .tabOFF {
  95. margin: 2px;
  96. line-height: 2.5rem;
  97. background-color: #221714;
  98. color: #fff;
  99. text-align: center;
  100. }
  101. .bar-tit .bar-img{
  102. height: 60px;
  103. }
  104. .title-bar {
  105. text-align: center;
  106. width: 30px;
  107. height: 30px;
  108. line-height: 30px;
  109. margin: 0;
  110. padding: 2px;
  111. background-color: #221714;
  112. color: #fff;
  113. border-radius: 3px;
  114. }
  115. .title-bar2 {
  116. text-align: left;
  117. color: #3e3a39;
  118. }
  119. .paragraph span {
  120. margin-right: 10px;
  121. white-space: nowrap;
  122. display: inline-block;
  123. }
  124. .bottom-line {
  125. border-bottom: 1px dashed #221714;
  126. margin-bottom: 20px;
  127. }
  128. .addressbox {
  129. text-align: center;
  130. margin: 20px;
  131. }
  132. .addressbox table tbody {
  133. text-align:center;
  134. }
  135. .addressbox td {
  136. padding:5px;
  137. font-size:14px;
  138. }
  139. .address- {
  140. text-align: left;
  141. display: inline-block;
  142. }
  143. .address- span {
  144. padding-left:5px;
  145. font-size:16px;
  146. }
  147. .address- strong{
  148. text-align:right;
  149. display:inline-block;
  150. width:80px;
  151. }
  152. .cooperation img {
  153. padding: 5px 10px 5px 10px;
  154. margin: 10px;
  155. }
  156. .review p{ text-align:center; color:#777777; font-size:small;}
  157. .review p img{ text-align:center; height: auto; max-width: 75%;}
  158. .bar-tit{
  159. width: 100%;
  160. background-color:#fff;
  161. position: relative;
  162. display: -webkit-box;
  163. display: -ms-flexbox;
  164. display: flex;
  165. -ms-flex-wrap: wrap;
  166. flex-wrap: wrap;
  167. -webkit-box-align: center;
  168. -ms-flex-align: center;
  169. align-items: center;
  170. -webkit-box-pack: justify;
  171. -ms-flex-pack: justify;
  172. justify-content: space-between;
  173. }
  174. .map h1{
  175. margin-top: 1rem;
  176. font-size: 1.2rem;
  177. text-align: center;
  178. }
  179. .map table{
  180. font-size: 0.8rem;
  181. margin-top: 1.5rem;
  182. margin-bottom: 1.5rem;
  183. width: 100%;
  184. }
  185. .map table tr td:nth-child(1) {
  186. padding-right: 1rem;
  187. }
  188. .map table tr td:nth-child(2) {
  189. padding-left: 1rem;
  190. }
  191. .split-line {
  192. content: '';
  193. display: inline-block;
  194. vertical-align: middle;
  195. border-right: 1px solid black;
  196. }
  197. .map-info{
  198. margin-top: 1.5rem;
  199. }
  200. .map-info p{
  201. font-size: 0.8rem;
  202. margin-bottom: 0.2rem;
  203. }
  204. .map-info .map-left p{
  205. text-align: left;
  206. }
  207. .map-info .map-right p{
  208. text-align: right;
  209. }
  210. .swiper-button-prev{
  211. margin-left: 1rem;
  212. background-image:url("../images/prev.png");
  213. }
  214. .swiper-button-next{
  215. margin-right: 1rem;
  216. background-image:url("../images/next.png");
  217. right: 10px;
  218. left: auto;
  219. }
  220. .navbar-brand img{
  221. height: 50px;
  222. }
  223. .forumBOX { text-align:left;}
  224. .forumBOX td{ padding:5px; margin:20px;}
  225. .forumBOX td:nth-child(1){
  226. white-space:nowrap;
  227. overflow:hidden;
  228. word-break:keep-all;
  229. }
  230. @media (min-width:576px) {
  231. .bar-tit {
  232. max-width: 540px
  233. }
  234. }
  235. @media (min-width:768px) {
  236. .bar-tit {
  237. max-width: 720px
  238. }
  239. }
  240. @media (min-width:992px) {
  241. .bar-tit {
  242. max-width: 800px;
  243. display: flex;
  244. padding-right: 0px;
  245. padding-left: 0px;
  246. margin-right: auto;
  247. margin-left: auto;
  248. }
  249. }
  250. @media (min-width:768px) {
  251. .bar-ul {
  252. width: 100%;
  253. margin-bottom: auto;
  254. margin-top: auto;
  255. }
  256. }
  257. @media (min-width:992px) {
  258. .bar-ul {
  259. width: 100%;
  260. margin-bottom: auto;
  261. margin-top: auto;
  262. }
  263. @media (min-width:768px) {
  264. .bar-li {
  265. flex:1;
  266. text-align:center;
  267. }
  268. }
  269. @media (min-width:992px) {
  270. .bar-li {
  271. flex:1;
  272. text-align:center;
  273. }
  274. }
  275. }