store.css 9.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. @charset "UTF-8";
  2. .wrapper {
  3. position: fixed;
  4. width: 640px;
  5. height: 100%;
  6. background-color: #fff;
  7. overflow: hidden;
  8. }
  9. .storePage {
  10. /************************************************/
  11. /****************************/
  12. }
  13. .storePage .game__container {
  14. position: absolute;
  15. width: 100%;
  16. height: 100%;
  17. left: 0;
  18. top: 0;
  19. z-index: 100;
  20. }
  21. .storePage .game__fixed {
  22. position: absolute;
  23. /* width: 750px;
  24. /* height: 1138px; */
  25. width: 100%;
  26. height: 100%;
  27. /* left: 50%; */
  28. /* margin-left: -375px; */
  29. /* top: 50%; */
  30. /* margin-top: -569px; */
  31. }
  32. .storePage .game__content {
  33. position: absolute;
  34. width: 750px;
  35. height: 1138px;
  36. left: 0;
  37. top: 0;
  38. }
  39. .storePage .game__myScore {
  40. position: absolute;
  41. right: 159px;
  42. top: 2px;
  43. font-family: 'Abril Fatface';
  44. font-size: 70px;
  45. /* background: #ccc; */
  46. width: 140px;
  47. height: 100px;
  48. color: #fff;
  49. text-align: center;
  50. }
  51. .storePage .game__store {
  52. position: absolute;
  53. left: 6px;
  54. top: 10px;
  55. z-index: 200;
  56. width: 100%;
  57. height: 100%;
  58. text-align: center;
  59. overflow-y: auto;
  60. overflow-x: hidden;
  61. display: none;
  62. }
  63. .storePage .coupon__item {
  64. position: relative;
  65. width: 515px;
  66. height: 194px;
  67. background-image: url("../images/coupon-frame.png");
  68. }
  69. .storePage .coupon__item__lp {
  70. position: absolute;
  71. font-family: 'Abril Fatface';
  72. font-size: 100px;
  73. width: 76px;
  74. height: 145px;
  75. color: #fff;
  76. left: 110px;
  77. top: 43px;
  78. text-shadow: #3d3d3d -2px 2px 4px;
  79. }
  80. .storePage .coupon__item__gp {
  81. position: absolute;
  82. font-family: 'Abril Fatface';
  83. font-size: 64px;
  84. width: 120px;
  85. height: 145px;
  86. color: #fff;
  87. left: 311px;
  88. top: 43px;
  89. text-shadow: #3d3d3d -2px 2px 4px;
  90. }
  91. .storePage .coupon__item.coupon__item__video {
  92. background-image: url("../images/coupon-frame-green.png");
  93. }
  94. .storePage .coupon__item.coupon__item__1p {
  95. background-image: url("../images/coupon-1p.png");
  96. }
  97. .storePage .coupon__item.coupon__item__3p {
  98. background-image: url("../images/coupon-3p.png");
  99. }
  100. .storePage .coupon__item.coupon__item__5p {
  101. background-image: url("../images/coupon-5p.png");
  102. }
  103. .storePage .coupon__item.coupon__item__10p {
  104. background-image: url("../images/coupon-10p.png");
  105. }
  106. .storePage .coupon__item.coupon__item__sellout {
  107. background-image: url("../images/coupon-1p.png");
  108. }
  109. .storePage .coupon__item .coupon__item__btn {
  110. position: absolute;
  111. width: 295px;
  112. height: 90px;
  113. top: 93px;
  114. right: 11px;
  115. background-image: url("../images/coupon-btn-sell.png");
  116. }
  117. .storePage .coupon__item .coupon__item__btn.used {
  118. background-image: url("../images/coupon-btn-used.png");
  119. }
  120. .storePage .coupon__item .coupon__item__btn.lock {
  121. background-image: url("../images/coupon-btn-lock.png");
  122. }
  123. .storePage .coupon__item.coupon__item__10p .coupon__item__btn.lock {
  124. background-image: url("../images/coupon-btn-lock-g.png");
  125. }
  126. .storePage .coupon__item.sellout .coupon__item__overlayer {
  127. position: absolute;
  128. width: 100%;
  129. height: 100%;
  130. background-image: url("../images/sellout.png");
  131. }
  132. .storePage .coupon__item:active {
  133. -webkit-transform: scale(1.05);
  134. transform: scale(1.05);
  135. }
  136. .storePage .game__popout {
  137. position: fixed;
  138. width: 100%;
  139. height: 100%;
  140. z-index: 999;
  141. background-color: rgba(0, 0, 0, 0.7);
  142. display: none;
  143. left: 0;
  144. top: 0;
  145. }
  146. .storePage .game__popout__container {
  147. position: absolute;
  148. width: 435px;
  149. height: 370px;
  150. left: 50%;
  151. top: 50%;
  152. margin-left: -217px;
  153. margin-top: -200px;
  154. background-image: url("../images/pop-bg.png");
  155. }
  156. .storePage .game__popout__content {
  157. position: absolute;
  158. width: 100%;
  159. height: 100%;
  160. left: 0;
  161. top: 0;
  162. }
  163. .storePage .game__popout__content .content {
  164. position: absolute;
  165. width: 100%;
  166. height: 100%;
  167. left: 0;
  168. top: 0;
  169. display: none;
  170. /**************************************/
  171. /**************************************/
  172. }
  173. .storePage .game__popout__content .content__wait {
  174. background-image: url("../images/pop-content-wait.png");
  175. }
  176. .storePage .game__popout__content .content__wait__text {
  177. position: absolute;
  178. left: 221px;
  179. top: 152px;
  180. font-family: 'Abril Fatface';
  181. font-size: 42px;
  182. color: #fff;
  183. text-shadow: 0.342px 0.94px 8px rgba(0, 0, 0, 0.5);
  184. }
  185. .storePage .game__popout__content .content__result__text {
  186. position: absolute;
  187. left: 50%;
  188. top: 50%;
  189. transform: translate(-50%, -50%);
  190. font-family: '微軟正黑體';
  191. font-size: 34px;
  192. color: #fff;
  193. width: 351px;
  194. height: 292px;
  195. overflow: hidden;
  196. padding: 16px;
  197. /* Center slide text vertically */
  198. display: -webkit-box;
  199. display: -ms-flexbox;
  200. display: flex;
  201. -webkit-box-pack: center;
  202. -ms-flex-pack: center;
  203. justify-content: center;
  204. -webkit-box-align: center;
  205. -ms-flex-align: center;
  206. align-items: center;
  207. text-align: center;
  208. text-shadow: 0.342px 0.94px 8px rgba(0, 0, 0, 0.5);
  209. font-weight: bold;
  210. line-height: 1.5;
  211. }
  212. .storePage .game__popout__content .content__result__text p {
  213. padding: 10px;
  214. }
  215. .storePage .game__popout__content .content__1p {
  216. background-image: url("../images/pop-content-1p.png");
  217. }
  218. .storePage .game__popout__content .content__3p {
  219. background-image: url("../images/pop-content-3p.png");
  220. }
  221. .storePage .game__popout__content .content__5p {
  222. background-image: url("../images/pop-content-5p.png");
  223. }
  224. .storePage .game__popout__content .content__10p {
  225. background-image: url("../images/pop-content-10p.png");
  226. }
  227. .storePage .game__popout__content .content__no {
  228. background-image: url("../images/pop-content-no.png");
  229. }
  230. .storePage .game__popout__content .content__lp {
  231. background-image: url("../images/pop-content-lp.png");
  232. }
  233. .storePage .game__popout__content .content__lp .lp {
  234. position: absolute;
  235. font-family: 'Abril Fatface';
  236. font-size: 100px;
  237. width: 76px;
  238. height: 145px;
  239. color: #fff;
  240. left: 190px;
  241. top: 135px;
  242. text-shadow: #3d3d3d -2px 2px 4px;
  243. text-align: right;
  244. }
  245. .storePage .game__popout__submit {
  246. position: absolute;
  247. width: 307px;
  248. height: 112px;
  249. left: 50%;
  250. margin-left: -153px;
  251. bottom: 0;
  252. background-image: url("../images/pop-submit.png");
  253. }
  254. .storePage .game__popout__submit__text {
  255. position: absolute;
  256. left: 108px;
  257. top: 35px;
  258. font-family: 'Abril Fatface';
  259. font-size: 42px;
  260. color: #fff;
  261. width: 100px;
  262. text-align: center;
  263. text-shadow: 0.342px 0.94px 8px rgba(0, 0, 0, 0.5);
  264. }
  265. .storePage .game__popout__close {
  266. position: absolute;
  267. width: 80px;
  268. height: 81px;
  269. background-image: url("../images/btn-close.png");
  270. top: -4px;
  271. right: -6px;
  272. }
  273. .storePage .game__popout__close:active {
  274. -webkit-transform: scale(1.05);
  275. transform: scale(1.05);
  276. }
  277. .storePage .effect__container {
  278. position: absolute;
  279. width: 254px;
  280. height: 58px;
  281. left: 27px;
  282. top: 27px;
  283. overflow: hidden;
  284. }
  285. .storePage .Scan {
  286. position: absolute;
  287. top: 0;
  288. right: 0;
  289. bottom: 0;
  290. left: 0;
  291. width: 800px;
  292. height: 200px;
  293. mix-blend-mode: screen;
  294. /* linear-gradient() make a light */
  295. background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.3)), color-stop(rgba(255, 255, 255, 0.55)), to(rgba(255, 255, 255, 0)));
  296. background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
  297. /* rotate light */
  298. -webkit-transform-origin: center center;
  299. transform-origin: center center;
  300. -webkit-transform: translate(-100%, 50%) rotate(-60deg);
  301. transform: translate(-100%, 50%) rotate(-60deg);
  302. /* keyframes animation */
  303. -webkit-animation: ScanLights 2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s infinite;
  304. animation: ScanLights 2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s infinite;
  305. }
  306. @-webkit-keyframes ScanLights {
  307. 0% {
  308. -webkit-transform: translate(-70%, 50%) rotate(-60deg);
  309. transform: translate(-70%, 50%) rotate(-60deg);
  310. }
  311. 100% {
  312. -webkit-transform: translate(-20%, 50%) rotate(-60deg);
  313. transform: translate(-20%, 50%) rotate(-60deg);
  314. }
  315. }
  316. @keyframes ScanLights {
  317. 0% {
  318. -webkit-transform: translate(-70%, 50%) rotate(-60deg);
  319. transform: translate(-70%, 50%) rotate(-60deg);
  320. }
  321. 100% {
  322. -webkit-transform: translate(-20%, 50%) rotate(-60deg);
  323. transform: translate(-20%, 50%) rotate(-60deg);
  324. }
  325. }
  326. .storePage .video__popout {
  327. position: fixed;
  328. top: 0;
  329. left: 0;
  330. width: 100%;
  331. height: 100%;
  332. z-index: 999;
  333. background-color: rgba(0, 0, 0, 0.7);
  334. display: none;
  335. }
  336. .storePage .video__popout .video__content {
  337. position: absolute;
  338. width: 640px;
  339. height: 360px;
  340. left: 50%;
  341. top: 50%;
  342. margin-left: -320px;
  343. margin-top: -180px;
  344. }
  345. .storePage .video__popout .video__close {
  346. position: absolute;
  347. width: 80px;
  348. height: 81px;
  349. background-image: url("../images/btn-close.png");
  350. top: 50%;
  351. right: 0;
  352. margin-top: -181px;
  353. }
  354. .storePage .main__pop__overlayer {
  355. position: absolute;
  356. width: 100%;
  357. height: 100%;
  358. background-color: rgba(0, 0, 0, 0.7);
  359. display: none;
  360. }
  361. .storePage .page__overlayer {
  362. position: fixed;
  363. width: 100%;
  364. height: 100%;
  365. left: 0;
  366. top: 0;
  367. background: #fff;
  368. z-index: 9999;
  369. }
  370. /*# sourceMappingURL=store.css.map */