You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.1 KiB
69 lines
1.1 KiB
.innovation{
|
|
background:#00343E;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
body{
|
|
background-color: #F5F7FA;;
|
|
}
|
|
|
|
.innovateLoginedHeader {
|
|
background-image: url('../image/footbg.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
background-position: 30%, 60%;
|
|
height: 300px;
|
|
}
|
|
|
|
.container-title{
|
|
font: 28px "Microsoft YaHei";
|
|
font-weight: bold;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
padding-top: 54px;
|
|
padding-bottom: 18px;
|
|
}
|
|
|
|
.innovateLoginedContent {
|
|
height:530px;
|
|
margin-top: -190px;
|
|
}
|
|
|
|
.content-box {
|
|
width: 1280;
|
|
margin: 0 auto;
|
|
height: 320px;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 1px 14px 0px rgba(24, 29, 40, 0.1);
|
|
border-radius: 6px;
|
|
padding-top: 80px;
|
|
box-sizing: border-box;
|
|
}
|
|
.content-btn {
|
|
display: block;
|
|
width: 340px;
|
|
height: 56px;
|
|
background: #FFFFFF;
|
|
border-radius: 6px;
|
|
border: 1px solid #006CFF;
|
|
box-sizing: border-box;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
line-height: 56px;
|
|
margin: 50px auto 0;
|
|
}
|
|
|
|
.content-btn:hover{
|
|
opacity: 0.7;
|
|
}
|
|
.content-btn.register{
|
|
margin-top: 0;
|
|
color: #006CFF;
|
|
border: 1px solid #006CFF;
|
|
}
|
|
.content-btn.login{
|
|
color: #fff;
|
|
background: #006CFF;
|
|
border: 1px solid #006CFF;
|
|
margin-top: 20px;
|
|
}
|
|
|