| 12345678910111213141516171819202122 |
- .get_phone {
- margin-top: 30rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .title {
- color: #40d0ae;
- font-size: 60rpx;
- margin-top: 60rpx;
- }
- .read {
- color: #8E97AE;
- margin-top: 100rpx;
- font-size: 28rpx;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
|