Newer
Older
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
page-key {
.item2, .item3, .item4, .item5 {
padding:40px 10px;
}
.item3{
background-color: #fff;
-webkit-transition: height 500ms;
-moz-transition: height 500ms;
-ms-transition: height 500ms;
-o-transition: height 500ms;
transition: height 500ms;
}
.item2-1, .item3-1, .item4-1, .item5-1 {
font-size: 10px;
background-color: #ffffff;
padding-top: 15px;
}
.icon2 {
color: aqua;
margin-left: 6px;
font-size: 16px;
}
.common_applications {
color: #666666;
font-size: 16px;
}
.item2-2, .item3-2, .item4-2, .item5-2 {
background-color: #ffffff;
padding-bottom: 8px;
}
.item2-2, .item3-2 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: space-between;
justify-content: left;
box-sizing: border-box;
}
.item2-2 > div, .item3-2 >div{
width: 33%;
margin-bottom: 10px;
text-align: center;
}
.card3-item {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
color: #ffffff;
}
.card {
height: 100%;
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
position: relative;
background-color: #f2f5f7;
color: #666666;
padding: 15px;
border-radius: 6px;
}
.card img:first-child {
width: 60%;
}
.icon2-2 {
color: #488afe;
font-size: 40px;
}
}