mobile.css 425 B

123456789101112131415161718192021222324252627282930
  1. .title{
  2. font-size: 22px;
  3. color: #666;
  4. text-align:center;
  5. display:inline-block;
  6. width: 100%;
  7. margin-top: 50px
  8. }
  9. .img{
  10. width: 85%;
  11. margin-top: 20px;
  12. text-align:center;
  13. margin-left: 7.5%;
  14. }
  15. .text{
  16. font-size: 18px;
  17. color: #999;
  18. text-align:center;
  19. display:inline-block;
  20. width: 85%;
  21. margin-top: 70px;
  22. margin-left: 7.5%;
  23. }
  24. .time{
  25. font-size: 15px;
  26. color: #999;
  27. width: 85%;
  28. margin-top: 80px;
  29. margin-left: 7.5%;
  30. }