123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .ar-cover {
- display: flex;
- flex-direction: column;
- align-items: center;
- height: 100vh;
- overflow: hidden;
- }
- .ar-cover__bg {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- z-index: -1;
- }
- .img {
- width: 666rpx;
- height: 666rpx;
- }
- .logo {
- width: 574rpx;
- height: 166rpx;
- }
- .ar-cover__btn {
- display: flex;
- align-items: center;
- justify-content: center;
- gap: 20rpx;
- width: 552rpx;
- height: 114rpx;
- font-size: 32rpx;
- border-radius: 10rpx;
- }
- .ar-cover__btn__icon {
- width: 80rpx;
- height: 80rpx;
- }
- .ar-cover__btn__label {
- width: 200rpx;
- }
- .ar-cover__btn.ar {
- margin: 150rpx 0 30rpx;
- color: #5C4C3D;
- background: #EFDBAC;
- }
- .ar-cover__btn.home {
- color: #EFDBAC;
- border: 2rpx solid #EFDBAC;
- }
|