main0.css 4.3 KB

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