index.css 765 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /**
  2. * banner
  3. */
  4. .banner {
  5. background-color: #1d1611;
  6. background-position: center center;
  7. background-repeat: no-repeat;
  8. background-size: auto 100%;
  9. height: 1000rpx;
  10. }
  11. .banner-title {
  12. color: #f9d681;
  13. }
  14. .banner-buy {
  15. border: 1rpx solid #f9d681;
  16. background-color: #f9d681 !important;
  17. color: #351d06 !important;
  18. width: 280rpx;
  19. height: 80rpx;
  20. line-height: 80rpx !important;
  21. }
  22. /**
  23. * 等级介绍
  24. */
  25. .data-list .item {
  26. width: calc(50% - 70rpx);
  27. margin-bottom: 20rpx;
  28. }
  29. .data-list .item:nth-child(2n) {
  30. margin-right: 20rpx;
  31. margin-left: 10rpx;
  32. }
  33. .data-list .item:nth-child(2n+1) {
  34. margin-left: 20rpx;
  35. margin-right: 10rpx;
  36. }
  37. .data-list .item image {
  38. width: 160rpx;
  39. height: 160rpx !important;
  40. }