邃芒智像相册
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

56 lines
841 B

  1. page {
  2. background-color: #333333;
  3. }
  4. .pages {
  5. padding: 0 0 25rpx 0;
  6. .bg {
  7. position: fixed;
  8. width: 100vw;
  9. height: 100vh;
  10. z-index: -9;
  11. image {
  12. width: 100vw;
  13. height: 100vh;
  14. }
  15. }
  16. .bottom {
  17. position: absolute;
  18. bottom: 0;
  19. width: 100%;
  20. height: 350rpx;
  21. background-color: #0000005b;
  22. padding-top: 80rpx;
  23. box-sizing: border-box;
  24. .loginWithPhone {
  25. width: 70%;
  26. height: 100rpx;
  27. line-height: 100rpx;
  28. background-color: #ff4f00;
  29. color: #ffffff;
  30. font-size: 32rpx;
  31. text-align: center;
  32. border-radius: 50rpx;
  33. margin: auto;
  34. }
  35. .agree {
  36. text-align: center;
  37. margin-top: 30rpx;
  38. color: #ffffff;
  39. .text {
  40. margin-left: 10rpx;
  41. }
  42. .goPro {
  43. color: #ff4f00;
  44. }
  45. }
  46. }
  47. }