Skip to content

Commit 80469de

Browse files
committed
add support moudle
1 parent f6672b0 commit 80469de

32 files changed

Lines changed: 368 additions & 7 deletions

Libs/Css/Custom/main.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,13 @@
165165
font-size: larger;
166166
transition: font-size 0.2s;
167167
}
168+
.a-link2 {
169+
color: #727171;
170+
}
171+
172+
.a-link2:hover {
173+
color: #d7000f;
174+
}
168175
/** {
169176
transition:all 0.2s;
170177
}*/

Libs/Js/app.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,21 @@
3333
.when('/joinUs/:jobId', {
3434
templateUrl: 'Views/joinUs/jobDetail.html'
3535
})
36+
.when('/afterService', {
37+
templateUrl: 'Views/support/afterService.html'
38+
})
39+
.when('/rule', {
40+
templateUrl: 'Views/support/rule_gydz.html'
41+
})
42+
.when('/rule_zls', {
43+
templateUrl: 'Views/support/rule_zls.html'
44+
})
45+
.when('/install', {
46+
templateUrl: 'Views/support/install_wl.html'
47+
})
48+
.when('/install_zdgx', {
49+
templateUrl: 'Views/support/install_zdgx.html'
50+
})
3651
.otherwise({
3752
redirectTo: '/'
3853
});

Libs/Js/ctrls/ctrls.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
$scope.topMenu = [
33
{ name: "网站首页", url: "#/", child: null },
44
{
5-
name: "服务支持", url: "#/", child: [
6-
{ name: "售后服务", url: "#/" },
7-
{ name: "法规标准", url: "#/" },
8-
{ name: "下载中心", url: "#/" },
9-
{ name: "安装方式", url: "#/" },
10-
{ name: "操作视频", url: "#/" },
11-
{ name: "用户反馈", url: "#/" }
5+
name: "服务支持", url: "#/afterService", child: [
6+
{ name: "售后服务", url: "#/afterService" },
7+
{ name: "法规标准", url: "#/rule" },
8+
//{ name: "下载中心", url: "#/" },
9+
{ name: "安装方式", url: "#/install" }
10+
//{ name: "操作视频", url: "#/" },
11+
//{ name: "用户反馈", url: "#/" }
1212
]
1313
},
1414
{

Sources/realImgs/support/01.png

273 KB
Loading

Sources/realImgs/support/02.png

288 KB
Loading

Sources/realImgs/support/03.png

355 KB
Loading

Sources/realImgs/support/04.png

273 KB
Loading

Sources/realImgs/support/05.png

299 KB
Loading

Sources/realImgs/support/06.png

255 KB
Loading

Sources/realImgs/support/07.png

484 KB
Loading

0 commit comments

Comments
 (0)