ygjDefault.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. * {
  2. margin: 0px;
  3. padding: 0px;
  4. -webkit-tap-highlight-color: transparent;
  5. -webkit-user-select: none;
  6. }
  7. body {
  8. font-family: "Microsoft YaHei";
  9. text-align: center;
  10. /*background-color: #171717;*/
  11. background: url(congruent_outline.png) repeat;
  12. }
  13. a
  14. {
  15. text-decoration:none;
  16. color:inherit;
  17. }
  18. #menu {
  19. margin: auto;
  20. width: 320px;
  21. padding-bottom: 3px;
  22. }
  23. #menu h3 {
  24. text-align: center;
  25. margin: 14px 0px 6px;
  26. font-size: 32px;
  27. font-style: italic;
  28. text-decoration: none;
  29. text-shadow: 0px 1px 3px rgba(0,0,0,1);
  30. color: white;
  31. }
  32. #menu div {
  33. display: inline-block;
  34. width: 50px;
  35. text-align: center;
  36. font-size: 30px;
  37. padding: 5px 0px 8px;
  38. margin: 3px 3px;
  39. background: rgba(180,180,180,0.5);
  40. background: rgba(50,50,50,0.5);
  41. border: 2px solid rgba(0,0,0,0.3);
  42. border-radius: 5px;
  43. color: #fff;
  44. -webkit-background-clip: padding-box;
  45. }
  46. .menuBtn {
  47. text-decoration: none;
  48. position: absolute;
  49. top: 0px;
  50. right: 0px;
  51. padding: 6px 8px;
  52. color: white;
  53. font-size: 19px;
  54. font-weight: bold;
  55. text-shadow: 0px 1px 3px rgba(0,0,0,1);
  56. z-index:1000;
  57. }
  58. #gametitle {
  59. position: absolute;
  60. top: 0px;
  61. left:35%;
  62. padding: 6px 8px;
  63. color: white;
  64. font-size: 26px;
  65. font-weight: bold;
  66. text-shadow: 0px 1px 3px rgba(0,0,0,1);
  67. z-index:1000;
  68. }
  69. @media screen and (min-device-width: 640px) {
  70. body {
  71. text-align: center;
  72. background: url(congruent_outline.png) repeat;
  73. }
  74. h1, h2, h2 a {
  75. display: block;
  76. margin: 14px 0px 6px;
  77. font-style: italic;
  78. text-decoration: none;
  79. text-shadow: 0px 1px 3px rgba(0,0,0,1);
  80. color: white;
  81. }
  82. h1 {
  83. cursor: default;
  84. font-size: 34px;
  85. }
  86. h2 {
  87. cursor: pointer;
  88. font-size: 21px;
  89. position: fixed;
  90. bottom: -6px;
  91. right: 14px;
  92. }
  93. .menuBtn {
  94. text-decoration: none;
  95. position: absolute;
  96. top: 0px;
  97. right: 0px;
  98. padding: 6px 8px;
  99. color: white;
  100. font-size: 19px;
  101. font-weight: bold;
  102. text-shadow: 0px 1px 3px rgba(0,0,0,1);
  103. z-index:1000;
  104. }
  105. canvas {
  106. border: 1px solid rgba(0,0,0,0.1);
  107. -moz-border-radius: 2px;
  108. border-radius: 2px;
  109. margin-top: 61px;
  110. z-index:2000;
  111. }
  112. }
  113. canvas
  114. {margin-top: 61px;z-index:2000;}
  115. #credit
  116. {
  117. width:100%; bottom:35px; margin-left:auto; margin-right:auto; color: #FFF;
  118. }
  119. #credit a {text-decoration:none; color:#FFF;font-size:9px; }
  120. #overlay
  121. {
  122. background: #000;
  123. }
  124. #overlay3
  125. {
  126. background: #000;
  127. }
  128. .overlay
  129. {
  130. display: none; position: absolute;
  131. top: 0px; left: 0px; width: 100%; height: 100%;
  132. z-index: 2000; /* 此处的图层要大于页面 */
  133. }
  134. #overlay2
  135. {
  136. background: rgba(0,0,0,0.5);
  137. }
  138. #overlay5
  139. {
  140. background: rgba(0,0,0,0.5);
  141. }
  142. #userinfo
  143. {
  144. width:100%; position: absolute; bottom:40px; margin-left:auto; margin-right:auto; height:32px; line-height:32px;
  145. font-family:宋体; font-size:12px; color:green;
  146. }
  147. #TimeClock
  148. {
  149. position: absolute;
  150. top:15px;
  151. width:100%;
  152. color: #fff;
  153. font-size: 28px;
  154. margin-top: 10px;
  155. display:none;
  156. }
  157. #dialogmsg
  158. {
  159. width: 50%;
  160. margin-left: auto;
  161. margin-right: auto;
  162. }
  163. #mode2msg
  164. {
  165. width: 50%;
  166. margin-left: auto;
  167. margin-right: auto;
  168. }
  169. .ygjbtn
  170. {
  171. background-color: #00c942;
  172. border: 2px solid #FFF;
  173. border-radius: 5px;
  174. -webkit-background-clip: padding-box;
  175. width: 80px;
  176. height: 30px;
  177. line-height: 30px;
  178. position: relative;
  179. top: 10px;
  180. display:inline-block;
  181. }
  182. .table-c {width:100%; height:80%; overflow:scroll;}
  183. .table-c table{border-right:1px solid #FFF;border-bottom:1px solid #FFF;
  184. color:#FFF; margin-left:auto; margin-right:auto;
  185. font-size:12px; border-radius: 5px;}
  186. .table-c table td{border-left:1px solid #FFF;border-top:1px solid #FFF; text-indent: 2px;}
  187. #loading
  188. {
  189. position:fixed;
  190. _position:absolute;
  191. top:50%;
  192. left:50%;
  193. display:none;
  194. width:124px;
  195. height:124px;
  196. overflow:hidden;
  197. z-index:3000;
  198. margin:-62px 0 0 -62px;}