No Description

crossword.css 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. body {
  2. width: 100%;
  3. height: 100%;
  4. background: #FB4605;
  5. }
  6. .header {
  7. background-size: 100% 100%;
  8. padding-top: .81rem;
  9. position: relative;
  10. width: 100%;
  11. height: 3.08rem;
  12. background-image: url(../img/pict1.png?v=1.1.1);
  13. }
  14. .pict {
  15. display: block;
  16. width: 1.4rem;
  17. height: 1.4rem;
  18. border-radius: .03rem;
  19. position: absolute;
  20. top: 1.54rem;
  21. left: 1.11rem;
  22. }
  23. .target {
  24. width: 100%;
  25. height: 1.16rem;
  26. display: flex;
  27. align-items:center;
  28. position: relative;
  29. background-size: 100% 100%;
  30. margin: auto;
  31. padding: .29rem 0 .2rem;
  32. }
  33. .notice {
  34. width: 100%;
  35. height: .35rem;
  36. line-height: .29rem;
  37. text-align: center;
  38. color: #FFEF98;
  39. background-image: url("../img/title1.png");
  40. background-size: 100% 100%;
  41. }
  42. .rule {
  43. top: .7rem;
  44. }
  45. .target ul {
  46. width: 3.08rem;
  47. margin: 0 auto;
  48. margin-top: -.035rem;
  49. display: flex;
  50. align-items: center;
  51. }
  52. .target li {
  53. font-family: PingFang-SC-Heavy;
  54. font-weight: bold;
  55. font-size: .4rem;
  56. float: left;
  57. margin-left: .1rem;
  58. width: .65rem;
  59. height: .65rem;
  60. text-align: center;
  61. line-height: .6rem;
  62. border: 2px solid transparent;
  63. border-radius: .03rem;
  64. color: #D59212;
  65. font-weight: bold;
  66. width: .67rem;
  67. height: .67rem;
  68. line-height: .67rem;
  69. margin-top: .01rem;
  70. margin-left: .08rem;
  71. }
  72. .target .blackColor {
  73. border: 5px solid #ffffff;
  74. }
  75. .content {
  76. height: 2.6rem;
  77. background-image: url(../img/content1.png);
  78. background-size: 100% 100%;
  79. }
  80. .options {
  81. width: 100%;
  82. height: 1.8rem;
  83. background-size: 100% 100%;
  84. }
  85. .options ul {
  86. margin: auto;
  87. width: 3.25rem;
  88. padding: 0 .07rem;
  89. overflow: hidden;
  90. margin-top: .12rem;
  91. }
  92. .options li {
  93. text-align: center;
  94. color: #D59212;
  95. font-size: .2rem;
  96. font-weight: bold;
  97. float: left;
  98. width: .49rem;
  99. height: .48rem;
  100. line-height: .36rem;
  101. margin-left: .112rem;
  102. margin-top: 0;
  103. margin-bottom: .1rem;
  104. border: .04rem solid transparent;
  105. }
  106. .banner {
  107. width: 100%;
  108. height: 1.51rem;
  109. background-image: url("../img/other.png");
  110. background-size: 100% 100%;
  111. }
  112. .active li {
  113. width: .47rem;
  114. left: .44rem;
  115. top: 4.7rem;
  116. height: .4rem;
  117. line-height: .41rem;
  118. text-align: center;
  119. color: #FEC853;
  120. font-size: .2rem;
  121. position: absolute;
  122. opacity: 0;
  123. z-index: 0;
  124. }
  125. .active :nth-child(2) {
  126. left: 1.04rem;
  127. }
  128. .active :nth-child(3) {
  129. left: 1.65rem;
  130. }
  131. .active :nth-child(4) {
  132. left: 2.25rem;
  133. }
  134. .active :nth-child(5) {
  135. left: 2.85rem;
  136. }
  137. .active :nth-child(6) {
  138. top: 5.28rem;
  139. }
  140. .active :nth-child(7) {
  141. top: 5.28rem;
  142. left: 1.04rem;
  143. }
  144. .active :nth-child(8) {
  145. top: 5.28rem;
  146. left: 1.65rem;
  147. }
  148. .active :nth-child(9) {
  149. top: 5.28rem;
  150. left: 2.25rem;
  151. }
  152. .active :nth-child(10) {
  153. top: 5.28rem;
  154. left: 2.85rem;
  155. }
  156. .active .move {
  157. width: .65rem;
  158. height: .65rem;
  159. line-height: .65rem;
  160. font-size: .4rem;
  161. font-weight: bold;
  162. opacity: .5;
  163. top: 3.65rem;
  164. opacity: 1;
  165. transition: all .6s linear;
  166. }
  167. .mask {
  168. z-index: 2;
  169. }
  170. .options .flick {
  171. color: #986503;
  172. }