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.
38 lines
663 B
38 lines
663 B
.checkHeader {
|
|
background-image: url('../image/footbg.png');
|
|
background-size: 100%;
|
|
background-position: 30%, 60%;
|
|
height: 300px;
|
|
}
|
|
|
|
.checkContent {
|
|
height: 660px;
|
|
margin-top: -140px;
|
|
margin-bottom: 100px;
|
|
}
|
|
|
|
.content-box {
|
|
width: 76%;
|
|
margin: 0 auto;
|
|
min-height: 600px;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 1px 14px 0px rgba(24, 29, 40, 0.1);
|
|
border-radius: 6px;
|
|
height: auto;
|
|
box-sizing: border-box;
|
|
margin-bottom: 60px;
|
|
}
|
|
.content-img {
|
|
padding: 173px 0 50px;
|
|
}
|
|
.content-img img {
|
|
width: 80px;
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
.content-text {
|
|
color: #00343E;
|
|
font-size: 24px;
|
|
line-height: 1em;
|
|
text-align: center;
|
|
}
|