-
Notifications
You must be signed in to change notification settings - Fork 26
交作业 #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Open
交作业 #31
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
bab1039
web第三次作业
ccguodong ecd3383
修改代码
ccguodong 5af3799
修改部分代码
ccguodong 50ad9ee
修改部分代码
ccguodong 74caf8d
表单验证完成
ccguodong 553661d
表单验证全部完成,就差个导航栏了
ccguodong 62f2ae8
第三次终于终于基本完成,再修改一下细节
ccguodong 90358cd
第三次作业完成,有时间再优化一下代码!!
ccguodong 6f90e87
修改网页文件名
ccguodong 7844803
张国栋提交第三次作业
ccguodong File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
298 changes: 298 additions & 0 deletions
2012-Autumn-Homework/KaixinJavascript/zhangguodong/css/main.css
This file contains hidden or 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,298 @@ | ||
| * | ||
| { | ||
| padding: 0px; | ||
| margin: 0px; | ||
| } | ||
| div.header | ||
| { | ||
| width: 100%; | ||
| height: 41px; | ||
| border-style: solid; | ||
| border-color: #FFFFFF; | ||
| border-width: 0px; | ||
| background-color: #E44049; | ||
| } | ||
| .picborder | ||
| { | ||
| border-width: 0px; | ||
| } | ||
| .header_pic | ||
| { | ||
| margin-left: 12%; | ||
| float: left; | ||
| width: 200px; | ||
| } | ||
| .header_t | ||
| { | ||
| float: right; | ||
| margin-right: 10%; | ||
| font-size: 12px; | ||
| width: 200px; | ||
| height:41px; | ||
| line-height: 40px; | ||
| position: relative; | ||
| } | ||
| .headert_a | ||
| { | ||
| color: #FFFFFF; | ||
| } | ||
| div.midd | ||
| { | ||
| border-style: solid; | ||
| border-color: #FFFFFF; | ||
| border-width: 0px; | ||
| width: 870px; | ||
| height: 596px; | ||
| margin-left: auto; | ||
| margin-right: auto; | ||
| } | ||
| div.footer | ||
| { | ||
| border-top-style: solid; | ||
| border-top-color: rgb(187,187,187); | ||
| border-top-width: 1px; | ||
| width: 1004px; | ||
| height: 120px; | ||
| margin-left: auto; | ||
| margin-right: auto; | ||
| } | ||
| div.left | ||
| { | ||
| border-style: solid; | ||
| border-color: #FFFFFF; | ||
| border-width: 0px; | ||
| width: 508px; | ||
| height: 530px; | ||
| margin: 59px 0px 0px; | ||
| float: left; | ||
| } | ||
| div.right | ||
| { | ||
| border-style: solid; | ||
| border-color: #EEEEEE; | ||
| border-width: 1px; | ||
| width: 351px; | ||
| height: 385px; | ||
| margin: 65px 0px 0px; | ||
| float: left; | ||
| background-color: #FDFDFD; | ||
| } | ||
| div.title | ||
| { | ||
| margin: 20px 0px 20px 0px; | ||
| } | ||
| h2 | ||
| { | ||
| font-family: ��Բ; | ||
| color: black; | ||
| font-size: 20px; | ||
| } | ||
| ul | ||
| { | ||
| list-style: none; | ||
| list-style-position: outside; | ||
| } | ||
| .ultit | ||
| { | ||
| font-size: 12px; | ||
| float: left; | ||
| padding-top: 6px; | ||
| width: 67px; | ||
| } | ||
| div.input | ||
| { | ||
| float: left; | ||
| width: 240px; | ||
| } | ||
| .txt | ||
| { | ||
| border-style: solid; | ||
| border-color: #BBBBBB; | ||
| border-width: 1px; | ||
| height: 25px; | ||
| width: 230px; | ||
| } | ||
| .note | ||
| { | ||
| clear: both; | ||
| padding: 3px; | ||
| line-height: 13px; | ||
| font-size: 12px; | ||
| color: #999999; | ||
| margin-left: 67px; | ||
| } | ||
| li | ||
| { | ||
| float: left; | ||
| margin-top: 20px; | ||
| width: 100%; | ||
| } | ||
| a:link | ||
| { | ||
| color: #336699; | ||
| text-decoration: none; | ||
| } | ||
| a:hover | ||
| { | ||
| color: #3399FF; | ||
| text-decoration: underline; | ||
| } | ||
| a:visited | ||
| { | ||
| color: #336699; | ||
| text-decoration: underline; | ||
| } | ||
| .check | ||
| { | ||
| font-size: 12px; | ||
| padding-top: 5px; | ||
| float: left; | ||
| } | ||
| #birth | ||
| { | ||
| font-size: 12px; | ||
| padding-top: 3px; | ||
| float: left; | ||
| } | ||
| #address | ||
| { | ||
| float: left; | ||
| width: 25px; | ||
| } | ||
| #address_select | ||
| { | ||
| height: 25px; | ||
| width: 139px; | ||
| } | ||
| #agree | ||
| { | ||
| margin-left: 67px; | ||
| margin-top: -5px; | ||
| font-size: 12px; | ||
| float: left; | ||
| } | ||
| #button | ||
| { | ||
| margin-left: 67px; | ||
| float: left; | ||
| } | ||
| #submit | ||
| { | ||
| width: 96px; | ||
| height: 24px; | ||
| background: #d32c47; | ||
| border-bottom: #951428 1px solid; | ||
| border-left: #fff 1px solid; | ||
| border-right: #951428 1px solid; | ||
| border-top: #fff 1px solid; | ||
| color: #fff; | ||
| } | ||
| b | ||
| { | ||
| font-size: 14px; | ||
| padding-top: 21px; | ||
| padding-left: 30px; | ||
| padding-right: 0px; | ||
| padding-bottom: 30px; | ||
| float: left; | ||
| width: 100%; | ||
| line-height: 19px; | ||
| } | ||
| .right_note | ||
| { | ||
| line-height: 19px; | ||
| font-size: 12px; | ||
| color: #999999; | ||
| margin-left: 30px; | ||
| text-align: left; | ||
| width: 100%; | ||
| } | ||
| #pic | ||
| { | ||
| margin-top: 12px; | ||
| margin-left: 30px; | ||
| width: 100%; | ||
| } | ||
| .image | ||
| { | ||
| border-style: solid; | ||
| border-color: #FFFFFF; | ||
| border-width: 0px; | ||
| } | ||
| .line | ||
| { | ||
| height: 1px; | ||
| margin-top: 25px; | ||
| background-color: #EEEEEE; | ||
| width: 100%; | ||
| } | ||
| #words | ||
| { | ||
| padding-left: 30px; | ||
| margin-top: 35px; | ||
| } | ||
| #words_h | ||
| { | ||
| font-family: ��Բ; | ||
| color: #DD4C4C; | ||
| font-size: 20px; | ||
| font-weight: bolder; | ||
| margin-bottom: 20px; | ||
| } | ||
| .words_p | ||
| { | ||
| font-family: ��Բ; | ||
| color: #808080; | ||
| font-size: 14px; | ||
| font-weight: bolder; | ||
| padding-bottom: 10px; | ||
| } | ||
| .words_span | ||
| { | ||
| color: #DD4C4C; | ||
| } | ||
| #footer_first | ||
| { | ||
| width: 100%; | ||
| height: 42px; | ||
| font-size: 12px; | ||
| border-style: solid; | ||
| border-color: #FFFFFF; | ||
| border-width: 0px; | ||
| } | ||
| .footer1_left | ||
| { | ||
| float: left; | ||
| height: 20px; | ||
| margin-top: 12px; | ||
| margin-left: -8px; | ||
| } | ||
| .footer1_right | ||
| { | ||
| float: right; | ||
| margin-top: 12px; | ||
| color: #999999; | ||
| } | ||
| .footer1left_a | ||
| { | ||
| margin-left: 8px; | ||
| margin-right: 8px; | ||
| } | ||
| #footer_second | ||
| { | ||
| background-color: rgb(240, 239, 239); | ||
| height: 27px; | ||
| font-size: 12px; | ||
| color: rgb(153,153,153); | ||
| width: 100%; | ||
| line-height: 27px; | ||
| text-align: left; | ||
| } | ||
| .footer2_one | ||
| { | ||
| margin-left: 40px; | ||
| } | ||
| .footer2_two | ||
| { | ||
| margin-left: 25px; | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.