C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
987 B

  1. page{
  2. background: #fbfbfb;
  3. }
  4. .login-body {
  5. padding-top: 200rpx;
  6. display: flex;
  7. flex-direction: column;
  8. align-items: center;
  9. justify-content: center;
  10. }
  11. .login-logo {
  12. width: 320rpx;
  13. /* height: 320rpx; */
  14. padding-top: 70rpx;
  15. }
  16. .login-logo>image {
  17. width: 100%;
  18. height: 100%;
  19. border-radius: 16rpx;
  20. }
  21. .login-btn {
  22. padding-top: 120rpx;
  23. width: 600rpx;
  24. }
  25. .active{
  26. opacity: .6;
  27. }
  28. .login-btn .login-btn-login {
  29. background: #1faf0c;
  30. border-radius: 15rpx !important;
  31. height: 94rpx !important;
  32. line-height: 94rpx;
  33. margin: 0 !important;
  34. padding: 0 !important;
  35. font-family: PingFangSC-Semibold !important;
  36. font-size: 36rpx !important;
  37. color: #FFFFFF !important;
  38. letter-spacing: 0.75rpx !important;
  39. text-align: center;
  40. }
  41. .title{
  42. margin-top: 30rpx;
  43. }
  44. .title text{
  45. display: block;
  46. text-align: center;
  47. }
  48. .title text:nth-of-type(1){
  49. font-size: 38rpx;
  50. font-weight: bold;
  51. }
  52. .title text:nth-of-type(2){
  53. font-size: 30rpx;
  54. margin-top: 25rpx;
  55. }