(去除图片表格边框。) |
(修改配色。) |
||
Line 31: | Line 31: | ||
font-family: Lato, sans-serif; | font-family: Lato, sans-serif; | ||
} | } | ||
− | + | #dlutb{ | |
+ | background-color: #fbf2e6; | ||
+ | /*background:linear-gradient(to left,#ee9e3f,#f6c954);*/ | ||
+ | } | ||
#dlutb p, #dlutb .mainText ol, #dlutb .mainText ul, #dlutb .mainText li { | #dlutb p, #dlutb .mainText ol, #dlutb .mainText ul, #dlutb .mainText li { | ||
font-size: 18px; | font-size: 18px; | ||
Line 82: | Line 85: | ||
width: 100%; | width: 100%; | ||
height: 470px; | height: 470px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
#dlutb h2.title { | #dlutb h2.title { | ||
font-size: 20px; | font-size: 20px; | ||
− | border-bottom: 2px # | + | color:#f68925; |
+ | border-bottom: 2px #f3af42 solid; | ||
display: table; | display: table; | ||
margin: 60px auto 50px auto; | margin: 60px auto 50px auto; | ||
Line 101: | Line 99: | ||
#dlutb h3.title { | #dlutb h3.title { | ||
font-size: 18px; | font-size: 18px; | ||
− | border-bottom: 2px # | + | color:#f68925; |
+ | border-bottom: 2px #f3af42 solid; | ||
display: table; | display: table; | ||
} | } | ||
Line 108: | Line 107: | ||
font-size: 20px; | font-size: 20px; | ||
font-family: Lato, sans-serif; | font-family: Lato, sans-serif; | ||
− | border-bottom: 2px # | + | color:#f68925; |
+ | border-bottom: 2px #f3af42 solid; | ||
margin: 200px auto 0 auto; | margin: 200px auto 0 auto; | ||
display: table; | display: table; | ||
Line 115: | Line 115: | ||
#dlutb .moduleTitle { | #dlutb .moduleTitle { | ||
font-size: 20px; | font-size: 20px; | ||
− | border-bottom: 2px # | + | color:#f68925; |
+ | border-bottom: 2px #f3af42 solid; | ||
display: table; | display: table; | ||
margin: 170px auto 50px auto; | margin: 170px auto 50px auto; | ||
Line 121: | Line 122: | ||
text-align: center; | text-align: center; | ||
font-family: Lato, sans-serif; | font-family: Lato, sans-serif; | ||
+ | } | ||
+ | #dlutb #box{ | ||
+ | position: relative; | ||
+ | } | ||
+ | #dlutb #box img{ | ||
+ | width:100%; | ||
+ | } | ||
+ | #dlutb #box #word{ | ||
+ | position: absolute; | ||
+ | top:35%; | ||
+ | left:20%; | ||
+ | } | ||
+ | #dlutb #box #word h2{ | ||
+ | margin:15px auto; | ||
+ | font-size: 36px; | ||
+ | color:white; | ||
+ | } | ||
+ | #dlutb #box #word p{ | ||
+ | margin:15px auto; | ||
+ | font-size: 24px; | ||
+ | color:white; | ||
} | } | ||
Line 138: | Line 160: | ||
user-select: none; | user-select: none; | ||
line-height: 60px; | line-height: 60px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
#dlutb .subModule { | #dlutb .subModule { | ||
clear: both; | clear: both; | ||
− | border: white 2px solid; | + | /*border: white 2px solid;*/ |
padding: 15px; | padding: 15px; | ||
display: table; | display: table; | ||
Line 155: | Line 170: | ||
height: 50px; | height: 50px; | ||
font-size: 30px; | font-size: 30px; | ||
+ | color:#f68925; | ||
} | } | ||
Line 164: | Line 180: | ||
#dlutb .mainText { | #dlutb .mainText { | ||
text-align: justify; | text-align: justify; | ||
+ | color:#f68925; | ||
} | } | ||
Line 190: | Line 207: | ||
#dlutb #footer { | #dlutb #footer { | ||
− | background-color: | + | background-color: #ee9349; |
padding: 30px 60px 30px 60px; | padding: 30px 60px 30px 60px; | ||
} | } | ||
Line 202: | Line 219: | ||
#dlutb #footer p { | #dlutb #footer p { | ||
− | color: | + | color: #7f5115; |
font-size: 16px; | font-size: 16px; | ||
} | } | ||
Line 221: | Line 238: | ||
#dlutb .btn { | #dlutb .btn { | ||
border-radius: 30px; | border-radius: 30px; | ||
− | border: 2px # | + | border: 2px #f3af42 solid; |
− | color: # | + | color: #f3af42; |
font-size: 18px; | font-size: 18px; | ||
line-height: 30px; | line-height: 30px; | ||
Line 230: | Line 247: | ||
#dlutb .btn:visited { | #dlutb .btn:visited { | ||
− | color: # | + | color: #f3af42; |
} | } | ||
#dlutb .btn:hover { | #dlutb .btn:hover { | ||
color: white; | color: white; | ||
− | background-color: # | + | background-color: #f3af42; |
} | } | ||
Line 248: | Line 265: | ||
font-size: 28px; | font-size: 28px; | ||
cursor:pointer; | cursor:pointer; | ||
+ | border:none; | ||
} | } | ||
Line 257: | Line 275: | ||
display: table; | display: table; | ||
margin:25px auto 25px auto; | margin:25px auto 25px auto; | ||
+ | } | ||
+ | #dlutb #circle div.td{ | ||
+ | position: relative; | ||
+ | } | ||
+ | #dlutb #circle div.td div{ | ||
+ | -webkit-transition: ease-in-out 0.3s; | ||
+ | -moz-transition: ease-in-out 0.3s; | ||
+ | -ms-transition: ease-in-out 0.3s; | ||
+ | -o-transition: ease-in-out 0.3s; | ||
+ | transition: ease-in-out 0.3s; | ||
+ | opacity: 0; | ||
+ | /*background: url("../img/Circle.png") no-repeat;*/ | ||
+ | background: url("https://static.igem.org/mediawiki/2018/6/6c/T--DLUT_China_B--Circle.png") no-repeat; | ||
+ | background-size: contain; | ||
+ | position: absolute; | ||
+ | top:0; | ||
+ | left:0; | ||
+ | height: 100%; | ||
+ | width:100%; | ||
+ | text-align: center; | ||
+ | line-height: 234px; | ||
+ | font-size: 30px; | ||
+ | color:white; | ||
+ | } | ||
+ | #dlutb #circle div.td:hover div{ | ||
+ | opacity: 1; | ||
} | } | ||
Revision as of 11:36, 10 October 2018
@font-face {
font-family: Lato; src: url("https://static.igem.org/mediawiki/2018/0/0b/T--DLUT_China_B--LatoLatin-Regular.woff");
}
a {
text-decoration: none; color: inherit; outline: none;
}
a:visited {
text-decoration: none; color: inherit;
}
a:hover {
text-decoration: none;
}
a:-webkit-any-link {
text-decoration: none;
}
body {
font-family: Lato, sans-serif; margin: 0;
}
- HQ_page p, h1, h2, h3, h4, h5, h6 {
font-family: Lato, sans-serif;
}
- dlutb{
background-color: #fbf2e6; /*background:linear-gradient(to left,#ee9e3f,#f6c954);*/
}
- dlutb p, #dlutb .mainText ol, #dlutb .mainText ul, #dlutb .mainText li {
font-size: 18px; line-height: 1.7em; margin-top: 0.5ex; margin-bottom: 0.5ex;
}
- dlutb sup, #dlutb sub {
font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline;
}
- dlutb sup {
bottom: 1ex;
}
- dlutb sub {
top: .5ex;
}
- dlutb ol {
margin-left: 3em;
}
- dlutb a {
cursor: pointer;
}
- top_title {
display: none;
}
- content {
margin: 0; width: auto; padding: 0;
}
- dlutb #header {
width: 100%;
}
- dlutb #moduleHeader {
/*background: url("") no-repeat fixed center center; background-size: cover;*/ width: 100%; height: 470px;
}
- dlutb h2.title {
font-size: 20px; color:#f68925; border-bottom: 2px #f3af42 solid; display: table; margin: 60px auto 50px auto; padding-bottom: 10px; text-align: center;
}
- dlutb h3.title {
font-size: 18px; color:#f68925; border-bottom: 2px #f3af42 solid; display: table;
}
- dlutb #teamName {
font-size: 20px; font-family: Lato, sans-serif; color:#f68925; border-bottom: 2px #f3af42 solid; margin: 200px auto 0 auto; display: table;
}
- dlutb .moduleTitle {
font-size: 20px; color:#f68925; border-bottom: 2px #f3af42 solid; display: table; margin: 170px auto 50px auto; padding-bottom: 10px; text-align: center; font-family: Lato, sans-serif;
}
- dlutb #box{
position: relative;
}
- dlutb #box img{
width:100%;
}
- dlutb #box #word{
position: absolute; top:35%; left:20%;
}
- dlutb #box #word h2{
margin:15px auto; font-size: 36px; color:white;
}
- dlutb #box #word p{
margin:15px auto; font-size: 24px; color:white;
}
- dlutb #typed {
clear: both; border: white 2px solid; padding: 15px; height: fit-content; display: table; margin: 50px auto 0 auto; min-height: 60px; font-size: 40px;
}
- dlutb #slogan {
text-align: center; user-select: none; line-height: 60px;
}
- dlutb .subModule {
clear: both; /*border: white 2px solid;*/ padding: 15px; display: table; margin: 50px auto 0 auto; height: 50px; font-size: 30px; color:#f68925;
}
- dlutb .subModule > span {
text-align: center; line-height: 50px;
}
- dlutb .mainText {
text-align: justify; color:#f68925;
}
- dlutb .mainText p {
font-size: 18px; text-indent: 2em;
}
- dlutb .mainText .img{
text-align: center; max-width: 100%; border:none;
}
- dlutb .mainText .img img{
max-width: 100%;
}
- dlutb .mainText .img td{
padding:2px; border:none;
}
- dlutb .mainText p.footnote {
font-size: 12px; text-align: center; margin: 0; padding: 0;
}
- dlutb #footer {
background-color: #ee9349; padding: 30px 60px 30px 60px;
}
- dlutb #footer h3 {
color: white; font-weight: bold; font-size: 16px; text-align: left;
}
- dlutb #footer p {
color: #7f5115; font-size: 16px;
}
- dlutb #footer #address p {
width: 80%;
}
- dlutb #platformName, #dlutb #qrCode {
display: table-row;
}
- dlutb #address, #dlutb #follow, #dlutb #platformName p, #dlutb #qrCode div {
display: table-cell; min-width: 30px;
}
- dlutb .btn {
border-radius: 30px; border: 2px #f3af42 solid; color: #f3af42; font-size: 18px; line-height: 30px; transition: 0.5s; padding: 8px;
}
- dlutb .btn:visited {
color: #f3af42;
}
- dlutb .btn:hover {
color: white; background-color: #f3af42;
}
- dlutb #back {
height: 30px; width: 30px; display: none; position: fixed; bottom: 100px; right: 70px; text-align: center; font-size: 28px; cursor:pointer; border:none;
}
- dlutb #chatBubbles {
margin: 0 auto 60px auto;
}
- dlutb #circle{
display: table; margin:25px auto 25px auto;
}
- dlutb #circle div.td{
position: relative;
}
- dlutb #circle div.td div{
-webkit-transition: ease-in-out 0.3s; -moz-transition: ease-in-out 0.3s; -ms-transition: ease-in-out 0.3s; -o-transition: ease-in-out 0.3s; transition: ease-in-out 0.3s; opacity: 0; /*background: url("../img/Circle.png") no-repeat;*/ background: url("") no-repeat; background-size: contain; position: absolute; top:0; left:0; height: 100%; width:100%; text-align: center; line-height: 234px; font-size: 30px; color:white;
}
- dlutb #circle div.td:hover div{
opacity: 1;
}
- dlutb .tr{
display: table-row;
}
- dlutb .td{
display: table-cell;
}
- dlutb #contents{
float:left;
}
- dlutb #article{
display: table-cell;
}