123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
-
- .banner-s-1-content{
- width: 100%;
- height: auto;
- float: left;
- }
- .banner-s-1-content .box{
- width: 1050px;
- heigth: auto;
- margin: 0px auto;
- }
- .banner-s-1-content .row{
- /**
- * 定义宽高
- */
- width: 100%;
- height: 234px;
- float: left;
- /**
- * 边距
- */
- margin: 5px 0px;
- padding: 0;
- /**
- * 定义边框
- */
- border-radius: 15px;
- /*
- * 定义背景
- */
- background: none;
- /**
- ** 定位属性
- */
- position: relative;
-
- }
-
- /*
- * 内部布局样式
- */
- .banner-s-1-content .top{
- width:100%;
- heigth: 100%;
- float: left;
- }
-
- /**
- ** 内容标签样式
- */
- .banner-s-1-content .img{
- width: 100%;
- height: 100%;
- }
|