爱简收旧衣按件回收前端代码仓库
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.

121 lines
2.6 KiB

  1. view.data-v-1cf27b2a {
  2. padding-bottom: 0 !important;
  3. }
  4. .login-container.data-v-1cf27b2a {
  5. display: flex;
  6. flex-direction: column;
  7. height: 100vh;
  8. background-color: #f9ece5;
  9. padding: 0 40rpx;
  10. padding-bottom: env(safe-area-inset-bottom);
  11. }
  12. .app-header.data-v-1cf27b2a {
  13. margin-top: 220rpx;
  14. margin-bottom: 180rpx;
  15. text-align: center;
  16. height: 30%;
  17. }
  18. image.data-v-1cf27b2a{
  19. width: 50%;
  20. height: 50%;
  21. }
  22. .app-title.data-v-1cf27b2a {
  23. display: flex;
  24. justify-content: center;
  25. align-items: center;
  26. font-family: Alimama ShuHeiTi;
  27. font-weight: 700;
  28. font-size: 28px;
  29. line-height: 140%;
  30. letter-spacing: 0%;
  31. /* background-color: rgba(254, 208, 116, 0.8); */
  32. border-radius: 3em;
  33. letter-spacing: 0.2em;
  34. /* text-shadow: 1px 2px #f7b737; */
  35. }
  36. .app-subtitle.data-v-1cf27b2a {
  37. font-size: 28rpx;
  38. color: #fef6e3;
  39. margin-top: 1rem;
  40. letter-spacing: 0.11em;
  41. }
  42. .login-actions.data-v-1cf27b2a {
  43. /* height: 30%; */
  44. display: flex;
  45. flex-direction: column;
  46. align-items: center;
  47. justify-content: center;
  48. background-color: #f9ece5;
  49. border-radius: 30rpx;
  50. }
  51. .login-btn.data-v-1cf27b2a, .cancel-btn.data-v-1cf27b2a {
  52. width: 82%;
  53. height: 90rpx;
  54. line-height: 90rpx;
  55. border-radius: 45rpx;
  56. font-size: 32rpx;
  57. margin-bottom: 20rpx;
  58. border: none;
  59. }
  60. .login-btn.data-v-1cf27b2a {
  61. background-color: #f79400;
  62. color: white;
  63. }
  64. .cancel-btn.data-v-1cf27b2a {
  65. background-color: rgba(255, 253, 249);
  66. color: #f7990c;
  67. border: 1px solid rgba(249, 178, 71);
  68. }
  69. .agreement.data-v-1cf27b2a {
  70. /* margin-top: 40rpx; */
  71. font-size: 24rpx;
  72. color: #333;
  73. display: flex;
  74. justify-content: center;
  75. }
  76. .radio-group.data-v-1cf27b2a {
  77. display: flex;
  78. align-items: center;
  79. }
  80. /* 自定义圆形checkbox样式 */
  81. .custom-radio.data-v-1cf27b2a {
  82. /* border-radius: 50%; */
  83. width: 32rpx;
  84. height: 32rpx;
  85. transform: scale(0.7);
  86. margin-right: 8rpx;
  87. }
  88. /* 覆盖uniapp默认checkbox样式 */
  89. .custom-radio .wx-checkbox-input.data-v-1cf27b2a,
  90. .custom-radio .uni-checkbox-input.data-v-1cf27b2a {
  91. border-radius: 50% !important;
  92. width: 32rpx !important;
  93. height: 32rpx !important;
  94. }
  95. .custom-radio .wx-checkbox-input.wx-checkbox-input-checked.data-v-1cf27b2a,
  96. .custom-radio .uni-checkbox-input.uni-checkbox-input-checked.data-v-1cf27b2a {
  97. background-color: #07C160 !important;
  98. border-color: #07C160 !important;
  99. color: #ffffff !important;
  100. }
  101. /* .radio-label {
  102. display: flex;
  103. align-items: center;
  104. } */
  105. .agreement-text.data-v-1cf27b2a {
  106. margin: 0 4rpx;
  107. }
  108. .protocol-link.data-v-1cf27b2a {
  109. color: #fabe65;
  110. }
  111. .admin-login.data-v-1cf27b2a {
  112. text-align: center;
  113. color: #fffffe;
  114. font-size: 28rpx;
  115. letter-spacing: 0.15em;
  116. }