luyanan 7 years ago
parent
commit
b828afddca
1 changed files with 6 additions and 5 deletions
  1. 6 5
      app/html/guide.html

+ 6 - 5
app/html/guide.html

@ -6,9 +6,8 @@
6 6
		<title>app开屏广告</title>
7 7
		<style>
8 8
			.box {position: absolute;z-index: 2;top: 0;bottom: 0;left: 0;right:0;overflow: hidden;background: #ffffff;}			
9
			.footer {background: url(../images/logo.png) center center no-repeat #ffffff;background-size:20%;height: 340px;width: 100%;
10
				display: flex;align-items: center;justify-content: center;position: absolute;bottom: 0;}
11
			.skip {position: fixed;top: 3%;right: 5%;background: rgba(0, 0, 0, 0.15);text-align: center;color: #fff;z-index:3;font-size:2em;padding:20px 36px;border-radius: 40px;}
9
			.footer {width:100%;height:18%;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;font-size:16px;padding:10px 20px;border-radius: 40px;}
12 11
			.skip:before{content: "跳过广告";}
13 12
		</style>
14 13
	</head>
@ -16,7 +15,9 @@
16 15
	<body>
17 16
		<div class="box">
18 17
			<div class="header advertItem advertItem-open"></div>
19
			<div class="footer"></div>
18
			<div class="footer">
19
				<img class="logo" src="../images/logo.png" width="20%"/>
20
			</div>
20 21
		</div>
21 22
		<div class="skip" id="close"></div>
22 23
	</body>
@ -24,7 +25,7 @@
24 25
	<script src="../js/public/base.js"></script>
25 26
	<script src="../js/public/jquery-1.11.1.js"></script>
26 27
	<script type="text/javascript">
27
		addscript("ad_opening_app");
28
		addscript("ad_opening_app");
28 29
		mui.init();
29 30
		mui.ready(function() {
30 31
			mui.plusReady(function() {