main0.css 4.1 KB

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