Blame view

css/portfollo.css 6.98 KB
f2386841   Andy   产品页 add css3
1
2
3
  /*breadcrumb*/
  .breadcrumb{
      width: 100%;
d66b241f   liuqimichale   banner和百度地图
4
      height: 540px;
f2386841   Andy   产品页 add css3
5
6
7
      background:url('../images/breadcrumb-bg.png');
      background-size:100% 100%;
      background-repeat:no-repeat;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
8
  
f2386841   Andy   产品页 add css3
9
10
11
  }
  .breadcrumb-text{
      text-align: center;
6e350ac4   liuqimichale   产品 banner
12
      padding-top: 210px;
f2386841   Andy   产品页 add css3
13
      color: #fff;
6e350ac4   liuqimichale   产品 banner
14
      font-size: 44px;
f2386841   Andy   产品页 add css3
15
16
  }
  #portfolio-soft-top{
763188c7   liuqimichale   产品 硬件平台
17
      padding-bottom: 0;
f2386841   Andy   产品页 add css3
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
      background: #fff;
  }
  /*软件sta-----*/
  .portfolio-soft-wrap li{
      color:rgba(6,14,19,.8);
      font-size: 20px;
      cursor: pointer;
      position: relative;
  }
  .portfolio-soft-wrap li:nth-of-type(1){
      padding-top: 60px;
      background: url("../images/portfolio-soft-wrap-1.png") no-repeat center 0;
  
  }
  .portfolio-soft-wrap li:nth-of-type(2){
      padding-top: 60px;
      background: url("../images/portfolio-soft-wrap-2.png") no-repeat center 0;
  
  }
  .portfolio-soft-wrap li:nth-of-type(3){
      padding-top: 60px;
      background: url("../images/portfolio-soft-wrap-3.png") no-repeat center 0;
  
  }
  .portfolio-soft-wrap li:nth-of-type(1).active{
      color: #3F9FFE;
      padding-bottom: 10px;
      /*border-bottom: 3px solid rgba(63,159,254,1);*/
      background: url("../images/portfolio-soft-wrap-1-active.png") no-repeat center 0;
  }
  .portfolio-soft-wrap li:nth-of-type(2).active{
      color: #3F9FFE;
      padding-bottom: 10px;
      /*border-bottom: 3px solid rgba(63,159,254,1);*/
      background: url("../images/portfolio-soft-wrap-2-active.png") no-repeat center 0;
  }
  .portfolio-soft-wrap li:nth-of-type(3).active{
      color: #3F9FFE;
      padding-bottom: 10px;
      /*border-bottom: 3px solid rgba(63,159,254,1);*/
      background: url("../images/portfolio-soft-wrap-3-active.png") no-repeat center 0;
  }
  
  .portfolio-section-wrap{
      min-height: 596px;
  }
  .portfolio-section-wrap>li{
  }
  .portfolio-section-wrap>li li{
763188c7   liuqimichale   产品 硬件平台
67
      height: 500px;
f2386841   Andy   产品页 add css3
68
69
70
  }
  .ortfolio-soft-bottom-1>li:nth-of-type(1){
      background: url("../images/ortfolio-soft-mobile.gif") no-repeat center center;
763188c7   liuqimichale   产品 硬件平台
71
      background-size: 100% 100%;
f2386841   Andy   产品页 add css3
72
73
74
75
76
77
  }
  .ortfolio-soft-bottom-1 li:nth-of-type(2){
      padding-left: 100px;
  }
  .ortfolio-soft-bottom-2 li:nth-of-type(1){
      background: url("../images/ortfolio-soft-pc1.gif") no-repeat center center;
763188c7   liuqimichale   产品 硬件平台
78
      background-size: 100% 80%;
f2386841   Andy   产品页 add css3
79
80
81
82
83
84
  }
  .ortfolio-soft-bottom-2 li:nth-of-type(2){
      padding-left:100px;
  }
  .ortfolio-soft-bottom-3 li:nth-of-type(1){
      background: url("../images/ortfolio-soft-pc2.gif") no-repeat center center;
763188c7   liuqimichale   产品 硬件平台
85
      background-size: 100% 80%;
f2386841   Andy   产品页 add css3
86
87
88
89
90
  }
  .ortfolio-soft-bottom-3 li:nth-of-type(2){
      padding-left:100px;
  }
  .ortfolio-soft-bottom-title{
763188c7   liuqimichale   产品 硬件平台
91
      font-size:26px;
f2386841   Andy   产品页 add css3
92
      font-weight:bold;
763188c7   liuqimichale   产品 硬件平台
93
94
      color:#333;
      margin: 155px 0 27px;
f2386841   Andy   产品页 add css3
95
96
97
      text-align: left;
  }
  .ortfolio-soft-bottom-des{
763188c7   liuqimichale   产品 硬件平台
98
99
      margin: 10px 0 20px;
      font-size: 18px;
763188c7   liuqimichale   产品 硬件平台
100
      color: #666;
f2386841   Andy   产品页 add css3
101
      position: relative;
763188c7   liuqimichale   产品 硬件平台
102
      text-align: left;
f2386841   Andy   产品页 add css3
103
104
105
106
  }
  .ortfolio-soft-bottom-des span{
      width:6px;
      height:6px;
763188c7   liuqimichale   产品 硬件平台
107
      margin-right: 10px;
f2386841   Andy   产品页 add css3
108
109
110
111
112
113
      display: inline-block;
      position: relative;
  }
  .ortfolio-soft-bottom-des span:before{
      position: absolute;
      content: '';
f2386841   Andy   产品页 add css3
114
115
116
117
118
119
120
      top:50%;
      margin-top: -6px;
      width:6px;
      height:6px;
      background:rgba(66,160,251,1);
      border-radius:50%;
  }
763188c7   liuqimichale   产品 硬件平台
121
122
123
  .padding20-0-70{
      padding: 20px 0 70px;
  }
f2386841   Andy   产品页 add css3
124
  /*硬件sta-----*/
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
125
126
  .portfolio-hardware-top{
      background: #fff;
763188c7   liuqimichale   产品 硬件平台
127
128
      padding-top: 70px !important;
      padding-bottom: 0;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
129
130
131
132
133
134
  }
  
  .portfolio-hardware-wrap li{
      color:rgba(6,14,19,.8);
      font-size: 20px;
      cursor: pointer;
f2386841   Andy   产品页 add css3
135
      position: relative;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
136
137
138
139
140
141
142
143
  }
  .portfolio-hardware-wrap li:nth-of-type(1){
      padding-top: 60px;
      background: url("../images/portfolio-hardware-wrap-1.png") no-repeat center 0;
  
  }
  .portfolio-hardware-wrap li:nth-of-type(2){
      padding-top: 60px;
ff43139b   Andy   产品界面 硬件平台 部分完成
144
      background: url("../images/portfolio-hardware-wrap-2-active.png") no-repeat center 0;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
  
  }
  .portfolio-hardware-wrap li:nth-of-type(3){
      padding-top: 60px;
      background: url("../images/portfolio-hardware-wrap-3.png") no-repeat center 0;
  
  }
  .portfolio-hardware-wrap li:nth-of-type(4){
      padding-top: 60px;
      background: url("../images/portfolio-hardware-wrap-4.png") no-repeat center 0;
  
  }
  .portfolio-hardware-wrap li:nth-of-type(1).active{
      color: #3F9FFE;
      padding-bottom: 10px;
f2386841   Andy   产品页 add css3
160
      /*border-bottom: 3px solid rgba(63,159,254,1);*/
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
161
162
163
164
165
      background: url("../images/portfolio-hardware-wrap-1-active.png") no-repeat center 0;
  }
  .portfolio-hardware-wrap li:nth-of-type(2).active{
      color: #3F9FFE;
      padding-bottom: 10px;
f2386841   Andy   产品页 add css3
166
      /*border-bottom: 3px solid rgba(63,159,254,1);*/
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
167
168
169
170
171
172
      background: url("../images/portfolio-hardware-wrap-2.png") no-repeat center 0;
      /*background: url("../images/portfolio-hardware-wrap-2-active.png") no-repeat center 0;*/
  }
  .portfolio-hardware-wrap li:nth-of-type(3).active{
      color: #3F9FFE;
      padding-bottom: 10px;
f2386841   Andy   产品页 add css3
173
      /*border-bottom: 3px solid rgba(63,159,254,1);*/
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
174
175
176
177
178
      background: url("../images/portfolio-hardware-wrap-3-active.png") no-repeat center 0;
  }
  .portfolio-hardware-wrap li:nth-of-type(4).active{
      color: #3F9FFE;
      padding-bottom: 10px;
f2386841   Andy   产品页 add css3
179
      /*border-bottom: 3px solid rgba(63,159,254,1);*/
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
180
181
182
183
      background: url("../images/portfolio-hardware-wrap-4-active.png") no-repeat center 0;
  }
  
  .portfolio-section-wrap{
16521b31   liuqimichale   产品自适应
184
  
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
185
186
  }
  .portfolio-section-wrap>li{
16521b31   liuqimichale   产品自适应
187
  
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
188
189
  }
  .portfolio-section-wrap>li li{
16521b31   liuqimichale   产品自适应
190
  
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
191
192
193
194
  }
  .displaynone{
      display: none;
  }
15cf61be   Andy   产品界面 add 硬件平台
195
196
197
198
199
200
201
  .ortfolio-hardware-bottom-title {
      font-size: 30px;
      font-weight: bold;
      color: rgba(0,0,0,.8);
      margin: 0px 0 27px;
      text-align: left;
  }
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
202
  .ortfolio-hardware-bottom-1>li:nth-of-type(1){
16521b31   liuqimichale   产品自适应
203
      /*width: 460px;*/
15cf61be   Andy   产品界面 add 硬件平台
204
      height: 200px;
b75babf1   liuqimichale   产品介绍
205
      margin: 190px auto 0 ;
85761138   liuqimichale   产品介绍
206
      padding-right: 100px;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
207
208
  }
  .ortfolio-hardware-bottom-1 li:nth-of-type(2){
15cf61be   Andy   产品界面 add 硬件平台
209
      /*padding-left: 100px;*/
16521b31   liuqimichale   产品自适应
210
211
      background: url("../images/produect_dev1.png") no-repeat center 0;
      /*width: 578px;*/
b75babf1   liuqimichale   产品介绍
212
      height: 500px;
85761138   liuqimichale   产品介绍
213
      background-size: 578px 500px;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
214
215
  }
  .ortfolio-hardware-bottom-2 li:nth-of-type(1){
b75babf1   liuqimichale   产品介绍
216
217
      margin-top: 190px;
      height: 200px;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
218
219
  }
  .ortfolio-hardware-bottom-2 li:nth-of-type(2){
16521b31   liuqimichale   产品自适应
220
221
      background: url("../images/produect_dev4.png") no-repeat center 0;
      /*width: 383px;*/
b75babf1   liuqimichale   产品介绍
222
      height: 500px;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
223
224
  }
  .ortfolio-hardware-bottom-3 li:nth-of-type(1){
36e8ecf7   liuqimichale   产品介绍
225
      margin-top: 130px;
b75babf1   liuqimichale   产品介绍
226
      height: 200px;
266aaa10   Andy   产品界面 硬件平台 部分完成
227
      /*padding-left: 50px;*/
16521b31   liuqimichale   产品自适应
228
229
      /*width: 460px;*/
      /*margin-left: 100px;*/
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
230
231
  }
  .ortfolio-hardware-bottom-3 li:nth-of-type(2){
b75babf1   liuqimichale   产品介绍
232
      background: url("../images/produect_dev3.png") no-repeat center center;
16521b31   liuqimichale   产品自适应
233
      /*width: 298px;*/
b75babf1   liuqimichale   产品介绍
234
      height: 500px;
16521b31   liuqimichale   产品自适应
235
      /*margin-left: 108px;*/
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
236
237
  
  }
15cf61be   Andy   产品界面 add 硬件平台
238
  .ortfolio-hardware-bottom-4 li:nth-of-type(1){
36e8ecf7   liuqimichale   产品介绍
239
      margin-top: 110px;
b75babf1   liuqimichale   产品介绍
240
      height: 200px;
15cf61be   Andy   产品界面 add 硬件平台
241
242
  }
  .ortfolio-hardware-bottom-4 li:nth-of-type(2){
b75babf1   liuqimichale   产品介绍
243
      background: url("../images/produect_dev2.png") no-repeat center center;
16521b31   liuqimichale   产品自适应
244
      /*width: 297px;*/
b75babf1   liuqimichale   产品介绍
245
      height: 500px;
16521b31   liuqimichale   产品自适应
246
      /*margin-left: 180px;*/
15cf61be   Andy   产品界面 add 硬件平台
247
  }
b75babf1   liuqimichale   产品介绍
248
249
250
  .ortfolio-hardware-bottom-1{
  
  }
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
251
  .ortfolio-hardware-bottom-title{
b75babf1   liuqimichale   产品介绍
252
      font-size:26px;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
253
254
      font-weight:bold;
      color:rgba(0,0,0,.8);
15cf61be   Andy   产品界面 add 硬件平台
255
      /*margin: 239px 0 27px;*/
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
256
257
258
259
260
261
262
263
264
265
266
267
268
      text-align: left;
  }
  .ortfolio-hardware-bottom-des{
      font-size: 16px;
      text-align: left;
      color:rgba(0,0,0,.6);
      padding-left: 20px;
      position: relative;
  }
  .ortfolio-hardware-bottom-des:before{
      position: absolute;
      content: '';
      left: 0;
15cf61be   Andy   产品界面 add 硬件平台
269
      top:10px;
8cf8c4c7   Andy   产品界面 add 硬件平台 以及icon
270
271
272
273
274
      margin-top: -3px;
      width:6px;
      height:6px;
      background:rgba(66,160,251,1);
      border-radius:50%;
16521b31   liuqimichale   产品自适应
275
  }