25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- page {
- background-color: #333333;
- }
-
- .pages {
- padding: 0 0 25rpx 0;
-
- .bg {
- position: fixed;
- width: 100vw;
- height: 100vh;
- z-index: -9;
-
- image {
- width: 100vw;
- height: 100vh;
- }
- }
-
- .bottom {
- position: absolute;
- bottom: 0;
- width: 100%;
- height: 350rpx;
- background-color: #0000005b;
- padding-top: 80rpx;
- box-sizing: border-box;
-
- .loginWithPhone {
- width: 70%;
- height: 100rpx;
- line-height: 100rpx;
- background-color: #ff4f00;
- color: #ffffff;
- font-size: 32rpx;
- text-align: center;
- border-radius: 50rpx;
- margin: auto;
- }
-
- .agree {
- text-align: center;
- margin-top: 30rpx;
- color: #ffffff;
-
- .text {
- margin-left: 10rpx;
- }
-
- .goPro {
- color: #ff4f00;
- }
- }
-
- }
- }
|