page.scss 612B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .subPage{
  2. .top{
  3. width: 100%;
  4. position: relative;
  5. overflow: hidden;
  6. margin-top: 40px;
  7. >div{
  8. >div{
  9. width: 100%;
  10. position: relative;
  11. overflow: hidden;
  12. text-align: center;
  13. >span{
  14. width: 100%;
  15. display: block;
  16. text-align: center;
  17. line-height: 24px;
  18. font-size: 15px;
  19. color: #666;
  20. }
  21. >i{
  22. font-size: 30px;
  23. color: #409EFF;
  24. display: inline-block;
  25. }
  26. }
  27. }
  28. }
  29. }