index.acss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .page {
  2. width: 100vw;
  3. height: 100vh;
  4. overflow: hidden;
  5. background: url('https://tx.hz-hanghui.com:8088/yx-fyzd/file/upload/imagesnew/static/user/bg.png') no-repeat;
  6. background-size: 100% 100%;
  7. background-attachment: fixed;
  8. position: relative;
  9. }
  10. /* .center {
  11. margin: 0 auto;
  12. } */
  13. .welcome {
  14. width: 137rpx;
  15. height: 30rpx;
  16. background: url('https://tx.hz-hanghui.com:8088/yx-fyzd/file/upload/imagesnew/static/user/welcome.png') no-repeat;
  17. background-size: 100% 100%;
  18. margin: 35rpx auto 0;
  19. }
  20. .signIn {
  21. width: 155rpx;
  22. height: 23rpx;
  23. background: url('https://tx.hz-hanghui.com:8088/yx-fyzd/file/upload/imagesnew/static/user/signIn.png') no-repeat;
  24. background-size: 100% 100%;
  25. margin: 16rpx auto 0;
  26. }
  27. .face {
  28. width: 175rpx;
  29. height: 175rpx;
  30. background: url('https://tx.hz-hanghui.com:8088/yx-fyzd/file/upload/imagesnew/static/user/face.png') no-repeat;
  31. background-size: 100% 100%;
  32. margin: 27rpx auto 0;
  33. }
  34. .button {
  35. width: 215rpx;
  36. height: 43rpx;
  37. line-height: 43rpx;
  38. text-align: center;
  39. background-color: #fff;
  40. border-radius: 21rpx;
  41. font-size: 15rpx;
  42. color: #0485DF;
  43. margin: 3rpx auto 0;
  44. }
  45. .zfb-logo {
  46. width: 19rpx;
  47. height: 19rpx;
  48. vertical-align: middle;
  49. margin-right: 6rpx;
  50. }