duanshenglang 7 hónapja
szülő
commit
86d5a68491
3 módosított fájl, 33 hozzáadás és 0 törlés
  1. 33 0
      lottery/dsl.html
  2. BIN
      lottery/img/blessing.png
  3. BIN
      lottery/img/send-btn.png

+ 33 - 0
lottery/dsl.html

@@ -0,0 +1,33 @@
+<!doctype html>
+<html>
+
+	<head>
+		<meta charset="utf-8">
+		<title></title>
+		<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
+		<link href="css/mui.css" rel="stylesheet" />
+		<script src="js/mui.js"></script>
+		<script type="text/javascript">
+			mui.init()
+		</script>
+	</head>
+	<style>
+		.bg_content {
+			height: 100vh;
+			width: 100vw;
+			background: url('./img/blessing.png');
+			background-size: cover;
+		}
+		.send_btn {
+			width: 345px;
+			position: fixed;
+			bottom: 60px;
+		}
+	</style>
+	<body>
+		<div class="bg_content">
+			<img class="send_btn" id="sendBtn" src="./img/send-btn.png" mode="widthFix" />
+		</div>
+	</body>
+
+</html>

BIN
lottery/img/blessing.png


BIN
lottery/img/send-btn.png