Skip to content

Commit a44618c

Browse files
committed
图片基本完成
1 parent 46a903d commit a44618c

31 files changed

Lines changed: 67 additions & 16 deletions

Libs/Css/Custom/main.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@
2929
margin: 5px 5px 5px 5px;
3030
border-radius: 5px;
3131
}
32+
.friendLink-desc
33+
{
34+
width: 180px;
35+
display: block;
36+
color: #777679;
37+
text-align: center;
38+
position: relative;
39+
left: 0px;
40+
top: 85px;
41+
border: 1px solid #d8d8d8;
42+
padding: 6px 0;
43+
background: #fff;
44+
}
3245

3346
.sideMenuAndSlideImg {
3447
height: 550px;

Libs/Js/ctrls/ctrls.js

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,23 @@
5555
];
5656

5757

58-
}]);
58+
}])
59+
.controller('footerCtrl', function ($scope) {
60+
$scope.friendLink = [
61+
{
62+
img: '/Sources/realImgs/friendLink/seagate.jpg',
63+
url: 'http://www.seagate.com',
64+
desc: '希捷公司成立于1979年,是全球领先的硬盘和存储解决方案供应商'
65+
},
66+
{
67+
img: '/Sources/realImgs/friendLink/hikvision.png',
68+
url: 'http://www.hikvision.com',
69+
desc: '海康威视成立于2001年,是中国领先的监控产品及解决方案提供商'
70+
}
71+
];
72+
$scope.setTip = function () {
73+
$('.friendLink').tooltip();
74+
}
75+
})
76+
77+
;

Libs/Js/ctrls/mainCtrl.js

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,29 @@
126126
})
127127
.controller("classicalCaseCtrl", function ($scope) {
128128
$scope.scrollImgs = [
129-
{ name: "test001", url: "#/", img: "/Sources/imgs/01.jpg" },
130-
{ name: "test002", url: "#/", img: "/Sources/imgs/02.jpg" },
131-
{ name: "test003", url: "#/", img: "/Sources/imgs/03.jpg" },
132-
{ name: "test004", url: "#/", img: "/Sources/imgs/04.jpg" },
133-
{ name: "test005", url: "#/", img: "/Sources/imgs/05.jpg" },
134-
{ name: "test006", url: "#/", img: "/Sources/imgs/06.jpg" }
129+
{ name: "宝山幼儿园", url: "#/", img: "/Sources/realImgs/classicalCase/1bsyey.jpg" },
130+
{ name: "崇明纪检会", url: "#/", img: "/Sources/realImgs/classicalCase/2qmjjh.jpg" },
131+
{ name: "东沟油库", url: "#/", img: "/Sources/realImgs/classicalCase/3dgyh.jpg" },
132+
{ name: "二炮部队", url: "#/", img: "/Sources/realImgs/classicalCase/4epbd.jpg" },
133+
{ name: "甘肃牧场", url: "#/", img: "/Sources/realImgs/classicalCase/5gsmc.jpg" },
134+
{ name: "公交枢纽站", url: "#/", img: "/Sources/realImgs/classicalCase/6gjsnz.jpg" },
135+
{ name: "锅炉厂", url: "#/", img: "/Sources/realImgs/classicalCase/7glc.jpg" },
136+
{ name: "国家电网", url: "#/", img: "/Sources/realImgs/classicalCase/8gjdw.jpg" },
137+
{ name: "和庄别墅", url: "#/", img: "/Sources/realImgs/classicalCase/9hzbs.jpg" },
138+
{ name: "黄渡小学", url: "#/", img: "/Sources/realImgs/classicalCase/10hdxx.jpg" },
139+
{ name: "绿地新城", url: "#/", img: "/Sources/realImgs/classicalCase/11ldxc.jpg" },
140+
{ name: "绿茵社区", url: "#/", img: "/Sources/realImgs/classicalCase/12lysq.jpg" },
141+
{ name: "农家小院", url: "#/", img: "/Sources/realImgs/classicalCase/13njxy.jpg" },
142+
{ name: "普陀中学", url: "#/", img: "/Sources/realImgs/classicalCase/14ptzx.jpg" },
143+
{ name: "山西变电站", url: "#/", img: "/Sources/realImgs/classicalCase/15xabdz.jpg" },
144+
{ name: "上海世纪苑", url: "#/", img: "/Sources/realImgs/classicalCase/16shsjy.jpg" },
145+
{ name: "私人住宅", url: "#/", img: "/Sources/realImgs/classicalCase/17srzz.jpg" },
146+
{ name: "泰悦豪庭", url: "#/", img: "/Sources/realImgs/classicalCase/18tyht.jpg" },
147+
{ name: "万科小区", url: "#/", img: "/Sources/realImgs/classicalCase/19wkxq.jpg" },
148+
{ name: "污水处理厂", url: "#/", img: "/Sources/realImgs/classicalCase/20wsclc.jpg" },
149+
{ name: "西郊花园", url: "#/", img: "/Sources/realImgs/classicalCase/21xjhy.jpg" },
150+
{ name: "新建工地", url: "#/", img: "/Sources/realImgs/classicalCase/22xjgd.jpg" },
151+
{ name: "阳光小区", url: "#/", img: "/Sources/realImgs/classicalCase/23ygxq.jpg" }
135152
];
136153

137154
$scope.setScroll = function () {
@@ -172,7 +189,8 @@
172189
}
173190
//end news
174191
//qa
175-
$scope.qaZoneLeftImg = "/Sources/imgs/wdBox.png";
192+
//$scope.qaZoneLeftImg = "/Sources/imgs/wdBox.png";
193+
$scope.qaZoneLeftImg = "/Sources/realImgs/others/FAQ.jpg";
176194
$scope.qaList = [
177195
{
178196
question: "了空间了空间浪费空间?",
68.6 KB
Loading
46 KB
Loading
52.7 KB
Loading
40.4 KB
Loading
34.9 KB
Loading
57.3 KB
Loading
38.8 KB
Loading

0 commit comments

Comments
 (0)