main0.css.bak 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  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: absolute;
  31. top: 50%;
  32. left: 50%;
  33. width: 960px;
  34. height: 580px;
  35. margin: -290px auto auto -480px;
  36. display: none;
  37. overflow-y: hidden;
  38. transition: opacity 0.2s;
  39. opacity: 1;
  40. }
  41. #popup.wait{
  42. pointer-events:none;
  43. opacity:0.1;
  44. }
  45. #closepop {
  46. background: url(../../images/close1.png) no-repeat;
  47. width: 40px;
  48. height: 40px;
  49. cursor: pointer;
  50. position: absolute;
  51. right: 0px;
  52. top: -3px;
  53. text-indent: -999em;
  54. }
  55. .specialTitle{bottom:65%;
  56. width: 100%;
  57. padding: 0 25px;
  58. display: block;
  59. font-family: OpenSans,'Helvetica Neue',sans-serif;
  60. text-align: center;
  61. font-size: 40px;
  62. font-weight: 100;
  63. letter-spacing: .75px;
  64. text-shadow: 0 0 10px rgba(15,16,17,1);
  65. color: rgba(255,255,255,1);
  66. margin: 0;
  67. position: absolute;
  68. hyphens: auto;
  69. word-wrap: break-word;
  70. line-height: 45px;}
  71. .dropdown {position: relative;display: inline-block;float: right;height: 40px;line-height: 40px;right: 10px;}
  72. .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;}
  73. .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;}
  74. .dropdown:hover .dropdown-content {display: block;}
  75. a{text-decoration:none;}
  76. #YY,#SZZ{display:none;}
  77. @media only screen and (max-width:487px){
  78. .dropdown {height: 30px;line-height: 30px;right:5px;}
  79. .floor {width: 80px;height: 20px;line-height: 20px;margin-top: 5px;}
  80. .dropdown-content{min-width: 80px;}
  81. }
  82. @media screen and (max-width: 1600px) {
  83. #popup {
  84. width: 816px;
  85. height: 510px;
  86. margin: -255px auto auto -408px;
  87. }
  88. .specialTitle{
  89. bottom:65%;
  90. font-size: 34px;
  91. }
  92. }
  93. @media screen and (max-width: 1400px) {
  94. #popup {
  95. width: 714px;
  96. height: 446px;
  97. margin: -223px auto auto -357px;
  98. }
  99. .specialTitle {
  100. bottom: 65%;
  101. font-size: 30px;
  102. }
  103. }
  104. @media screen and (max-width: 1200px) {
  105. #popup {
  106. width: 700px;
  107. height: 422px;
  108. margin: -211px auto auto -350px;
  109. }
  110. .specialTitle {
  111. bottom: 66%;
  112. font-size: 26px;
  113. }
  114. }
  115. /* @media screen and (max-width: 1024px) { */
  116. /* #popup { */
  117. /* width: 700px; */
  118. /* height: 438px; */
  119. /* margin: -219px auto auto -350px; */
  120. /* } */
  121. /* } */
  122. @media screen and (max-width: 768px) {
  123. #popup {
  124. width:600px;
  125. height:720px;
  126. margin: -360px auto auto -300px;
  127. }
  128. .specialTitle {
  129. bottom: 62%;
  130. font-size: 26px;
  131. line-height:40px;
  132. }
  133. #special-gui-name{display:none;}
  134. }
  135. @media screen and (min-width:669px) and (max-width: 736px){
  136. #popup {
  137. width:500px;
  138. height:260px;
  139. margin: -130px auto auto -250px;
  140. }
  141. #closepop{
  142. width: 32px;
  143. height: 32px;
  144. background-size: contain;
  145. right: 0px;
  146. }
  147. #model-title{
  148. height: 42px;
  149. }
  150. #title-toggle{
  151. padding-top: 18px;
  152. height: 42px;
  153. }
  154. .title-container{
  155. padding: 16px 10px 6px;
  156. height:42px;
  157. width: 259px;
  158. }
  159. #gui-name{
  160. font-size: 16px;
  161. line-height:16px;
  162. }
  163. .pinTop{top:8px;}
  164. #model-title {
  165. width: 70%;
  166. }
  167. }
  168. @media screen and (min-width:569px) and (max-width:667px){
  169. #popup {
  170. width:420px;
  171. height:230px;
  172. margin: -115px auto auto -210px;
  173. }
  174. #closepop{
  175. width: 30px;
  176. height: 30px;
  177. background-size: contain;
  178. right: 0px;
  179. }
  180. #model-title{
  181. height: 40px;
  182. }
  183. #title-toggle{
  184. padding-top: 17px;
  185. height: 40px;
  186. }
  187. .title-container{
  188. padding: 16px 10px 6px;
  189. height:40px;
  190. width: 240px;
  191. }
  192. #gui-name{
  193. font-size: 15px;
  194. line-height:15px;
  195. }
  196. #musicImg .fa-2x {
  197. font-size: 1.5em;
  198. }
  199. .pinTop{top:8px;}
  200. #model-title {
  201. width: 70%;
  202. }
  203. }
  204. @media screen and (min-width:447px) and (max-width:568px){
  205. #popup {
  206. width:340px;
  207. height:170px;
  208. margin: -85px auto auto -170px;
  209. }
  210. #closepop{
  211. width: 30px;
  212. height: 30px;
  213. background-size: contain;
  214. right: 0px;
  215. }
  216. #model-title{
  217. height: 38px;
  218. }
  219. #title-toggle{
  220. padding-top: 17px;
  221. height: 38px;
  222. }
  223. .title-container{
  224. padding: 16px 10px 6px;
  225. height:38px;
  226. width: 220px;
  227. }
  228. #gui-name{
  229. font-size: 14px;
  230. line-height:14px;
  231. }
  232. #musicImg .fa-2x {
  233. font-size: 1.5em;
  234. }
  235. .pinTop{top:8px;}
  236. #model-title {
  237. width: 70%;
  238. }
  239. }
  240. @media screen and (max-width:414px) {
  241. #popup {
  242. width: 280px;
  243. height: 520px;
  244. margin: -260px auto auto -140px;
  245. }
  246. #closepop{
  247. width: 30px;
  248. height: 30px;
  249. background-size: contain;
  250. right: 0px;
  251. }
  252. #model-title{
  253. height: 40px;
  254. }
  255. #title-toggle{
  256. padding-top: 17px;
  257. height: 40px;
  258. }
  259. .title-container{
  260. padding: 16px 10px 6px;
  261. height:40px;
  262. width: 220px;
  263. }
  264. #gui-name{
  265. font-size: 16px;
  266. line-height:16px;
  267. }
  268. #model-title {
  269. width: 70%;
  270. }
  271. }
  272. @media screen and (max-width:375px) {
  273. #popup {
  274. width: 252px;
  275. height: 490px;
  276. margin: -245px auto auto -126px;
  277. }
  278. #model-title{
  279. height: 38px;
  280. }
  281. #title-toggle{
  282. padding-top: 17px;
  283. height: 38px;
  284. }
  285. .title-container{
  286. padding: 16px 10px 6px;
  287. height:38px;
  288. width: 220px;
  289. }
  290. #gui-name{
  291. font-size: 15px;
  292. line-height:15px;
  293. }
  294. .pinTop{top:5px;}
  295. #model-title {
  296. width: 70%;
  297. }
  298. }
  299. @media screen and (max-width:320px) {
  300. #popup {
  301. width: 200px;
  302. height: 380px;
  303. margin: -200px auto auto -100px;
  304. }
  305. #model-title{
  306. height: 36px;
  307. }
  308. #title-toggle{
  309. padding-top: 16px;
  310. height: 36px;
  311. }
  312. .title-container{
  313. padding: 16px 10px 6px;
  314. height:36px;
  315. width: 200px;
  316. }
  317. #gui-name{
  318. font-size: 14px;
  319. line-height:14px;
  320. }
  321. .pinTop{top:0px;}
  322. #model-title {
  323. width: 70%;
  324. }
  325. }