main0.css 4.7 KB

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