Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
298 changes: 298 additions & 0 deletions 2012-Autumn-Homework/KaixinJavascript/zhangguodong/css/main.css
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;
}
Loading