services.css
2.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
.services-banner{
width: 100%;
height: 600px;
background: url(../images/services_bgIxo.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}
.services-bannertit{
width:600px;
height:50px;
line-height: 50px;
font-size:48px;
font-weight:500;
color:rgba(255,255,255,1);
text-align: center;
margin: 191px auto 44px;
}
.services-bannertext{
width:450px;
height:25px;
line-height:25px;
font-size:24px;
font-weight:500;
color:rgba(255,255,255,1);
text-align: center;
margin: 0 auto;
}
.services-content{
background-color: #fff;
}
/*tab sta */
.services-wrap{
height: 680px;
width: 1200px;
margin: 0 auto;
}
.services-wrap-left-1{
background: url("../images/services_saasIco.png") no-repeat;
width: 542px;
height: 494px;
margin-top: 102px;
margin-left: 50px;
}
.services-wrap-right-1{
width: 543px;
height: 400px;
margin-top: 177px;
margin-left: 50px;
}
/*tab 右侧 切换部分 sta*/
.services-soft-wrap{
height: 168px;
width: 100%;
border-bottom: 2px solid rgba(228,229,229,1);;
}
.services-soft-wrap li {
color: rgba(6,14,19,.8);
font-size:20px;
cursor: pointer;
height: 168px;
width: 133px;
}
.services-soft-wrap li:nth-of-type(1) {
padding-top: 114px;
background: url(../images/services_titico1_active.png) no-repeat center 0;
margin-right: 72px;
}
.services-soft-wrap li:nth-of-type(1).active {
color: #3F9FFE;
padding-bottom: 22px;
border-bottom: 2px solid rgba(63,159,254,1);
background: url(../images/services_titico1_active.png) no-repeat center 0;
}
.services-soft-wrap li:nth-of-type(2) {
padding-top: 114px;
background: url(../images/services_titico2.png) no-repeat center 0;
margin-right: 72px;
}
.services-soft-wrap li:nth-of-type(2).active {
color: #3F9FFE;
padding-bottom: 22px;
border-bottom: 2px solid rgba(63,159,254,1);
background: url(../images/services_titico2_active.png) no-repeat center 0;
}
.services-soft-wrap li:nth-of-type(3) {
padding-top: 114px;
background: url(../images/services_titico3.png) no-repeat center 0;
}
.services-soft-wrap li:nth-of-type(3).active {
color: #3F9FFE;
padding-bottom: 22px;
border-bottom: 2px solid rgba(63,159,254,1);
background: url(../images/services_titico3_active.png) no-repeat center 0;
}
/*tab 右侧 cont*/
.services-section-wrap{
height: 100px;
margin-top: 58px;
width: 400px;
}
.services-soft-bottom-title{
width:230px;
height:30px;
font-size:30px;
font-weight:500;
color:rgba(0,0,0,1);
margin-bottom: 22px;
}
.services-soft-bottom-des{
text-align: left;
width:400px;
height:44px;
line-height: 22px;
font-size:16px;
font-weight:400;
color:rgba(0,0,0,0.7);
}