Commit 71fe6b1f1f726a5e71ab437622b42ee04a385368
Merge branch 'test' of http://192.168.1.195:9998/web_developers/webportal into test
Showing
7 changed files
with
223 additions
and
141 deletions
css/portfollo.css
1 | +/*breadcrumb*/ | |
2 | +.breadcrumb{ | |
3 | + width: 100%; | |
4 | + height: 682px; | |
5 | + background:url('../images/breadcrumb-bg.png'); | |
6 | + background-size:100% 100%; | |
7 | + background-repeat:no-repeat; | |
1 | 8 | |
9 | +} | |
10 | +.breadcrumb-text{ | |
11 | + text-align: center; | |
12 | + padding-top: 300px; | |
13 | + color: #fff; | |
14 | + font-size: 71px; | |
15 | +} | |
16 | +#portfolio-soft-top{ | |
17 | + background: #fff; | |
18 | +} | |
19 | +/*软件sta-----*/ | |
20 | +.portfolio-soft-wrap li{ | |
21 | + color:rgba(6,14,19,.8); | |
22 | + font-size: 20px; | |
23 | + cursor: pointer; | |
24 | + position: relative; | |
25 | +} | |
26 | +.portfolio-soft-wrap li:nth-of-type(1){ | |
27 | + padding-top: 60px; | |
28 | + background: url("../images/portfolio-soft-wrap-1.png") no-repeat center 0; | |
29 | + | |
30 | +} | |
31 | +.portfolio-soft-wrap li:nth-of-type(2){ | |
32 | + padding-top: 60px; | |
33 | + background: url("../images/portfolio-soft-wrap-2.png") no-repeat center 0; | |
34 | + | |
35 | +} | |
36 | +.portfolio-soft-wrap li:nth-of-type(3){ | |
37 | + padding-top: 60px; | |
38 | + background: url("../images/portfolio-soft-wrap-3.png") no-repeat center 0; | |
39 | + | |
40 | +} | |
41 | +.portfolio-soft-wrap li:nth-of-type(1).active{ | |
42 | + color: #3F9FFE; | |
43 | + padding-bottom: 10px; | |
44 | + /*border-bottom: 3px solid rgba(63,159,254,1);*/ | |
45 | + background: url("../images/portfolio-soft-wrap-1-active.png") no-repeat center 0; | |
46 | +} | |
47 | +.portfolio-soft-wrap li:nth-of-type(2).active{ | |
48 | + color: #3F9FFE; | |
49 | + padding-bottom: 10px; | |
50 | + /*border-bottom: 3px solid rgba(63,159,254,1);*/ | |
51 | + background: url("../images/portfolio-soft-wrap-2-active.png") no-repeat center 0; | |
52 | +} | |
53 | +.portfolio-soft-wrap li:nth-of-type(3).active{ | |
54 | + color: #3F9FFE; | |
55 | + padding-bottom: 10px; | |
56 | + /*border-bottom: 3px solid rgba(63,159,254,1);*/ | |
57 | + background: url("../images/portfolio-soft-wrap-3-active.png") no-repeat center 0; | |
58 | +} | |
59 | + | |
60 | +.portfolio-section-wrap{ | |
61 | + min-height: 596px; | |
62 | +} | |
63 | +.portfolio-section-wrap>li{ | |
64 | +} | |
65 | +.portfolio-section-wrap>li li{ | |
66 | + height: 596px; | |
67 | +} | |
68 | +.ortfolio-soft-bottom-1>li:nth-of-type(1){ | |
69 | + background: url("../images/ortfolio-soft-mobile.gif") no-repeat center center; | |
70 | + background-size: 100% 80%; | |
71 | +} | |
72 | +.ortfolio-soft-bottom-1 li:nth-of-type(2){ | |
73 | + padding-left: 100px; | |
74 | +} | |
75 | +.ortfolio-soft-bottom-2 li:nth-of-type(1){ | |
76 | + background: url("../images/ortfolio-soft-pc1.gif") no-repeat center center; | |
77 | + background-size: 100% 70%; | |
78 | +} | |
79 | +.ortfolio-soft-bottom-2 li:nth-of-type(2){ | |
80 | + padding-left:100px; | |
81 | +} | |
82 | +.ortfolio-soft-bottom-3 li:nth-of-type(1){ | |
83 | + background: url("../images/ortfolio-soft-pc2.gif") no-repeat center center; | |
84 | + background-size: 100% 70%; | |
85 | +} | |
86 | +.ortfolio-soft-bottom-3 li:nth-of-type(2){ | |
87 | + padding-left:100px; | |
88 | +} | |
89 | +.ortfolio-soft-bottom-title{ | |
90 | + font-size:30px; | |
91 | + font-weight:bold; | |
92 | + color:rgba(0,0,0,.8); | |
93 | + margin: 239px 0 27px; | |
94 | + text-align: left; | |
95 | +} | |
96 | +.ortfolio-soft-bottom-des{ | |
97 | + font-size: 16px; | |
98 | + text-align: left; | |
99 | + color:rgba(0,0,0,.6); | |
100 | + padding-left: 20px; | |
101 | + position: relative; | |
102 | +} | |
103 | +.ortfolio-soft-bottom-des span{ | |
104 | + width:6px; | |
105 | + height:6px; | |
106 | + display: inline-block; | |
107 | + position: relative; | |
108 | +} | |
109 | +.ortfolio-soft-bottom-des span:before{ | |
110 | + position: absolute; | |
111 | + content: ''; | |
112 | + left: -10px; | |
113 | + top:50%; | |
114 | + margin-top: -6px; | |
115 | + width:6px; | |
116 | + height:6px; | |
117 | + background:rgba(66,160,251,1); | |
118 | + border-radius:50%; | |
119 | +} | |
120 | +/*硬件sta-----*/ | |
2 | 121 | .portfolio-hardware-top{ |
3 | 122 | background: #fff; |
4 | 123 | padding-top: 101px !important; |
... | ... | @@ -8,6 +127,7 @@ |
8 | 127 | color:rgba(6,14,19,.8); |
9 | 128 | font-size: 20px; |
10 | 129 | cursor: pointer; |
130 | + position: relative; | |
11 | 131 | } |
12 | 132 | .portfolio-hardware-wrap li:nth-of-type(1){ |
13 | 133 | padding-top: 60px; |
... | ... | @@ -32,26 +152,26 @@ |
32 | 152 | .portfolio-hardware-wrap li:nth-of-type(1).active{ |
33 | 153 | color: #3F9FFE; |
34 | 154 | padding-bottom: 10px; |
35 | - border-bottom: 3px solid rgba(63,159,254,1); | |
155 | + /*border-bottom: 3px solid rgba(63,159,254,1);*/ | |
36 | 156 | background: url("../images/portfolio-hardware-wrap-1-active.png") no-repeat center 0; |
37 | 157 | } |
38 | 158 | .portfolio-hardware-wrap li:nth-of-type(2).active{ |
39 | 159 | color: #3F9FFE; |
40 | 160 | padding-bottom: 10px; |
41 | - border-bottom: 3px solid rgba(63,159,254,1); | |
161 | + /*border-bottom: 3px solid rgba(63,159,254,1);*/ | |
42 | 162 | background: url("../images/portfolio-hardware-wrap-2.png") no-repeat center 0; |
43 | 163 | /*background: url("../images/portfolio-hardware-wrap-2-active.png") no-repeat center 0;*/ |
44 | 164 | } |
45 | 165 | .portfolio-hardware-wrap li:nth-of-type(3).active{ |
46 | 166 | color: #3F9FFE; |
47 | 167 | padding-bottom: 10px; |
48 | - border-bottom: 3px solid rgba(63,159,254,1); | |
168 | + /*border-bottom: 3px solid rgba(63,159,254,1);*/ | |
49 | 169 | background: url("../images/portfolio-hardware-wrap-3-active.png") no-repeat center 0; |
50 | 170 | } |
51 | 171 | .portfolio-hardware-wrap li:nth-of-type(4).active{ |
52 | 172 | color: #3F9FFE; |
53 | 173 | padding-bottom: 10px; |
54 | - border-bottom: 3px solid rgba(63,159,254,1); | |
174 | + /*border-bottom: 3px solid rgba(63,159,254,1);*/ | |
55 | 175 | background: url("../images/portfolio-hardware-wrap-4-active.png") no-repeat center 0; |
56 | 176 | } |
57 | 177 | ... | ... |
css/services.css
... | ... | @@ -68,6 +68,7 @@ |
68 | 68 | font-size:20px; |
69 | 69 | cursor: pointer; |
70 | 70 | height: 168px; |
71 | + position: relative; | |
71 | 72 | /*width: 133px;*/ |
72 | 73 | } |
73 | 74 | .services-soft-wrap li:nth-of-type(1) { |
... | ... | @@ -77,7 +78,7 @@ |
77 | 78 | .services-soft-wrap li:nth-of-type(1).active { |
78 | 79 | color: #3F9FFE; |
79 | 80 | padding-bottom: 22px; |
80 | - border-bottom: 2px solid rgba(63,159,254,1); | |
81 | + /*border-bottom: 2px solid rgba(63,159,254,1);*/ | |
81 | 82 | background: url(../images/services_titico1_active.png) no-repeat center 0; |
82 | 83 | } |
83 | 84 | .services-soft-wrap li:nth-of-type(2) { |
... | ... | @@ -89,7 +90,7 @@ |
89 | 90 | .services-soft-wrap li:nth-of-type(2).active { |
90 | 91 | color: #3F9FFE; |
91 | 92 | padding-bottom: 22px; |
92 | - border-bottom: 2px solid rgba(63,159,254,1); | |
93 | + /*border-bottom: 2px solid rgba(63,159,254,1);*/ | |
93 | 94 | background: url(../images/services_titico2_active.png) no-repeat center 0; |
94 | 95 | } |
95 | 96 | .services-soft-wrap li:nth-of-type(3) { |
... | ... | @@ -99,7 +100,7 @@ |
99 | 100 | .services-soft-wrap li:nth-of-type(3).active { |
100 | 101 | color: #3F9FFE; |
101 | 102 | padding-bottom: 22px; |
102 | - border-bottom: 2px solid rgba(63,159,254,1); | |
103 | + /*border-bottom: 2px solid rgba(63,159,254,1);*/ | |
103 | 104 | background: url(../images/services_titico3_active.png) no-repeat center 0; |
104 | 105 | } |
105 | 106 | /*1------tab 右侧 cont*/ |
... | ... | @@ -156,6 +157,7 @@ |
156 | 157 | font-size:20px; |
157 | 158 | cursor: pointer; |
158 | 159 | height: 168px; |
160 | + position: relative; | |
159 | 161 | } |
160 | 162 | .services-park-wrap li:nth-of-type(1) { |
161 | 163 | padding-top: 114px; |
... | ... | @@ -164,7 +166,7 @@ |
164 | 166 | .services-park-wrap li:nth-of-type(1).active { |
165 | 167 | color: #3F9FFE; |
166 | 168 | padding-bottom: 22px; |
167 | - border-bottom: 2px solid rgba(63,159,254,1); | |
169 | + /*border-bottom: 2px solid rgba(63,159,254,1);*/ | |
168 | 170 | background: url(../images/services_titico4_active.png) no-repeat center 0; |
169 | 171 | } |
170 | 172 | .services-park-wrap li:nth-of-type(2) { |
... | ... | @@ -176,7 +178,7 @@ |
176 | 178 | .services-park-wrap li:nth-of-type(2).active { |
177 | 179 | color: #3F9FFE; |
178 | 180 | padding-bottom: 22px; |
179 | - border-bottom: 2px solid rgba(63,159,254,1); | |
181 | + /*border-bottom: 2px solid rgba(63,159,254,1);*/ | |
180 | 182 | background: url(../images/services_titico5_active.png) no-repeat center 0; |
181 | 183 | } |
182 | 184 | .services-park-wrap li:nth-of-type(3) { |
... | ... | @@ -186,7 +188,7 @@ |
186 | 188 | .services-park-wrap li:nth-of-type(3).active { |
187 | 189 | color: #3F9FFE; |
188 | 190 | padding-bottom: 22px; |
189 | - border-bottom: 2px solid rgba(63,159,254,1); | |
191 | + /*border-bottom: 2px solid rgba(63,159,254,1);*/ | |
190 | 192 | background: url(../images/services_titico6_active.png) no-repeat center 0; |
191 | 193 | } |
192 | 194 | |
... | ... | @@ -222,6 +224,7 @@ |
222 | 224 | font-size:20px; |
223 | 225 | cursor: pointer; |
224 | 226 | height: 168px; |
227 | + position: relative; | |
225 | 228 | } |
226 | 229 | .services-user-wrap li:nth-of-type(1) { |
227 | 230 | padding-top: 114px; |
... | ... | @@ -231,7 +234,7 @@ |
231 | 234 | .services-user-wrap li:nth-of-type(1).active { |
232 | 235 | color: #3F9FFE; |
233 | 236 | padding-bottom: 22px; |
234 | - border-bottom: 2px solid rgba(63,159,254,1); | |
237 | + /*border-bottom: 2px solid rgba(63,159,254,1);*/ | |
235 | 238 | background: url(../images/services_titico7_active.png) no-repeat center 0; |
236 | 239 | } |
237 | 240 | .services-user-wrap li:nth-of-type(2) { |
... | ... | @@ -242,7 +245,7 @@ |
242 | 245 | .services-user-wrap li:nth-of-type(2).active { |
243 | 246 | color: #3F9FFE; |
244 | 247 | padding-bottom: 22px; |
245 | - border-bottom: 2px solid rgba(63,159,254,1); | |
248 | + /*border-bottom: 2px solid rgba(63,159,254,1);*/ | |
246 | 249 | background: url(../images/services_titico8_active.png) no-repeat center 0; |
247 | 250 | } |
248 | 251 | .services-user-wrap li:nth-of-type(3) { |
... | ... | @@ -252,7 +255,7 @@ |
252 | 255 | .services-user-wrap li:nth-of-type(3).active { |
253 | 256 | color: #3F9FFE; |
254 | 257 | padding-bottom: 22px; |
255 | - border-bottom: 2px solid rgba(63,159,254,1); | |
258 | + /*border-bottom: 2px solid rgba(63,159,254,1);*/ | |
256 | 259 | background: url(../images/services_titico9_active.png) no-repeat center 0; |
257 | 260 | } |
258 | 261 | /*footer sta*/ |
... | ... | @@ -306,3 +309,18 @@ |
306 | 309 | background: url("../images/services_footIco3.png") no-repeat; |
307 | 310 | /*background-size: ;*/ |
308 | 311 | } |
312 | +/*.ai-success-stories-list-bar{ | |
313 | + position: absolute; | |
314 | + left: 0; | |
315 | + bottom: 0px; | |
316 | + width: 50%; | |
317 | + height: 2px; | |
318 | + background: rgba(63,159,254,1); | |
319 | + transition:width .8s; | |
320 | + -webkit-transition:width .8s; | |
321 | +} | |
322 | +.ai-bar{ | |
323 | + width:100%; | |
324 | + transition:width .8s; | |
325 | + -webkit-transition:width .8s; | |
326 | +}*/ | ... | ... |
js/portfollo.js
1 | 1 | //软件 |
2 | 2 | $('#portfolio-soft-wrap li').on('click',function () { |
3 | 3 | var _index = $(this).index(); |
4 | - $('#portfolio-soft-wrap li').eq(_index).addClass('active').siblings().removeClass('active') | |
5 | - $('#portfolio-section-wrap>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone') | |
4 | + $('#portfolio-soft-wrap li').eq(_index).addClass('active').siblings().removeClass('active'); | |
5 | + $('#portfolio-soft-wrap li').children('div').addClass('displaynone'); | |
6 | + $('#portfolio-soft-wrap li').eq(_index).children('div').removeClass('displaynone'); | |
7 | + $('#portfolio-section-wrap>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone'); | |
6 | 8 | }) |
7 | 9 | //硬件 |
8 | 10 | $('#portfolio-hardware-wrap li').on('click',function () { |
9 | 11 | var _index = $(this).index(); |
10 | - $('#portfolio-hardware-wrap li').eq(_index).addClass('active').siblings().removeClass('active') | |
11 | - $('#portfolio-section-hardware>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone') | |
12 | + $('#portfolio-hardware-wrap li').eq(_index).addClass('active').siblings().removeClass('active'); | |
13 | + $('#portfolio-hardware-wrap li').children('div').addClass('displaynone'); | |
14 | + $('#portfolio-hardware-wrap li').eq(_index).children('div').removeClass('displaynone'); | |
15 | + $('#portfolio-section-hardware>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone'); | |
12 | 16 | }) | ... | ... |
js/services.js
... | ... | @@ -2,23 +2,31 @@ |
2 | 2 | //集团 tab 切换 |
3 | 3 | $('#services-soft-wrap li').on('click',function () { |
4 | 4 | var _index = $(this).index(); |
5 | + | |
5 | 6 | $('#services-wrap-sass').css('background-image','url(images/services_saasIco'+(_index+1)+'.png)') |
6 | - $('#services-soft-wrap li').eq(_index).addClass('active').siblings().removeClass('active') | |
7 | + $('#services-soft-wrap li').eq(_index).addClass('active').siblings().removeClass('active'); | |
8 | + $('#services-soft-wrap li').children('div').addClass('displaynone'); | |
9 | + $('#services-soft-wrap li').eq(_index).children('div').removeClass('displaynone'); | |
10 | + // $('.ai-success-stories-list-bar').css('left',100*_index); | |
7 | 11 | $('#services-section-wrap>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone') |
8 | 12 | }); |
9 | 13 | |
10 | 14 | //车场 tab 切换 |
11 | 15 | $('#services-park-wrap li').on('click',function () { |
12 | 16 | var _index = $(this).index(); |
13 | - $('#services_parkIco').css('background-image','url(images/services_parkIco'+(_index+1)+'.png)') | |
14 | - $('#services-park-wrap li').eq(_index).addClass('active').siblings().removeClass('active') | |
15 | - $('#services-section-park>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone') | |
17 | + $('#services_parkIco').css('background-image','url(images/services_parkIco'+(_index+1)+'.png)'); | |
18 | + $('#services-park-wrap li').eq(_index).addClass('active').siblings().removeClass('active'); | |
19 | + $('#services-park-wrap li').children('div').addClass('displaynone'); | |
20 | + $('#services-park-wrap li').eq(_index).children('div').removeClass('displaynone'); | |
21 | + $('#services-section-park>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone'); | |
16 | 22 | }); |
17 | 23 | |
18 | 24 | //车主 tab 切换 |
19 | 25 | $('#services-user-wrap li').on('click',function () { |
20 | 26 | var _index = $(this).index(); |
21 | - $('#services_userIco').css('background-image','url(images/services_userIco'+(_index+1)+'.png)') | |
22 | - $('#services-user-wrap li').eq(_index).addClass('active').siblings().removeClass('active') | |
23 | - $('#services-section-user>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone') | |
27 | + $('#services_userIco').css('background-image','url(images/services_userIco'+(_index+1)+'.png)'); | |
28 | + $('#services-user-wrap li').eq(_index).addClass('active').siblings().removeClass('active'); | |
29 | + $('#services-user-wrap li').children('div').addClass('displaynone'); | |
30 | + $('#services-user-wrap li').eq(_index).children('div').removeClass('displaynone'); | |
31 | + $('#services-section-user>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone'); | |
24 | 32 | }); | ... | ... |
portfolio.html
... | ... | @@ -78,12 +78,15 @@ |
78 | 78 | <ul class="portfolio-soft-wrap" id="portfolio-soft-wrap"> |
79 | 79 | <li class="text-center col-md-4 active"> |
80 | 80 | 任你停 |
81 | + <div class="ai-success-stories-list-bar"></div> | |
81 | 82 | </li> |
82 | 83 | <li class="text-center col-md-4"> |
83 | 84 | 企业云平台 |
85 | + <div class="ai-success-stories-list-bar displaynone"></div> | |
84 | 86 | </li> |
85 | 87 | <li class="text-center col-md-4"> |
86 | 88 | 数据分析平台 |
89 | + <div class="ai-success-stories-list-bar displaynone"></div> | |
87 | 90 | </li> |
88 | 91 | </ul> |
89 | 92 | </div> |
... | ... | @@ -178,15 +181,19 @@ |
178 | 181 | <ul class="portfolio-hardware-wrap" id="portfolio-hardware-wrap"> |
179 | 182 | <li class="text-center col-md-3 active"> |
180 | 183 | 封闭式设备 |
184 | + <div class="ai-success-stories-list-bar"></div> | |
181 | 185 | </li> |
182 | 186 | <li class="text-center col-md-3"> |
183 | 187 | 开放式设备 |
188 | + <div class="ai-success-stories-list-bar displaynone"></div> | |
184 | 189 | </li> |
185 | 190 | <li class="text-center col-md-3"> |
186 | 191 | 场内引导设备 |
192 | + <div class="ai-success-stories-list-bar displaynone"></div> | |
187 | 193 | </li> |
188 | 194 | <li class="text-center col-md-3"> |
189 | 195 | 停车诱导设备 |
196 | + <div class="ai-success-stories-list-bar displaynone"></div> | |
190 | 197 | </li> |
191 | 198 | |
192 | 199 | </ul> | ... | ... |
services.html
... | ... | @@ -71,14 +71,18 @@ |
71 | 71 | <li class="text-center col-md-6 services-wrap-left-1" id="services-wrap-sass"></li> |
72 | 72 | <li class="text-center col-md-6 services-wrap-right-1"> |
73 | 73 | <ul class="services-soft-wrap" id="services-soft-wrap"> |
74 | + | |
74 | 75 | <li class="text-center float-left active"> |
75 | 76 | SAAS平台 |
77 | + <div class="ai-success-stories-list-bar"></div> | |
76 | 78 | </li> |
77 | 79 | <li class="text-center float-left"> |
78 | 80 | 监控中心 |
81 | + <div class="ai-success-stories-list-bar displaynone"></div> | |
79 | 82 | </li> |
80 | 83 | <li class="text-center float-left"> |
81 | 84 | 数据互联 |
85 | + <div class="ai-success-stories-list-bar displaynone"></div> | |
82 | 86 | </li> |
83 | 87 | </ul> |
84 | 88 | <ul class="services-section-wrap" id="services-section-wrap"> |
... | ... | @@ -123,12 +127,15 @@ |
123 | 127 | <ul class="services-park-wrap" id="services-park-wrap"> |
124 | 128 | <li class="text-center float-left active"> |
125 | 129 | 车场服务 |
130 | + <div class="ai-success-stories-list-bar"></div> | |
126 | 131 | </li> |
127 | 132 | <li class="text-center float-left"> |
128 | 133 | 云平台 |
134 | + <div class="ai-success-stories-list-bar displaynone"></div> | |
129 | 135 | </li> |
130 | 136 | <li class="text-center float-left"> |
131 | 137 | 政府云 |
138 | + <div class="ai-success-stories-list-bar displaynone"></div> | |
132 | 139 | </li> |
133 | 140 | </ul> |
134 | 141 | <ul class="services-section-park" id="services-section-park"> |
... | ... | @@ -181,12 +188,15 @@ |
181 | 188 | <ul class="services-user-wrap" id="services-user-wrap"> |
182 | 189 | <li class="text-center float-left active"> |
183 | 190 | 车主服务 |
191 | + <div class="ai-success-stories-list-bar"></div> | |
184 | 192 | </li> |
185 | 193 | <li class="text-center float-left"> |
186 | 194 | 移动APP |
195 | + <div class="ai-success-stories-list-bar displaynone"></div> | |
187 | 196 | </li> |
188 | 197 | <li class="text-center float-left"> |
189 | 198 | 会员服务 |
199 | + <div class="ai-success-stories-list-bar displaynone"></div> | |
190 | 200 | </li> |
191 | 201 | </ul> |
192 | 202 | <ul class="services-section-user" id="services-section-user"> | ... | ... |
style.css
... | ... | @@ -104,24 +104,7 @@ a:hover{ |
104 | 104 | .tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;} |
105 | 105 | |
106 | 106 | |
107 | -/*breadcrumb*/ | |
108 | -.breadcrumb{ | |
109 | - width: 100%; | |
110 | - height: 682px; | |
111 | - background:url('images/breadcrumb-bg.png'); | |
112 | - background-size:100% 100%; | |
113 | - background-repeat:no-repeat; | |
114 | 107 | |
115 | -} | |
116 | -.breadcrumb-text{ | |
117 | - text-align: center; | |
118 | - padding-top: 300px; | |
119 | - color: #fff; | |
120 | - font-size: 71px; | |
121 | -} | |
122 | -#portfolio-soft-top{ | |
123 | - background: #fff; | |
124 | -} | |
125 | 108 | .section-title-name{ |
126 | 109 | font-size: 36px; |
127 | 110 | font-weight: 500; |
... | ... | @@ -132,109 +115,10 @@ a:hover{ |
132 | 115 | text-align: center; |
133 | 116 | margin-bottom: 40px; |
134 | 117 | } |
135 | - | |
136 | -.portfolio-soft-wrap li{ | |
137 | - color:rgba(6,14,19,.8); | |
138 | - font-size: 20px; | |
139 | - cursor: pointer; | |
140 | -} | |
141 | -.portfolio-soft-wrap li:nth-of-type(1){ | |
142 | - padding-top: 60px; | |
143 | - background: url("images/portfolio-soft-wrap-1.png") no-repeat center 0; | |
144 | - | |
145 | -} | |
146 | -.portfolio-soft-wrap li:nth-of-type(2){ | |
147 | - padding-top: 60px; | |
148 | - background: url("images/portfolio-soft-wrap-2.png") no-repeat center 0; | |
149 | - | |
150 | -} | |
151 | -.portfolio-soft-wrap li:nth-of-type(3){ | |
152 | - padding-top: 60px; | |
153 | - background: url("images/portfolio-soft-wrap-3.png") no-repeat center 0; | |
154 | - | |
155 | -} | |
156 | -.portfolio-soft-wrap li:nth-of-type(1).active{ | |
157 | - color: #3F9FFE; | |
158 | - padding-bottom: 10px; | |
159 | - border-bottom: 3px solid rgba(63,159,254,1); | |
160 | - background: url("images/portfolio-soft-wrap-1-active.png") no-repeat center 0; | |
161 | -} | |
162 | -.portfolio-soft-wrap li:nth-of-type(2).active{ | |
163 | - color: #3F9FFE; | |
164 | - padding-bottom: 10px; | |
165 | - border-bottom: 3px solid rgba(63,159,254,1); | |
166 | - background: url("images/portfolio-soft-wrap-2-active.png") no-repeat center 0; | |
167 | -} | |
168 | -.portfolio-soft-wrap li:nth-of-type(3).active{ | |
169 | - color: #3F9FFE; | |
170 | - padding-bottom: 10px; | |
171 | - border-bottom: 3px solid rgba(63,159,254,1); | |
172 | - background: url("images/portfolio-soft-wrap-3-active.png") no-repeat center 0; | |
173 | -} | |
174 | - | |
175 | -.portfolio-section-wrap{ | |
176 | - min-height: 596px; | |
177 | -} | |
178 | -.portfolio-section-wrap>li{ | |
179 | -} | |
180 | -.portfolio-section-wrap>li li{ | |
181 | - height: 596px; | |
182 | -} | |
183 | 118 | .displaynone{ |
184 | 119 | display: none; |
185 | 120 | } |
186 | -.ortfolio-soft-bottom-1>li:nth-of-type(1){ | |
187 | - background: url("images/ortfolio-soft-mobile.gif") no-repeat center center; | |
188 | - background-size: 100% 80%; | |
189 | -} | |
190 | -.ortfolio-soft-bottom-1 li:nth-of-type(2){ | |
191 | - padding-left: 100px; | |
192 | -} | |
193 | -.ortfolio-soft-bottom-2 li:nth-of-type(1){ | |
194 | - background: url("images/ortfolio-soft-pc1.gif") no-repeat center center; | |
195 | - background-size: 100% 70%; | |
196 | -} | |
197 | -.ortfolio-soft-bottom-2 li:nth-of-type(2){ | |
198 | - padding-left:100px; | |
199 | -} | |
200 | -.ortfolio-soft-bottom-3 li:nth-of-type(1){ | |
201 | - background: url("images/ortfolio-soft-pc2.gif") no-repeat center center; | |
202 | - background-size: 100% 70%; | |
203 | -} | |
204 | -.ortfolio-soft-bottom-3 li:nth-of-type(2){ | |
205 | - padding-left:100px; | |
206 | -} | |
207 | -.ortfolio-soft-bottom-title{ | |
208 | - font-size:30px; | |
209 | - font-weight:bold; | |
210 | - color:rgba(0,0,0,.8); | |
211 | - margin: 239px 0 27px; | |
212 | - text-align: left; | |
213 | -} | |
214 | -.ortfolio-soft-bottom-des{ | |
215 | - font-size: 16px; | |
216 | - text-align: left; | |
217 | - color:rgba(0,0,0,.6); | |
218 | - padding-left: 20px; | |
219 | - position: relative; | |
220 | -} | |
221 | -.ortfolio-soft-bottom-des span{ | |
222 | - width:6px; | |
223 | - height:6px; | |
224 | - display: inline-block; | |
225 | - position: relative; | |
226 | -} | |
227 | -.ortfolio-soft-bottom-des span:before{ | |
228 | - position: absolute; | |
229 | - content: ''; | |
230 | - left: -10px; | |
231 | - top:50%; | |
232 | - margin-top: -6px; | |
233 | - width:6px; | |
234 | - height:6px; | |
235 | - background:rgba(66,160,251,1); | |
236 | - border-radius:50%; | |
237 | -} | |
121 | + | |
238 | 122 | .slicknav_menu{ |
239 | 123 | display:none; |
240 | 124 | } |
... | ... | @@ -2609,3 +2493,34 @@ a:hover{ |
2609 | 2493 | } |
2610 | 2494 | } |
2611 | 2495 | |
2496 | +/*bordr css3 */ | |
2497 | +.ai-success-stories-list-bar { | |
2498 | + width:100%; | |
2499 | + height:2px; | |
2500 | + background:rgba(63,159,254,1); | |
2501 | + position:absolute; | |
2502 | + bottom: 0; | |
2503 | + left: 0; | |
2504 | + animation:myfirst 0.3s; | |
2505 | + -moz-animation:myfirst 0.3s; /* Firefox */ | |
2506 | + -webkit-animation:myfirst 0.3s; /* Safari and Chrome */ | |
2507 | + -o-animation:myfirst 0.3s; /* Opera */ | |
2508 | +} | |
2509 | + | |
2510 | +@keyframes myfirst | |
2511 | +{ | |
2512 | + 0% {width:0%;} | |
2513 | + 25% {width:25%;} | |
2514 | + 50% {width:50%;} | |
2515 | + 75% {width:75%;} | |
2516 | + 100% {width:100%;} | |
2517 | +} | |
2518 | + | |
2519 | +@-webkit-keyframes myfirst /*Safari and Chrome*/ | |
2520 | +{ | |
2521 | + 0% {width:0%;} | |
2522 | + 25% {width:25%;} | |
2523 | + 50% {width:50%;} | |
2524 | + 75% {width:75%;} | |
2525 | + 100% {width:100%;} | |
2526 | +} | |
2612 | 2527 | \ No newline at end of file | ... | ... |