抖音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.

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