@@ -29,12 +29,12 @@ ul li {
.comBs {
cursor: pointer;
position: absolute;
- bottom: 15px;
+ bottom: 0px;
left: 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%;
}
@@ -76,7 +76,7 @@ export default {
.comMain {
overflow-y: auto;
width: 100%;
- max-height: calc(100% - 130px);
+ max-height: calc(100% - 140px);
.row {
pointer-events: none;
color: #8a7351;