|
@@ -29,12 +29,12 @@ ul li {
|
|
|
.comBs {
|
|
.comBs {
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- bottom: 15px;
|
|
|
|
|
|
|
+ bottom: 0px;
|
|
|
left: 50%;
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
|
- width: 20px;
|
|
|
|
|
- height: 31px;
|
|
|
|
|
- background: url('../../assets/img/slide.png');
|
|
|
|
|
|
|
+ width: 70px;
|
|
|
|
|
+ height: 70px;
|
|
|
|
|
+ background: url('../../assets/img/slide.gif');
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
}
|
|
}
|
|
|
|
|
|