search.css 655 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*
  2. * 导航
  3. */
  4. .nav {
  5. height: 80rpx;
  6. line-height: 80rpx;
  7. }
  8. .nav .item {
  9. width: 20%;
  10. }
  11. /**
  12. * 数据列表
  13. */
  14. .data-list .item image {
  15. width: 160rpx;
  16. height: 160rpx !important;
  17. }
  18. .data-list .item .base {
  19. width: calc(100% - 190rpx);
  20. text-align: left;
  21. padding: 0 10rpx 0 20rpx;
  22. }
  23. .data-list .item .base .time-title {
  24. width: 60rpx;
  25. background: #7ad2ff;
  26. line-height: 30rpx;
  27. }
  28. .data-list .item .base .status {
  29. right: 20rpx;
  30. bottom: 20rpx;
  31. color: #999;
  32. }
  33. .data-list .ite .status-0 {
  34. color: #0e90d2;
  35. }
  36. .data-list .item .status-1 {
  37. color: #5eb95e;
  38. }
  39. .data-list .item .status-2 {
  40. color: #F37B1D;
  41. }