|
|
@@ -12,10 +12,35 @@
|
|
|
text-align: center;
|
|
|
width: 1190px;
|
|
|
}
|
|
|
- .banner h3 {
|
|
|
- font-size: 60px;
|
|
|
- color: #fff;
|
|
|
- font-weight: normal;
|
|
|
+ <!--添加链接-->
|
|
|
+ .banner .express span.info{
|
|
|
+ font-size: 60px;
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ .banner .express{
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .banner .express a{
|
|
|
+ display: inline-block;
|
|
|
+ position: absolute;
|
|
|
+ top: 33px;
|
|
|
+ right: 350px;
|
|
|
+ width: 90px;
|
|
|
+ height: 28px;
|
|
|
+ line-height: 28px;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #bac7dd;
|
|
|
+ border: 1px solid #bac7dd;
|
|
|
+ border-radius: 15px;
|
|
|
+ }
|
|
|
+ .banner .express a i{
|
|
|
+ font-size: 14px;
|
|
|
+ color: #bac7dd;
|
|
|
+ }
|
|
|
+ .banner .express:hover a{
|
|
|
+ background: #217fc9;
|
|
|
+ color: #fff;
|
|
|
+ border: none;
|
|
|
}
|
|
|
.banner h4 {
|
|
|
margin: 40px;
|
|
|
@@ -238,7 +263,10 @@
|
|
|
<@layout>
|
|
|
<section id="banner" class="banner">
|
|
|
<div class="container">
|
|
|
- <h3>优企云服</h3>
|
|
|
+ <div class="express">
|
|
|
+ <span class="info" style="font-size: 60px;color: #fff;">优企云服</span>
|
|
|
+ <a href="">立即体验 <i class="fa fa-angle-right"></i></a>
|
|
|
+ </div>
|
|
|
<h4>集行业经验,十年磨一剑 <br>为企业提供专业、高效的软件服务!</h4>
|
|
|
<p>优企云服是通过互联网以服务形势使用UAS管理系统软件的业务模式
|
|
|
<br>同时在SaaS模式下,既可以为企业提供资金、支付、物流、推广、客服等一整套服务,又可以将网络中的各种资源调动起来,为企业服务。
|