index.wxss 321 B

12345678910111213141516171819202122
  1. .get_phone {
  2. margin-top: 30rpx;
  3. display: flex;
  4. align-items: center;
  5. justify-content: center;
  6. }
  7. .title {
  8. color: #40d0ae;
  9. font-size: 60rpx;
  10. margin-top: 60rpx;
  11. }
  12. .read {
  13. color: #8E97AE;
  14. margin-top: 100rpx;
  15. font-size: 28rpx;
  16. display: flex;
  17. flex-direction: row;
  18. justify-content: center;
  19. align-items: center;
  20. }