| 12345678910111213141516171819 |
- .content {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- background-color: #F2F3F5;
- }
- .xuzhi{
- display: revert;
- margin-top: 20rpx;
- width: 750rpx;
- height: 1300rpx;
- background: rgba(255, 255, 255, 1);
- color: rgba(102, 102, 102, 1);
- font-size: 28rpx;
- font-weight: 400;
- }
|