main0.css 4.2 KB

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