Brak opisu
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.

_1.css 690B

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