main0.css 4.6 KB

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