+
@@ -441,6 +442,10 @@ export default {
.wrap{
position: relative;
background-color: #F3F6FA;
+ .screen {
+ position: absolute;
+ top: -1000px;
+ }
.banner {
position: relative;
height: 688px;
@@ -460,7 +465,7 @@ export default {
}
.banner-bg3 {
background: url(../../../assets/img/index/banner3-2.png) (right 176px)/auto no-repeat,
- url(../../../assets/img/index/banner3-1.png) (left 92px)/auto no-repeat,
+ url(../../../assets/img/index/banner3-1.png) (left 92px)/100% auto no-repeat,
url(../../../assets/img/index/banner3-3.png) (top right)/auto no-repeat;
}
.text {
diff --git a/src/setting.js b/src/setting.js
index 315d2f9..9fd884a 100644
--- a/src/setting.js
+++ b/src/setting.js
@@ -26,7 +26,7 @@ const Setting = {
* 基础配置
* */
platformId: 1, // 平台标识,1职站,2数据平台,3中台
- titleSuffix: '深圳或然科技有限公司', // 网页标题的后缀
+ titleSuffix: '深圳或然科技官网', // 网页标题的后缀
routerMode: "hash", // 路由模式,可选值为 history 或 hash
showProgressBar: true, // 页面切换时,是否显示模拟的进度条
apiBaseURL: host, // 接口请求地址