tointro.wxss 299 B

12345678910111213141516171819
  1. .title {
  2. font-weight: 900;
  3. font-size: 20px;
  4. text-align: center;
  5. }
  6. .duanluo {
  7. font-size: 15px;
  8. line-height: 150%;
  9. margin-left: 30px;
  10. text-align: justify;
  11. }
  12. .duoluo::after {
  13. width: 100%;
  14. display: inline-block;
  15. content: ""; /*这三个都不可以少*/
  16. }
  17. view {
  18. padding: 0 1px;
  19. }