forked from hzuapps/wechat-miniprogram-hzc-2017
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fc6b9d
commit e6cdfef
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
p { | ||
color:blue; | ||
|
||
} | ||
div{ | ||
padding:100px 5px 7px 6px; | ||
} | ||
td{ | ||
border:1px solid red; | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | ||
<link href="style.css" rel="stylesheet" /> | ||
<title></title> | ||
<p>xiaoyanhui123</p> | ||
|
||
|
||
</head> | ||
<body> | ||
<style class="big"></style> | ||
<div class="big" style="background:#ff0000"> <h1>hello </h1></div> | ||
<table style="width: 100%; padding: 2px 2px 2px 2px; border:1px solid red;"> | ||
<tr><td>xyh</td></tr><tr><td>xyh</td></tr></table> | ||
</body> | ||
</html> |