main0.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  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: 70%;
  79. height: 80%;
  80. overflow: hidden;
  81. }
  82. #id1 {
  83. width: 100%;
  84. height: 100%;
  85. }
  86. #popup.wait {
  87. opacity: 0.1;
  88. }
  89. #closepop {
  90. background: url(../../images/close1.png) no-repeat;
  91. width: 45px;
  92. height: 45px;
  93. cursor: pointer;
  94. text-indent: -999em;
  95. background-size: 100% 100%;
  96. position: absolute;
  97. top: 80px;
  98. right: 200px;
  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-wrap {
  204. justify-content: start;
  205. }
  206. .popup-content {
  207. margin-top: 10px;
  208. width: 90%;
  209. height: 80%;
  210. }
  211. }
  212. @media screen and (max-width: 768px) {
  213. .specialTitle {
  214. bottom: 62%;
  215. font-size: 26px;
  216. line-height: 40px;
  217. }
  218. #special-gui-name {
  219. display: none;
  220. }
  221. }
  222. @media screen and (max-width: 736px) {
  223. #title-toggle {
  224. padding-top: 18px;
  225. height: 42px;
  226. }
  227. .pinTop {
  228. top: 8px;
  229. }
  230. }
  231. @media screen and (max-width: 667px) {
  232. #closepop {
  233. width: 30px;
  234. height: 30px;
  235. position: absolute;
  236. top: auto;
  237. bottom: 12%;
  238. left: 50%;
  239. transform: translateX(-50%);
  240. }
  241. #title-toggle {
  242. padding-top: 17px;
  243. height: 40px;
  244. }
  245. #musicImg .fa-2x {
  246. font-size: 1.5em;
  247. }
  248. .pinTop {
  249. top: 8px;
  250. }
  251. }
  252. @media screen and (max-width: 568px) {
  253. #title-toggle {
  254. padding-top: 17px;
  255. height: 38px;
  256. }
  257. #musicImg .fa-2x {
  258. font-size: 1.5em;
  259. }
  260. .pinTop {
  261. top: 8px;
  262. }
  263. }
  264. @media screen and (max-width: 414px) {
  265. #title-toggle {
  266. padding-top: 17px;
  267. height: 40px;
  268. }
  269. }
  270. @media screen and (max-width: 375px) {
  271. #title-toggle {
  272. padding-top: 17px;
  273. height: 38px;
  274. }
  275. .pinTop {
  276. top: 5px;
  277. }
  278. }
  279. @media screen and (max-width: 320px) {
  280. /*#popup {
  281. width: 200px;
  282. height: 380px;
  283. margin: -200px auto auto -100px;
  284. }*/
  285. #title-toggle {
  286. padding-top: 16px;
  287. height: 36px;
  288. }
  289. .pinTop {
  290. top: 0px;
  291. }
  292. }