| 12345678910111213141516171819202122232425262728293031323334353637 |
- /* 水平间距 */
- /* 水平间距 */
- .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;
- box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
- }
- .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;
- }
|