collection.wxss 819 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. page{
  2. background: #f1f1f1;
  3. }
  4. navigator{
  5. width:100%;
  6. margin-top: 1px;
  7. background: #fff;
  8. }
  9. navigator::after{
  10. content: '';
  11. display: block;
  12. clear: both;
  13. }
  14. .images-box{
  15. background: #cc0011;
  16. float: left;
  17. width: 220rpx;
  18. height: 220rpx;
  19. }
  20. .images-box image{
  21. width: 100%;
  22. height: 100%;
  23. }
  24. .content-box{
  25. width: 500rpx;
  26. height: 190rpx;
  27. float: left;
  28. margin: 20rpx 0 0 20rpx;
  29. box-sizing: border-box;
  30. position: relative;
  31. }
  32. .content-box text{
  33. display: block;
  34. }
  35. .content-title{
  36. font-size: 26rpx;
  37. margin-bottom: 10rpx;
  38. color: #333;
  39. }
  40. .content-state{
  41. font-size: 24rpx;
  42. color: #999;
  43. }
  44. .content-price{
  45. position: absolute;
  46. bottom: 0;
  47. left: 0;
  48. font-size: 34rpx;
  49. color: #ff2727;
  50. font-weight: 600;
  51. }
  52. .content-btn{
  53. font-size: 24rpx;
  54. position: absolute;
  55. bottom: 0;
  56. right: 0;
  57. }