main0.css 4.6 KB

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