浏览代码

bind_weixin.html和bind_weixin.css

Reiskuchen 5 年之前
父节点
当前提交
e2e9ecb39e
共有 2 个文件被更改,包括 39 次插入0 次删除
  1. 12 0
      cloud-socket/WebContent/bind_weixin.html
  2. 27 0
      cloud-socket/WebContent/css/bind_weixin.css

+ 12 - 0
cloud-socket/WebContent/bind_weixin.html

@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html ng-app="House">
+<head lang="en">
+<meta charset="UTF-8">
+<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
+<title>绑定啦啦啦微信</title>
+<script type="text/javascript" src="js/jquery-2.1.1.min.js"></script>
+</head>
+<body>
+
+</body>
+</html>

+ 27 - 0
cloud-socket/WebContent/css/bind_weixin.css

@@ -0,0 +1,27 @@
+* {
+	margin: 0;
+	padding: 0;
+}
+a{
+	text-decoration:none;
+	color:#000;
+}
+html {
+	height: 100%;
+	widrth: 100%;
+}
+body {
+	width: 100%;
+	height: 100%;
+	overflow: hidden;
+	font-family: 黑体, SimHei;
+}
+a,p,h4,h5,h6{
+	font-family: 黑体, SimHei;
+}
+li{
+	list-style:none;
+}
+thead th{
+	border-bottom:none !important;
+}