Reiskuchen 5 năm trước cách đây
mục cha
commit
be7b30051b

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

@@ -5,8 +5,9 @@
 <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>
+<link rel="stylesheet" type="text/css" href="css/bind_weixin.css">
 </head>
 <body>
-
+	<span class="lalala">啦啦啦</span>
 </body>
 </html>

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

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