Difference between revisions of "Template:SYSU-Software/CSS/Team"
Line 63: | Line 63: | ||
.description .description_head{ | .description .description_head{ | ||
− | margin-top: | + | margin-top: 18px; |
height: 41px; | height: 41px; | ||
clear: both; | clear: both; |
Revision as of 04:53, 12 September 2015
body {
background-color: white;
}
- mainContainer p {
line-height: 20px;
}
- bannerContainer {
background-color: white;
}
- contentContainer {
padding: 0; margin: 0; width: 100%;
}
.row {
margin-top: 35px; height: 500px; overflow: hidden;
}
.row .col_left, .row .col_right{
width: 50%; height: 100%;
}
.row .col_left img , .row .col_right img {
display: block; width: 100%;
}
.row .col_left .description , .row .col_right .description {
text-align: left; overflow: hidden;
}
.row .col_left .description {
margin-left: 24px; margin-right: 10px;
}
.row .col_right .description {
margin-right: 24px; margin-left: 10px; margin-top: 3px;
}
.row .col_left {
float: left;
}
.row .col_right {
float: right;
}
.description {
font-family: arial;
}
.description .description_head{
margin-top: 18px; height: 41px; clear: both;
}
.description hr {
margin-bottom: 2px; height: 2px; border-bottom: 1px solid black;
}
.description #name, .description #job{
color: #313131; line-height: 38px; font-weight: 100;
}
.description #name {
font-size: 28px; margin-top: 3px; float: left;
}
.description #job {
font-size: 19px; line-height:38px; float: right;
}
.description .sub_job {
font-size: 17px; margin-right: 4px; border:1.5px solid; border-color: #313131; border-radius: 10px; padding: 6px;
}
.description .majority {
font-size:14px; line-height: 17px; margin-bottom: 6px;
}
.description .self_introduction p {
font-size: 14px !important; line-height: 22px;
}