自适应一点

pull/23/head
taoshihan1991 3 years ago
parent 5fb558a086
commit 37a378837a

@ -1,8 +1,8 @@
.launchButtonBox{
position: fixed!important;
bottom: 120px!important;
right: 20px!important;
left: auto!important;
bottom: 120px;
right: 20px;
left: auto;
}
.launchButtonNotice{
width: 270px;
@ -23,6 +23,7 @@
font-size: 14px;
display: none;
}
.launchButtonNotice a{
color: #07a9fe;!important;
text-decoration: none;
@ -133,4 +134,14 @@
50%, 100% {transform: translateY(0);}
75% {transform: translateY(-6px);}
}
.animateUpDown{ -webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;}
.animateUpDown{ -webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;}
@media screen and (max-width: 500px) {
.launchButtonBox{
width: 100%;
right: 0;
}
.launchButtonNotice{
width: 100%;
right: auto;
}
}

@ -171,4 +171,15 @@
</div>
</div>
</body>
<script src="https://gofly.sopans.com/static/js/gofly-front.js"></script>
<script>
GOFLY.init({
GOFLY_URL:"https://gofly.sopans.com",
GOFLY_KEFU_ID: "kefu2",
GOFLY_BTN_TEXT: "客服在线 欢迎咨询",
GOFLY_LANG:"cn"
})
</script>
</html>
Loading…
Cancel
Save