| 12345678910111213141516171819202122 |
- Page {
- display: grid;
- .upload {
- display: flex;
- justify-content: center;
- height: 120px;
- align-items: center;
- }
- .register {
- margin-top: 40rpx;
- font-size: 28rpx;
- background-color: #7232dd;
- width: 90%;
- color: white;
- }
- }
-
|