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.

69 lines
1.1 KiB

  1. page{
  2. background: #fbfbfb;
  3. }
  4. .login-body {
  5. padding-top: 106rpx;
  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. display: block;
  18. width: 320rpx;
  19. border-radius: 16rpx;
  20. }
  21. .login-btn {
  22. padding-top: 120rpx;
  23. width: 504rpx;
  24. }
  25. .txt {
  26. display: block;
  27. width: 300rpx;
  28. height: 108rpx;
  29. margin-top: 5.8%;
  30. font-size: 30rpx;
  31. color: #999;
  32. line-height: 54rpx;
  33. text-align: center;
  34. }
  35. .active{
  36. opacity: .6;
  37. }
  38. .login-btn .login-btn-login {
  39. background: #1faf0c;
  40. border-radius: 15rpx !important;
  41. height: 94rpx !important;
  42. line-height: 94rpx;
  43. margin: 0 !important;
  44. padding: 0 !important;
  45. font-family: PingFangSC-Semibold !important;
  46. font-size: 36rpx !important;
  47. color: #FFFFFF !important;
  48. letter-spacing: 0.75rpx !important;
  49. text-align: center;
  50. }
  51. .title{
  52. margin-top: 30rpx;
  53. }
  54. .title text{
  55. display: block;
  56. text-align: center;
  57. }
  58. .title text:nth-of-type(1){
  59. font-size: 38rpx;
  60. font-weight: bold;
  61. }
  62. .title text:nth-of-type(2){
  63. font-size: 30rpx;
  64. margin-top: 25rpx;
  65. }