81 lines
1.1 KiB
CSS
81 lines
1.1 KiB
CSS
*{
|
|
margin: 0;
|
|
padding: 0;
|
|
text-decoration: none !important;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
div,a{
|
|
display: block;
|
|
}
|
|
p,h5{
|
|
height: auto;
|
|
padding: auto;
|
|
margin: auto;
|
|
}
|
|
/* 最大盒子 */
|
|
.container-01{
|
|
max-width: 800px;
|
|
width: 100%;
|
|
height:100%;
|
|
margin: 0 auto;
|
|
}
|
|
/* 整体盒子大小 */
|
|
.Background{
|
|
max-width:600px;
|
|
min-height:680px;
|
|
margin:0 auto;
|
|
width: 100%;
|
|
height:100%;
|
|
}
|
|
.Background-01{
|
|
background-repeat:round;
|
|
background-size: 100% 100%;
|
|
background-image: url('../image/backgroudImg.7baac09c.jpg');
|
|
}
|
|
.btn_box01{
|
|
height: 60%;
|
|
}
|
|
.btn_box02{
|
|
height: 40%;
|
|
}
|
|
.btn_box02_small_01{
|
|
width: 50%;
|
|
margin: 0 auto;
|
|
}
|
|
.btn_01{
|
|
width: 100%;
|
|
height: 12%;
|
|
text-align: center;
|
|
margin-top: 4%;
|
|
}
|
|
/* 二级页面 */
|
|
.column_01{
|
|
height: 6%;
|
|
line-height: 41px;
|
|
background-color: #0d6efd;
|
|
color:#fff;
|
|
}
|
|
.return_Arrow{
|
|
height: 15px;
|
|
width: 15px;
|
|
line-height: 40px;
|
|
float: left;
|
|
}
|
|
.input_01{
|
|
height: 6%;
|
|
}
|
|
table{
|
|
height: auto;
|
|
}
|
|
|
|
.erweima{
|
|
width: 120px;
|
|
height: 120px;
|
|
margin: 40% auto;
|
|
}
|
|
.erweima_02{
|
|
width: 80px;
|
|
height: 80px;
|
|
}
|