index.less 268 B

12345678910111213141516171819202122
  1. Page {
  2. display: grid;
  3. .upload {
  4. display: flex;
  5. justify-content: center;
  6. height: 120px;
  7. align-items: center;
  8. }
  9. .register {
  10. margin-top: 40rpx;
  11. font-size: 28rpx;
  12. background-color: #7232dd;
  13. width: 90%;
  14. color: white;
  15. }
  16. }