luyanan 7 ans auparavant
Parent
commit
fd8e7711cc
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      app/html/guide.html

+ 3 - 3
app/html/guide.html

@ -8,7 +8,7 @@
8 8
			.box {position: absolute;z-index: 2;top: 0;bottom: 0;left: 0;right:0;overflow: hidden;background: #ffffff;}			
9 9
			.footer {width:100%;height:18%;background:#fff;display: flex;align-items: center;justify-content: center;position: fixed;bottom: 0;}
10 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 12
		</style>
13 13
	</head>
14 14

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

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