1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- .ad_image_warp{
- margin: 0 .15rem;
- }
- .i_slide_box_ad{
- position: relative;
- left: 0;
- top: 0;
- overflow: hidden;
- margin: .12rem 0;
- padding: 0;
- /*height: 1.24rem;*/
- }
- .i_slide_box_ad img{
- display: block;
- width: 100%;
- /*height: 1.24rem;*/
- }
- .i_slide_box_ad a{
- overflow: hidden;
- display: block;
- width: 100%;
- /*height: 1.24rem;*/
- }
- .i_slide_main{
- position: absolute;
- left: 0;
- top: 0;
- /*height: 1.24rem;*/
- width: 1000%;
- }
- .i_slide_ul{
- overflow: hidden;
- /*height: 1.24rem;*/
- }
- .i_slide_ul li{
- float: left;
- width: 10%;
- /*height: 1.24rem;*/
- }
- .i_slide_ul a{
- display: block;
- width: 100%;
- /*height: 1.24rem;*/
- }
- .i_slide_but_box{
- position: absolute;
- right: .1rem;
- bottom: .08rem;
- left: .1rem;
- z-index: 10;
- height: .08rem;
- text-align: right;
- font-size: 0;
- white-space: nowrap;
- }
- .i_slide_but_box span{
- margin: 0 .04rem;
- display: inline-block;
- height: .08rem;
- width: .08rem;
- background-color: #fff;
- }
- .i_slide_but_box .hover{
- background-color: #E69A00;
- }
- .swiper-pagination-bullet-active {
- background: #E69A00;
- }
- img.ad-image-tip{
- display: block;
- position: absolute;
- width: 9%;
- height: auto;
- top: 0;
- right: 0;
- }
|