123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- .A4base {
- position: relative;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- z-index: 99999;
- width: 100%;
- height: 100%;
- transition: all 0.5s;
- background: url('./image/bg.png') repeat center center;
- // background-size: 100% 100%;
- > div {
- position: absolute;
- top: 50%;
- left: 50%;
- img {
- object-fit: contain;
- width: 100%;
- height: 100%;
- }
- }
- :global {
- .A4base-title3 {
- transform: translate(-50%, -420px);
- width: 1728px;
- height: 50px;
- }
- .A4base-logo {
- transform: translate(-865px, -350px);
- width: 100px;
- height: 150px;
- }
- .A4base-content {
- width: 1150px;
- height: 500px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- transform: translate(-50%, -280px);
- .A4base-title2 {
- width: 68%;
- height: 100%;
- }
- .A4base-title1 {
- width: 100%;
- height: 100%;
- }
- .A4base-other {
- width: 78%;
- height: 100%;
- }
- }
- .A4base-pic1 {
- transform: translate(650px, -70px);
- width: 202px;
- height: 316px;
- }
- .A4base-pic2 {
- transform: translate(-50%, 50%);
- width: 1920px;
- height: 325px;
- }
- .A4base-button {
- transform: translate(-50%, 345px);
- width: 164px;
- height: 41px;
- cursor: pointer;
- }
- }
- }
|