123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- html,
- body,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- p,
- ul,
- li,
- div,
- section {
- padding: 0;
- margin: 0;
- }
- html,
- body {
- width: 100%;
- height: 100%;
- font-family: "微软雅黑";
- }
- body{
- }
- .full {
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- }
- .end-box {
- /* background: rgba(0, 0, 0, 0.8); */
- background:url(../img/bg.png) no-repeat center top;
- background-size:cover;
- }
- .end {
- margin: 25vw auto 0;
- min-height: 75vw;
- width: 86vw;
- line-height: 10vw;
- font-size: 6vw;
- text-align: center;
- color: #FF5216;
- font-weight: bold;
- }
- .end img{
- display:block;
- width:100%;
- height:auto;
- }
- .btn {
- display: block;
- width: 43vw;
- min-height:12vw;
- margin: 10vw auto;
- }
- .btn img {
- display: block;
- width: 100%;
- height: auto;
- }
|