| 123456789101112131415161718192021222324252627282930313233343536 |
- /* 水平间距 */
- /* 水平间距 */
- .content.data-v-2e3c7ef5 {
- width: 100vw;
- height: 100vh;
- overflow: hidden;
- }
- .content .logo.data-v-2e3c7ef5 {
- margin: 300rpx auto 0;
- width: 150rpx;
- height: 150rpx;
- border-radius: 20rpx;
- }
- .content .logo .img.data-v-2e3c7ef5 {
- width: 100%;
- height: 100%;
- border-radius: 20rpx;
- }
- .content .button.data-v-2e3c7ef5 {
- display: flex;
- justify-content: center;
- align-items: center;
- margin: 150rpx auto 0;
- width: 600rpx;
- height: 100rpx;
- font-size: 32rpx;
- color: #fff;
- border-radius: 50rpx;
- background-color: #1E7DFB;
- }
- .content .button .img.data-v-2e3c7ef5 {
- margin-right: 20rpx;
- width: 50rpx;
- height: 50rpx;
- color: #fff;
- }
|