index.css 919 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .ceng {
  2. background: #000000;
  3. opacity: 0.5;
  4. top: 0;
  5. position: fixed;
  6. width: 100%;
  7. height: 100%;
  8. z-index: 2;
  9. }
  10. .guide-image {
  11. position: absolute;
  12. z-index: 3;
  13. top: 20rpx;
  14. right: 60rpx;
  15. width: 575rpx;
  16. height: 358rpx;
  17. }
  18. .logo-box {
  19. padding-top: 40rpx;
  20. margin-top: 400rpx;
  21. }
  22. .logo-image {
  23. width: 150rpx;
  24. height: 150rpx;
  25. margin: auto;
  26. }
  27. .logo-text {
  28. text-align: center;
  29. margin-top: 30rpx;
  30. }
  31. .logo-image image {
  32. width: 100%;
  33. height: 100%;
  34. }
  35. .download-btn{
  36. width: 400rpx;
  37. height: 80rpx;
  38. background: #00A811;
  39. border-radius: 10rpx;
  40. text-align: center;
  41. line-height: 80rpx;
  42. color: #fff;
  43. font-weight: bold;
  44. margin:100rpx auto;
  45. }
  46. .footer-bar {
  47. /* margin: 50rpx auto; */
  48. position: absolute;
  49. bottom: 20rpx;
  50. width: 100%;
  51. text-align: center;
  52. }
  53. .footer-bar text {
  54. color: #333;
  55. text-decoration: underline;
  56. }
  57. .footer-bar view {
  58. margin: 10rpx auto;
  59. }
  60. .gary-text {
  61. color: #999;
  62. font-size: 24rpx;
  63. }