No Description
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.

style_1.css 721B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .banner-s-1-content{
  2. width: 100%;
  3. height: auto;
  4. float: left;
  5. }
  6. .banner-s-1-content .box{
  7. width: 1050px;
  8. heigth: auto;
  9. margin: 0px auto;
  10. }
  11. .banner-s-1-content .row{
  12. /**
  13. * 定义宽高
  14. */
  15. width: 100%;
  16. height: 234px;
  17. float: left;
  18. /**
  19. * 边距
  20. */
  21. margin: 5px 0px;
  22. padding: 0;
  23. /**
  24. * 定义边框
  25. */
  26. border-radius: 15px;
  27. /*
  28. * 定义背景
  29. */
  30. background: none;
  31. /**
  32. ** 定位属性
  33. */
  34. position: relative;
  35. }
  36. /*
  37. * 内部布局样式
  38. */
  39. .banner-s-1-content .top{
  40. width:100%;
  41. heigth: 100%;
  42. float: left;
  43. }
  44. /**
  45. ** 内容标签样式
  46. */
  47. .banner-s-1-content .img{
  48. width: 100%;
  49. height: 100%;
  50. }