index.wxss 773 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. page {
  2. width:100%;
  3. height: 100%;
  4. }
  5. .ipad_auth {
  6. width:100%;
  7. height: 100%;
  8. }
  9. .ipad_auth_content {
  10. padding-top:240rpx;
  11. text-align:center;
  12. }
  13. .computer_img {
  14. width:256rpx;
  15. height:204rpx;
  16. margin:0 auto;
  17. margin-bottom:60rpx;
  18. }
  19. text {
  20. display: block;
  21. font-family: 'PingFang SC';
  22. font-style: normal;
  23. font-weight: 400;
  24. font-size: 40rpx;
  25. line-height: 56rpx;
  26. margin-bottom:80rpx;
  27. }
  28. .com-btn {
  29. width:85% !important;
  30. height:80rpx;
  31. font-family: 'PingFang SC';
  32. font-style: normal;
  33. font-weight: 400;
  34. font-size: 32rpx;
  35. line-height: 44rpx;
  36. text-align:center;
  37. }
  38. .comfirm-btn {
  39. background: #04B49C;
  40. font-size: 32rpx;
  41. line-height: 44rpx;
  42. color: #FFFFFF;
  43. margin-bottom:60rpx;
  44. }