index.html 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <link async rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
  5. integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
  6. <link rel="stylesheet" href="../css/bootstrap.min.css"
  7. integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
  8. <link rel="stylesheet" href="../css/style.css">
  9. <link rel="preconnect" href="https://fonts.gstatic.com">
  10. <link href="https://fonts.loli.net/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
  11. &family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
  12. <script src="../js/av-live-query-min.js"></script>
  13. <meta charset="UTF-8">
  14. <style>
  15. * {
  16. padding: 0;
  17. margin: 0;
  18. }
  19. html,
  20. body,
  21. #five {
  22. background: #ccc;
  23. height: 100%;
  24. }
  25. .controls {
  26. /* position: absolute; */
  27. top: 20px;
  28. margin: 5px;
  29. }
  30. #game {
  31. width: 580px;
  32. height: 580px;
  33. /* box-shadow: 2px 2px 5px #333333; */
  34. /* text-align: center; */
  35. padding: 10px;
  36. background: rgba(0, 0, 0, 0.2);
  37. }
  38. table {
  39. width: 560px;
  40. border-collapse: collapse;
  41. border-spacing: 0;
  42. }
  43. td {
  44. width: 35px;
  45. height: 35px;
  46. /* display: flex;
  47. justify-content: center;
  48. align-items: center; */
  49. text-align: center;
  50. }
  51. span {
  52. transition-duration: 100ms;
  53. display: inline-block;
  54. border-radius: 50%;
  55. width: 28px;
  56. height: 28px;
  57. vertical-align: middle;
  58. cursor: pointer;
  59. }
  60. .light {
  61. transition-duration: 100ms;
  62. display: inline-block;
  63. border: 5px double grey;
  64. border-radius: 50%;
  65. width: 18px;
  66. height: 18px;
  67. z-index: 10;
  68. }
  69. span::after {
  70. content: "";
  71. height: 0;
  72. display: inline-block;
  73. vertical-align: middle;
  74. }
  75. .table {
  76. margin: 0;
  77. }
  78. .black {
  79. box-shadow: 1px 1px 2px rgba(115, 115, 115, 0.7);
  80. background: #000;
  81. cursor: default;
  82. }
  83. .white {
  84. box-shadow: 1px 1px 2px rgba(115, 115, 115, 0.7);
  85. background: #fff;
  86. cursor: default;
  87. }
  88. .green {
  89. box-shadow: 1px 1px 2px rgba(115, 115, 115, 0.7);
  90. background-image: linear-gradient(black,white,90deg);
  91. cursor: default;
  92. }
  93. .tables {
  94. top: 0;
  95. left: 0;
  96. z-index: 3;
  97. }
  98. #xq-tips {
  99. position: absolute;
  100. top: 20%;
  101. left: 0;
  102. width: 100%;
  103. height: 150px;
  104. background: rgba(0, 0, 0, 0);
  105. display: none;
  106. z-index: 4;
  107. backdrop-filter: blur(5px);
  108. }
  109. .xq-txt {
  110. position: relative;
  111. height: 150px;
  112. background: rgba(35, 35, 35, 0.5);
  113. top: 0;
  114. bottom: 0;
  115. right: 0;
  116. left: 0;
  117. margin: auto;
  118. color: #fff;
  119. font-size: 40px;
  120. text-align: center;
  121. line-height: 150px;
  122. }
  123. #agin {
  124. display: none;
  125. }
  126. #regret {
  127. display: none;
  128. }
  129. .pointer {
  130. display: none;
  131. transition-duration: 100ms;
  132. pointer-events: none;
  133. position: absolute;
  134. opacity: 50%;
  135. left: 0;
  136. top: 0;
  137. }
  138. </style>
  139. <script src="https://apps.bdimg.com/libs/jquery/1.10.2/jquery.min.js"></script>
  140. <title>Document</title>
  141. </head>
  142. <body>
  143. <div id="five">
  144. <div class="controls">
  145. <a class="btn btn-info" href="/" style="text-shadow: rgb(85, 85, 85) 3px 2px 4px;"><i
  146. class="glyphicon glyphicon-home" aria-hidden="true"></i>&nbsp;返回</a>
  147. <button class="btn btn-primary" id="begin"><i class=" glyphicon glyphicon-ban-circle"
  148. aria-hidden="true"></i>&nbsp;开始游戏</button>
  149. <button class="btn btn-primary" id="agin"><i class=" glyphicon glyphicon-repeat"
  150. aria-hidden="true"></i>&nbsp;重新游戏</button>
  151. <button class="btn btn-warning" id="regret"><i class=" glyphicon glyphicon-backward"
  152. aria-hidden="true"></i>&nbsp;悔棋</button>
  153. <div class="light"></div>
  154. </div>
  155. <div id="game" class="center-block">
  156. <span class="black pointer"></span>
  157. </div>
  158. </div>
  159. <script src="../js/chess.js"></script>
  160. </body>
  161. </html>