1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- page {
- width:100%;
- height: 100%;
- }
- .ipad_auth {
- width:100%;
- height: 100%;
- }
- .ipad_auth_content {
- padding-top:240rpx;
- text-align:center;
- }
- .computer_img {
- width:256rpx;
- height:204rpx;
- margin:0 auto;
- margin-bottom:60rpx;
- }
- text {
- display: block;
- font-family: 'PingFang SC';
- font-style: normal;
- font-weight: 400;
- font-size: 40rpx;
- line-height: 56rpx;
- margin-bottom:80rpx;
- }
- .com-btn {
- width:85% !important;
- height:80rpx;
- font-family: 'PingFang SC';
- font-style: normal;
- font-weight: 400;
- font-size: 32rpx;
- line-height: 44rpx;
- text-align:center;
- }
- .comfirm-btn {
- background: #04B49C;
- font-size: 32rpx;
- line-height: 44rpx;
- color: #FFFFFF;
- margin-bottom:60rpx;
- }
|