样式修改

pull/23/head
陶士涵 3 years ago
parent de977017b2
commit 380ae75007

@ -29,7 +29,7 @@
text-decoration: none;
}
.launchIcon{
background: red;
background: #ff305f;
width: 20px;
height: 20px;
line-height: 20px;
@ -45,7 +45,7 @@
height: 48px!important;
width: auto!important;
z-index: 10000000000000!important;
background: #004bdf!important;
background: #fac917;
border: 0!important;
border-radius: 100px!important;
box-shadow: 0 3px 15px 0 rgba(0,0,0,.25)!important;
@ -72,7 +72,7 @@
height: 48px;
}
.launchButtonText {
color: #fff!important;
color: #312927;
display: inline-block!important;
font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,fira sans,droid sans,helvetica neue,sans-serif!important;
font-size: 1em!important;

@ -93,23 +93,23 @@
</div>
</div>
<script>
var invite=false;
setTimeout(function(){
if (invite) return;
$(".autoInvite").show();
invite=true;
$("#noAsk").click(function(){
$(".autoInvite").hide();
invite=true;
});
$(".nowAsk").click(function(){
$(".autoInvite").hide();
GOFLY.showKefu();
invite=true;
});
},8000);
// var invite=false;
//
// setTimeout(function(){
// if (invite) return;
// $(".autoInvite").show();
// invite=true;
//
// $("#noAsk").click(function(){
// $(".autoInvite").hide();
// invite=true;
// });
// $(".nowAsk").click(function(){
// $(".autoInvite").hide();
// GOFLY.showKefu();
// invite=true;
// });
// },8000);
</script>
<!--自动弹代码-->

@ -152,12 +152,12 @@
</div>
<div class="clear"></div>
<div class="banner">
<h1>极简强大的开源免费在线客服单页营销系统</h1>
<h1>开源 · 免费 · 网页在线客服营销系统</h1>
<p>GO-FLY一套可独立部署的免费开源客服系统基于GO语言开发二进制文件安装和使用非常简单是一个开箱即用的网页在线客服系统</p>
<p>同时也是首页完全可以编辑的单页营销系统</p>
<p><a href="https://gitee.com/taoshihan/go-fly/attach_files/616920/download/go-fly-0.2.8.zip" class="downloadBtn">下载 GOFLY (Linux/Windows)</a></p>
</div>
<img alt="GOFLY在线客服" title="GOFLY在线客服" class="jumbotron" src="/static/images/admin.jpg"/>
<img alt="GOFLY在线客服" title="GOFLY在线客服" class="jumbotron" src="https://gofly.sopans.com/static/images/admin.jpg"/>
<div class="container">
<div class="mainTechLeft">

Loading…
Cancel
Save