fenlei.css 594 B

123456789101112131415161718192021222324252627282930313233343536
  1. page {
  2. background-color: #ffffff;
  3. height: 100%;
  4. }
  5. .vtabs-content-item {
  6. width: 100%;
  7. height: 610px;
  8. box-sizing: border-box;
  9. padding-bottom: 20px;
  10. padding: 20rpx;
  11. }
  12. .vtabs-contentTitle {
  13. font-size: 36rpx;
  14. color: #07c160;
  15. }
  16. .spflList {
  17. width: 100%;
  18. display: flex;
  19. flex-direction: row;
  20. justify-content: space-between;
  21. flex-wrap: wrap;
  22. }
  23. .spflList li {
  24. width: 33.33%;
  25. text-align: center;
  26. }
  27. .spflList li span {
  28. font-size: 28rpx;
  29. color: #333;
  30. }
  31. .spflList li image {
  32. width: 100rpx;
  33. height: 100rpx;
  34. margin: 0 auto;
  35. }