main0.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. .sidecontent {
  2. position: fixed;
  3. left: -750px;
  4. width: auto;
  5. display: none;
  6. background: rgba(0, 0, 0, 0.8);
  7. top: 70px;
  8. height: 100%;
  9. color: rgba(255, 255, 255, 1);
  10. }
  11. .sidecontent h1 {
  12. font-size: 14px;
  13. width: 90%;
  14. margin: 0px auto;
  15. text-align: center;
  16. height: 50px;
  17. line-height: 50px;
  18. position: relative;
  19. }
  20. .sidecontent h1 span {
  21. font-size: 12px;
  22. font-weight: normal;
  23. position: absolute;
  24. right: -10px;
  25. cursor: pointer;
  26. border: #ebebeb solid 1px;
  27. width: 40px;
  28. height: 40px;
  29. line-height: 40px;
  30. border-radius: 20px;
  31. text-align: center;
  32. }
  33. #text {
  34. float: left;
  35. width: auto;
  36. font-size: 18px;
  37. letter-spacing: 2px;
  38. margin: 30px;
  39. max-width: 600px;
  40. height: 500px;
  41. max-height: 630px;
  42. line-height: 22px;
  43. font-family: '宋体';
  44. }
  45. #sideimg {
  46. margin: 5px 20px 30px 10px;
  47. float: left;
  48. }
  49. #gui-modes-map div img {
  50. width: 48px;
  51. height: 48px;
  52. }
  53. iframe {
  54. border: none;
  55. }
  56. #popup {
  57. text-align: center;
  58. padding: 0;
  59. position: relative;
  60. width: 100%;
  61. height: 100%;
  62. /* margin: 80px auto; */
  63. display: none;
  64. z-index: 999999;
  65. background: rgba(0, 0, 0, 0.6);
  66. }
  67. .popup-content {
  68. position: relative;
  69. width: 100%;
  70. height: 100%;
  71. overflow: hidden;
  72. }
  73. #id1 {
  74. width: 100%;
  75. height: 100%;
  76. }
  77. #popup.wait {
  78. opacity: 0.1;
  79. }
  80. #closepop {
  81. background: url(../../images/close1.png) no-repeat;
  82. width: 30px;
  83. height: 30px;
  84. cursor: pointer;
  85. position: absolute;
  86. right: 405px;
  87. top: 185px;
  88. text-indent: -999em;
  89. background-size: 100% 100%;
  90. }
  91. .specialTitle {
  92. bottom: 65%;
  93. width: 100%;
  94. padding: 0 25px;
  95. display: block;
  96. font-family: OpenSans, 'Helvetica Neue', sans-serif;
  97. text-align: center;
  98. font-size: 40px;
  99. font-weight: 100;
  100. letter-spacing: 0.75px;
  101. text-shadow: 0 0 10px rgba(15, 16, 17, 1);
  102. color: rgba(255, 255, 255, 1);
  103. margin: 0;
  104. position: absolute;
  105. hyphens: auto;
  106. word-wrap: break-word;
  107. line-height: 45px;
  108. }
  109. .dropdown {
  110. position: relative;
  111. display: inline-block;
  112. float: right;
  113. height: 40px;
  114. line-height: 40px;
  115. right: 10px;
  116. }
  117. .floor {
  118. width: 100px;
  119. text-align: center;
  120. display: block;
  121. height: 30px;
  122. background: rgba(0, 0, 0, 0.4);
  123. line-height: 30px;
  124. margin-top: 10px;
  125. cursor: pointer;
  126. }
  127. .dropdown-content {
  128. display: none;
  129. position: absolute;
  130. background: rgba(0, 0, 0, 0.6);
  131. min-width: 100px;
  132. box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  133. text-align: center;
  134. }
  135. .dropdown:hover .dropdown-content {
  136. display: block;
  137. }
  138. a {
  139. text-decoration: none;
  140. }
  141. #YY,
  142. #SZZ {
  143. display: none;
  144. }
  145. @media only screen and (max-width: 487px) {
  146. .dropdown {
  147. height: 30px;
  148. line-height: 30px;
  149. right: 5px;
  150. }
  151. .floor {
  152. width: 80px;
  153. height: 20px;
  154. line-height: 20px;
  155. margin-top: 5px;
  156. }
  157. .dropdown-content {
  158. min-width: 80px;
  159. }
  160. }
  161. @media screen and (max-width: 1600px) {
  162. /*#popup {
  163. width: 816px;
  164. height: 510px;
  165. margin: -255px auto auto -408px;
  166. }*/
  167. .specialTitle {
  168. bottom: 65%;
  169. font-size: 34px;
  170. }
  171. }
  172. @media screen and (max-width: 1400px) {
  173. /*#popup {
  174. width: 714px;
  175. height: 446px;
  176. margin: -223px auto auto -357px;
  177. }*/
  178. .specialTitle {
  179. bottom: 65%;
  180. font-size: 30px;
  181. }
  182. }
  183. @media screen and (max-width: 1200px) {
  184. #closepop {
  185. width: 40px;
  186. height: 40px;
  187. top: 20px;
  188. right: 20px;
  189. }
  190. .specialTitle {
  191. bottom: 66%;
  192. font-size: 26px;
  193. }
  194. }
  195. @media screen and (max-width: 768px) {
  196. .specialTitle {
  197. bottom: 62%;
  198. font-size: 26px;
  199. line-height: 40px;
  200. }
  201. #special-gui-name {
  202. display: none;
  203. }
  204. }
  205. @media screen and (max-width: 736px) {
  206. #title-toggle {
  207. padding-top: 18px;
  208. height: 42px;
  209. }
  210. .pinTop {
  211. top: 8px;
  212. }
  213. }
  214. @media screen and (max-width: 667px) {
  215. #closepop {
  216. width: 20px;
  217. height: 20px;
  218. top: 105px;
  219. right: 30px;
  220. }
  221. #title-toggle {
  222. padding-top: 17px;
  223. height: 40px;
  224. }
  225. #musicImg .fa-2x {
  226. font-size: 1.5em;
  227. }
  228. .pinTop {
  229. top: 8px;
  230. }
  231. }
  232. @media screen and (max-width: 568px) {
  233. #title-toggle {
  234. padding-top: 17px;
  235. height: 38px;
  236. }
  237. #musicImg .fa-2x {
  238. font-size: 1.5em;
  239. }
  240. .pinTop {
  241. top: 8px;
  242. }
  243. }
  244. @media screen and (max-width: 414px) {
  245. #title-toggle {
  246. padding-top: 17px;
  247. height: 40px;
  248. }
  249. }
  250. @media screen and (max-width: 375px) {
  251. #title-toggle {
  252. padding-top: 17px;
  253. height: 38px;
  254. }
  255. .pinTop {
  256. top: 5px;
  257. }
  258. }
  259. @media screen and (max-width: 320px) {
  260. /*#popup {
  261. width: 200px;
  262. height: 380px;
  263. margin: -200px auto auto -100px;
  264. }*/
  265. #title-toggle {
  266. padding-top: 16px;
  267. height: 36px;
  268. }
  269. .pinTop {
  270. top: 0px;
  271. }
  272. }