main0.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. .sidecontent{position:fixed;left:-750px;width:auto;display:none;background:rgba(0,0,0,0.8);top:70px;height: 100%;color: rgba(255,255,255,1);}
  2. .sidecontent h1{font-size:14px;width:90%;margin:0px auto;text-align:center;height:50px;line-height:50px;position:relative;}
  3. .sidecontent h1 span{font-size:12px;font-weight:normal;position:absolute;right:-10px;cursor:pointer;border:#ebebeb solid 1px;width:40px;height:40px;line-height:40px;border-radius:20px;text-align:center;}
  4. #text
  5. {
  6. float:left;
  7. width:auto;
  8. font-size:18px;
  9. letter-spacing:2px;
  10. margin:30px;
  11. max-width:600px;
  12. height:500px;
  13. max-height:630px;
  14. line-height:22px;
  15. font-family:"宋体";
  16. }
  17. #sideimg{margin:5px 20px 30px 10px;float:left;}
  18. #gui-modes-map div img
  19. {
  20. width:48px;
  21. height:48px;
  22. }
  23. iframe{
  24. border: none;
  25. }
  26. #popup {
  27. z-index: 20;
  28. text-align: center;
  29. padding: 0;
  30. position: relative;
  31. width: 100%;
  32. height: 100%;
  33. /* margin: 80px auto; */
  34. display: none;
  35. z-index: 101;
  36. background: rgba(0,0,0,0.6);
  37. }
  38. .popup-content{
  39. position: relative;
  40. width: 100%;
  41. height: 100%;
  42. overflow-x: hidden;
  43. }
  44. #id1{ width: 100%; height: 100%;}
  45. #popup.wait{
  46. opacity:0.1;
  47. }
  48. #closepop {
  49. background: url(https://super.4dage.com/images/close1.png) no-repeat;
  50. width: 60px;
  51. height: 60px;
  52. cursor: pointer;
  53. position: absolute;
  54. right: 30px;
  55. top: 30px;
  56. text-indent: -999em;
  57. background-size: 100% 100%;
  58. }
  59. .specialTitle{bottom:65%;
  60. width: 100%;
  61. padding: 0 25px;
  62. display: block;
  63. font-family: OpenSans,'Helvetica Neue',sans-serif;
  64. text-align: center;
  65. font-size: 40px;
  66. font-weight: 100;
  67. letter-spacing: .75px;
  68. text-shadow: 0 0 10px rgba(15,16,17,1);
  69. color: rgba(255,255,255,1);
  70. margin: 0;
  71. position: absolute;
  72. hyphens: auto;
  73. word-wrap: break-word;
  74. line-height: 45px;}
  75. .dropdown {position: relative;display: inline-block;float: right;height: 40px;line-height: 40px;right: 10px;}
  76. .floor{ width: 100px;text-align: center;display: block;height: 30px;background: rgba(0,0,0,0.4);line-height: 30px;margin-top: 10px;cursor: pointer;}
  77. .dropdown-content {display: none;position: absolute;background: rgba(0,0,0,0.6);min-width: 100px;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);text-align:center;}
  78. .dropdown:hover .dropdown-content {display: block;}
  79. a{text-decoration:none;}
  80. #YY,#SZZ{display:none;}
  81. @media only screen and (max-width:487px){
  82. .dropdown {height: 30px;line-height: 30px;right:5px;}
  83. .floor {width: 80px;height: 20px;line-height: 20px;margin-top: 5px;}
  84. .dropdown-content{min-width: 80px;}
  85. }
  86. @media screen and (max-width: 1600px) {
  87. /*#popup {
  88. width: 816px;
  89. height: 510px;
  90. margin: -255px auto auto -408px;
  91. }*/
  92. .specialTitle{
  93. bottom:65%;
  94. font-size: 34px;
  95. }
  96. }
  97. @media screen and (max-width: 1400px) {
  98. /*#popup {
  99. width: 714px;
  100. height: 446px;
  101. margin: -223px auto auto -357px;
  102. }*/
  103. .specialTitle {
  104. bottom: 65%;
  105. font-size: 30px;
  106. }
  107. }
  108. @media screen and (max-width: 1200px) {
  109. #closepop{
  110. width: 40px;
  111. height: 40px;
  112. top: 20px;
  113. right: 20px;
  114. }
  115. .specialTitle {
  116. bottom: 66%;
  117. font-size: 26px;
  118. }
  119. }
  120. @media screen and (max-width: 768px) {
  121. .specialTitle {
  122. bottom: 62%;
  123. font-size: 26px;
  124. line-height:40px;
  125. }
  126. #special-gui-name{display:none;}
  127. }
  128. @media screen and (max-width: 736px){
  129. #title-toggle{
  130. padding-top: 18px;
  131. height: 42px;
  132. }
  133. .pinTop{top:8px;}
  134. }
  135. @media screen and (max-width:667px){
  136. #closepop{
  137. width: 36px;
  138. height: 36px;
  139. top: 0px;
  140. right: 0px;
  141. }
  142. #title-toggle{
  143. padding-top: 17px;
  144. height: 40px;
  145. }
  146. #musicImg .fa-2x {
  147. font-size: 1.5em;
  148. }
  149. .pinTop{top:8px;}
  150. }
  151. @media screen and (max-width:568px){
  152. #title-toggle{
  153. padding-top: 17px;
  154. height: 38px;
  155. }
  156. #musicImg .fa-2x {
  157. font-size: 1.5em;
  158. }
  159. .pinTop{top:8px;}
  160. }
  161. @media screen and (max-width:414px) {
  162. #title-toggle{
  163. padding-top: 17px;
  164. height: 40px;
  165. }
  166. }
  167. @media screen and (max-width:375px) {
  168. #title-toggle{
  169. padding-top: 17px;
  170. height: 38px;
  171. }
  172. .pinTop{top:5px;}
  173. }
  174. @media screen and (max-width:320px) {
  175. /*#popup {
  176. width: 200px;
  177. height: 380px;
  178. margin: -200px auto auto -100px;
  179. }*/
  180. #title-toggle{
  181. padding-top: 16px;
  182. height: 36px;
  183. }
  184. .pinTop{top:0px;}
  185. }