Reiskuchen 5 년 전
부모
커밋
ee708504f5
3개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 1
      cloud-socket/WebContent/bind_weixin.html
  2. 0 3
      cloud-socket/WebContent/css/bind_weixin.css
  3. BIN
      cloud-socket/WebContent/images/logo_bind.png

+ 2 - 1
cloud-socket/WebContent/bind_weixin.html

@@ -8,6 +8,7 @@
 <link rel="stylesheet" type="text/css" href="css/bind_weixin.css">
 </head>
 <body>
-	<span class="lalala">啦啦啦</span>
+	<div>账号:<input type="text" placeholder="请输入账号"></div>
+	<div>密码:<input type="text" placeholder="请输入密码"></div>
 </body>
 </html>

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

@@ -24,7 +24,4 @@ li{
 }
 thead th{
 	border-bottom:none !important;
-}
-.lalala{
-	color: red;
 }

BIN
cloud-socket/WebContent/images/logo_bind.png