joinous.css
1.3 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
.joinous-bg{
width: 100%;
height: 540px;
background: url(../images/leaguetopbar_BG.jpg);
background-size: 100% 100%;
background-repeat: no-repeat;
}
.joinous-bg-title{
margin: 191px auto 0;
font-size: 44px;
color: #fff;
}
.joinous-title-btn{
margin: 20px auto 0;
width: 188px;
height: 40px;
text-align: center;
line-height: 40px;
font-size: 16px;
color: #fff;
background-color: #32be97;
border-radius: 20px;
cursor: pointer;
}
.join-title{
font-size: 36px;
font-weight: 500;
text-transform: uppercase;
padding-bottom: 15px;
margin-bottom: 15px;
position: relative;
text-align: center;
}
.business-type-title{
font-size: 20px;
color: #545454;
margin-bottom: 10px;
}
.business-type-des{
font-size: 14px;
color: #888990;
width: 196px;
margin: 0 auto;
}
.teamwork-wrap li div{
border-radius: 5px;
box-shadow: 0 0 10px rgba(50,50,50,.1);
margin-bottom: 15px;
text-align: center;
color: #ff0202;
font-size: 32px;
height: 100px;
line-height: 100px;
background-color: #fff;
}
.teamwork-wrap li:nth-of-type(2n+0) div {
color: #1f2b3d;
}
.inrroduce-container li{
margin: 10px 0 20px;
font-size: 18px;
height: 36px;
line-height: 20px;
color: #666;
}