Commit 6a3d097a authored by coolfish's avatar coolfish

修复一些问题

parent 4a85be9d
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>小云蜂巢</title> <title>小云蜂巢</title>
<link rel="shortcut icon" href="./static/favicon.ico">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="cover"> <div class="cover">
<div class="title">整合内容资源,提升广告主的品牌曝光能力</div> <div class="title">整合内容资源,提升广告主的品牌曝光能力</div>
<div class="btns"> <div class="btns">
<a class="application" href="http://hfads.apps.xiaoyun.com/">申请试用</a> <a class="application" target="_blank" href="http://hfads.apps.xiaoyun.com/" >申请试用</a>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -44,6 +44,8 @@ ...@@ -44,6 +44,8 @@
margin: 15px 10px margin: 15px 10px
padding: 15px padding: 15px
text-align: left text-align: left
letter-spacing: -3px
font-size: 0
&:hover &:hover
border-color: #707070 border-color: #707070
&:nth-child(4n+1) &:nth-child(4n+1)
...@@ -61,12 +63,15 @@ ...@@ -61,12 +63,15 @@
display: inline-block display: inline-block
vertical-align: middle vertical-align: middle
text-align: center text-align: center
width: 104px
h2 h2
color: #333 color: #333
font-size: 24px font-size: 24px
margin: 10px margin: 10px
width: 84px width: 84px
letter-spacing: 0px
h4 h4
color: #808080 color: #808080
font-size: 16px font-size: 16px
letter-spacing: 0px
</style> </style>
<template> <template>
<div class="c-banner"> <div class="c-banner">
<div class="cover"> <div class="cover">
<div class="title">多平台管理工具</div> <div class="title">多平台内容管理工具</div>
<div class="desc"> <div class="desc">
<p>通过连接内容创作者与内容平台,</p> <p>通过连接内容创作者与内容平台,</p>
<p>帮助自媒体高效的进行跨平台的内容分发及管理</p> <p>帮助自媒体高效的进行跨平台的内容分发及管理</p>
......
<template> <template>
<div class="m-copyright"> <div class="m-copyright">
<div class="about"> <div class="about">
<a class="line">关于我们</a><a href="http://www.goyoo.com/">光音网络</a><a href="http://www.xiaoyun.com/">小云世界</a> <a class="line">关于我们</a><a target="_blank" href="http://www.goyoo.com/">光音网络</a><a target="_blank" href="http://www.xiaoyun.com/">小云世界</a>
</div> </div>
<div class="copyright"> <div class="copyright">
<span>Copyright © 2017 Goyoo. All rights Reserved. 北京光音网络发展股份有限公司 版权所有</span> <span>Copyright © 2017 Goyoo. All rights Reserved. 北京光音网络发展股份有限公司 版权所有</span>
......
body, html body, html
line-height: 1 line-height: 1
font-family: 'PingFang SC', 'Microsoft Yahei', '微软雅黑' font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
-webkit-tap-highlight-color: transparent -webkit-tap-highlight-color: transparent
min-width: 1000px min-width: 1000px
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment