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