You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

list.css 918 B

3 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .content{
  2. position: relative;
  3. margin:0 auto;
  4. width: 10.0rem;
  5. background-color: #233192;
  6. background-image: url(../images/bg.png);
  7. background-size: 10.0rem 9.1875rem;
  8. background-position: bottom;
  9. background-repeat: no-repeat;
  10. overflow: hidden;
  11. }
  12. .content section{
  13. float: left;
  14. width: 9.21875rem;
  15. margin-top: 0.734375rem;
  16. margin-left: 0.421875rem;
  17. }
  18. .box{
  19. width: 9.21875rem;
  20. height: 3.8125rem;
  21. background-image: url(../images/box.png);
  22. background-size: 9.21875rem 3.8125rem;
  23. overflow: hidden;
  24. margin-bottom: 0.4375rem;
  25. }
  26. .box:nth-last-of-type(1){
  27. margin-bottom: 2.734375rem;
  28. }
  29. .box img{
  30. float: left;
  31. margin-top: 0.046875rem;
  32. margin-left: 0.046875rem;
  33. width: 5.9375rem;
  34. height: 3.5rem;
  35. }
  36. .productname{
  37. float: right;
  38. margin-top: 1.171875rem;
  39. margin-right: 0.046875rem;
  40. width: 3.078125rem;
  41. height: 3.75rem;
  42. font-size: 0.40625rem;
  43. color: #f6d54a;
  44. text-align: center;
  45. font-weight: 600;
  46. }