index.css 725 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*
  2. * 分类
  3. */
  4. .nav-list {
  5. height: 38rpx;
  6. line-height: 38rpx;
  7. width: calc(100% - 155rpx);
  8. }
  9. /**
  10. * 推荐博文
  11. */
  12. .right-list .item .blog-title {
  13. width: calc(100% - 210rpx);
  14. }
  15. /**
  16. * 分类导航
  17. */
  18. .nav-blog-category .item {
  19. width: calc(50% - 10rpx);
  20. }
  21. .nav-blog-category .item:nth-child(odd) {
  22. float: left;
  23. }
  24. .nav-blog-category .item:nth-child(even) {
  25. float: right;
  26. }
  27. .nav-blog-category .item .icon,
  28. .nav-blog-category .item .icon-text {
  29. width: 74rpx;
  30. height: 74rpx !important;
  31. }
  32. .nav-blog-category .item .icon-text {
  33. line-height: 72rpx;
  34. font-size: 48rpx;
  35. background: #e6f2f8;
  36. color: #3f51b5;
  37. }
  38. .nav-blog-category .item .right-base {
  39. width: calc(100% - 84rpx);
  40. }