luyanan 7 年 前
コミット
fd8e7711cc
共有1 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 3 3
      app/html/guide.html

+ 3 - 3
app/html/guide.html

8
			.box {position: absolute;z-index: 2;top: 0;bottom: 0;left: 0;right:0;overflow: hidden;background: #ffffff;}			
8
			.box {position: absolute;z-index: 2;top: 0;bottom: 0;left: 0;right:0;overflow: hidden;background: #ffffff;}			
9
			.footer {width:100%;height:18%;background:#fff;display: flex;align-items: center;justify-content: center;position: fixed;bottom: 0;}
9
			.footer {width:100%;height:18%;background:#fff;display: flex;align-items: center;justify-content: center;position: fixed;bottom: 0;}
10
			.skip {position: fixed;top: 3%;right: 5%;background: rgba(0, 0, 0, 0.15);text-align: center;color: #fff;z-index:3;border-radius: 60px;}
10
			.skip {position: fixed;top: 3%;right: 5%;background: rgba(0, 0, 0, 0.15);text-align: center;color: #fff;z-index:3;border-radius: 60px;}
11
			.skip:before{content: "跳过广告";}
11
			.skip:after{content: "跳过广告";}
12
		</style>
12
		</style>
13
	</head>
13
	</head>
14

14

53
				plus.navigator.setFullscreen(false);
53
				plus.navigator.setFullscreen(false);
54
				plus.webview.currentWebview().close();
54
				plus.webview.currentWebview().close();
55
			}, false);
55
			}, false);
56
			setTimeMiu(5)
56
			setTimeMiu(3)
57

57

58
			function setTimeMiu(n) {
58
			function setTimeMiu(n) {
59
				var i = n;
59
				var i = n;
60
				var Timer = setInterval(function() {
60
				var Timer = setInterval(function() {
61
					closet.querySelector("span").innerHTML=i+"s"
61
					closet.querySelector("span").innerHTML=i+"s "
62
					if(i == 0) {
62
					if(i == 0) {
63
						plus.navigator.setFullscreen(false);
63
						plus.navigator.setFullscreen(false);
64
						plus.webview.currentWebview().close();
64
						plus.webview.currentWebview().close();