1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
-
- .banner-s-1-content{
- width: 100%;
- height: auto;
- }
- .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: 100px;
- float: left;
- }
-
-
- .banner-s-1-content .img{
- width: 100%;
- height: 100%;
- }
|