自适应一点

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

@ -1,8 +1,8 @@
.launchButtonBox{ .launchButtonBox{
position: fixed!important; position: fixed!important;
bottom: 120px!important; bottom: 120px;
right: 20px!important; right: 20px;
left: auto!important; left: auto;
} }
.launchButtonNotice{ .launchButtonNotice{
width: 270px; width: 270px;
@ -23,6 +23,7 @@
font-size: 14px; font-size: 14px;
display: none; display: none;
} }
.launchButtonNotice a{ .launchButtonNotice a{
color: #07a9fe;!important; color: #07a9fe;!important;
text-decoration: none; text-decoration: none;
@ -134,3 +135,13 @@
75% {transform: translateY(-6px);} 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>
</div> </div>
</body> </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> </html>
Loading…
Cancel
Save