main.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. .content {
  2. display: flex;
  3. flex-direction: column;
  4. justify-content:center;
  5. /* margin-top: 128upx; */
  6. }
  7. /* 头部 logo */
  8. .header {
  9. width:161upx;
  10. height:161upx;
  11. box-shadow:0upx 0upx 60upx 0upx rgba(0,0,0,0.1);
  12. border-radius:50%;
  13. background-color: #000000;
  14. margin-top: 128upx;
  15. margin-bottom: 72upx;
  16. margin-left: auto;
  17. margin-right: auto;
  18. }
  19. .header image{
  20. width:161upx;
  21. height:161upx;
  22. border-radius:50%;
  23. }
  24. /* 主体 */
  25. .main1 {
  26. display: flex;
  27. flex-direction: column;
  28. padding-top: 200upx;
  29. padding-left: 70upx;
  30. padding-right: 70upx;
  31. }
  32. /* 主体 */
  33. .main {
  34. display: flex;
  35. flex-direction: column;
  36. padding-top: 32upx;
  37. padding-left: 70upx;
  38. padding-right: 70upx;
  39. }
  40. .tips {
  41. color: #999999;
  42. font-size: 28upx;
  43. margin-top: 64upx;
  44. margin-left: 48upx;
  45. }
  46. /* 其他登录方式 */
  47. .other_login{
  48. z-index: 88;
  49. display: flex;
  50. flex-direction: row;
  51. justify-content: center;
  52. align-items: center;
  53. margin-top: 60upx;
  54. text-align: center;
  55. }
  56. .login_icon{
  57. border: none;
  58. font-size: 64upx;
  59. margin: 0 64upx 0 64upx;
  60. color: rgba(0,0,0,0.7)
  61. }
  62. .wechat_color{
  63. color: #83DC42;
  64. }
  65. .weibo_color{
  66. color: #F9221D;
  67. }
  68. .github_color{
  69. color: #24292E;
  70. }
  71. /* 底部 */
  72. .footer{
  73. text-align: center;
  74. display: flex;
  75. flex-direction: row;
  76. justify-content: center;
  77. font-size: 14px;
  78. color: #0055b8;
  79. height:20px;
  80. line-height: 20px;
  81. }
  82. /* 底部 */
  83. .register_footer{
  84. margin-left: 74upx;
  85. width: 80%;
  86. margin-top: 32upx;
  87. position: absolute;
  88. display: flex;
  89. flex-direction: row;
  90. justify-content: center;
  91. align-items: center;
  92. font-size: 28upx;
  93. color: rgba(0,0,0,0.7);
  94. text-align: center;
  95. height: 40upx;
  96. line-height: 40upx;
  97. }
  98. .back-btn {
  99. position: absolute;
  100. left: 40upx;
  101. z-index: 9999;
  102. padding-top: var(--status-bar-height);
  103. top: 60upx;
  104. font-size: 40upx;
  105. color: #000000;
  106. }
  107. .footer text{
  108. font-size: 24upx;
  109. margin-left: 15upx;
  110. margin-right: 15upx;
  111. }
  112. .my_top{
  113. margin-bottom: 12upx;
  114. width: 100%;
  115. height: 200upx;
  116. background:#97582B;
  117. }