fix: 增加认证,修改部分展示内容。
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<h1 class="vivify popIn">
|
||||
<span class="br"></span>科学记账、量入为出,健康档案、守护未来
|
||||
</h1>
|
||||
<h3 class="vivify popIn">技术引领,服务为基础,科技为核心</h3>
|
||||
<h3 class="vivify popIn">技术引领,服务为基础,用户为核心,需求为导向</h3>
|
||||
</div>
|
||||
<div class="nav clear">
|
||||
<a class="zhichou vivify popIn">
|
||||
@@ -114,7 +114,7 @@
|
||||
feature2: feature2,
|
||||
feature3: feature3,
|
||||
feature4: feature4,
|
||||
carouselPerPage: (Util.os.android || Util.os.iPhone) ? 1 : 2,
|
||||
carouselPerPage: (Util.os.android || Util.os.iPhone|| Util.os.mobile) ? 1 : 2,
|
||||
configData : {
|
||||
position: { // 设置显示位置,position
|
||||
top: '60px',
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
feature2: feature2,
|
||||
feature3: feature3,
|
||||
feature4: feature4,
|
||||
carouselPerPage: (Util.os.android || Util.os.iPhone) ? 1 : 2,
|
||||
carouselPerPage: (Util.os.android || Util.os.iPhone|| Util.os.wechat|| Util.os.mobile) ? 1 : 2,
|
||||
configData : {
|
||||
position: { // 设置显示位置,position
|
||||
top: '60px',
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
feature2: feature2,
|
||||
feature3: feature3,
|
||||
feature4: feature4,
|
||||
carouselPerPage: (Util.os.android || Util.os.iPhone) ? 1 : 2,
|
||||
carouselPerPage: (Util.os.android || Util.os.iPhone|| Util.os.wechat|| Util.os.mobile) ? 1 : 2,
|
||||
configData : {
|
||||
position: { // 设置显示位置,position
|
||||
top: '60px',
|
||||
|
||||
Reference in New Issue
Block a user