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.
167 lines
2.4 KiB
167 lines
2.4 KiB
.innovation{
|
|
background:#00343E;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
body {
|
|
background: #F5F6FA;
|
|
}
|
|
|
|
.innovateLoginedHeader {
|
|
background-image: url('../image/footbg.png');
|
|
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: 790px;
|
|
margin-top: -190px;
|
|
}
|
|
|
|
.content-box {
|
|
width: 76%;
|
|
margin: 0 auto;
|
|
min-height: 640px;
|
|
background: #F5F6FA;
|
|
border-radius: 6px;
|
|
height: auto;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.pay-section {
|
|
background: #FFFFFF;
|
|
padding-top: 47px;
|
|
padding-bottom: 15px;
|
|
box-shadow: 0px 1px 14px 0px rgba(24, 29, 40, 0.1);
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.content-box .tab-head {
|
|
height: 69px;
|
|
border-bottom: 1px solid #EBEBEB;
|
|
text-align: center;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
|
|
|
|
.pay-div {
|
|
width: 460px;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.tips {
|
|
text-align: left;
|
|
font-size: 12px;
|
|
color: #BDBEC2;
|
|
display: block;
|
|
padding-top: 8px;
|
|
}
|
|
|
|
.tips-label {
|
|
color: #40475B;
|
|
font-size: 14px;
|
|
padding-top: 30px;
|
|
}
|
|
|
|
.tips-label2 {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.payForm .layui-input-block {
|
|
margin: 0;
|
|
position: relative;
|
|
}
|
|
|
|
.payForm .layui-input-block .layui-input {
|
|
height: 48px;
|
|
border-radius: 6px;
|
|
background-color: #F5F7FA;
|
|
color: #303133;
|
|
}
|
|
|
|
.sureBtn {
|
|
width: 100%;
|
|
background: #BFC2CC;
|
|
border-radius: 6px;
|
|
height: 48px;
|
|
color: #FFFFFF;
|
|
margin-top: 18px;
|
|
}
|
|
|
|
.give-tip {
|
|
background: #F4F4F4;
|
|
height: 182px;
|
|
width: 100%;
|
|
padding: 30px;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
line-height: 1em;
|
|
}
|
|
|
|
.pay-top {
|
|
box-shadow: 0px 1px 14px 0px rgba(24, 29, 40, 0.1);
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.give-tip .t-tit {
|
|
color: #01A6D5;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.give-tip .t-list p {
|
|
font-size: 14px;
|
|
color: #A0A0A0;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.about-tip {
|
|
width: 100%;
|
|
height: 200px;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 1px 14px 0px rgba(24, 29, 40, 0.1);
|
|
border-radius: 6px;
|
|
padding: 40px;
|
|
box-sizing: border-box;
|
|
margin-top: 30px;
|
|
text-align: center;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.about-tip .about-title {
|
|
font-family: "Microsoft YaHei";
|
|
font-weight: bold;
|
|
color: #006CFF;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.about-tip .about-p {
|
|
color: #606266;
|
|
font-weight: 500;
|
|
line-height: 21px;
|
|
font-size: 14px;
|
|
padding: 30px 47px 0;
|
|
}
|
|
|
|
|
|
|
|
.tips-p {
|
|
text-align: left;
|
|
color: #909399;
|
|
font-size: 13px;
|
|
padding-bottom: 34px;
|
|
padding-top: 5px;
|
|
}
|
|
|