_activity.scss
1.51 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
.activity-main {
margin: 30px 0 50px 0;
}
.activity-content {
display: none;
&:first-child {
display: block;
}
&.current {
display: block;
}
}
.activity-content .section {
width: 820px;
text-align: center;
margin: 0 auto 20px;
p {
text-align: left;
font-size: 14px;
line-height: 18px;
color: #000;
}
h4 {
text-align: left;
font-weight: bold;
}
}
.video-wrap {
.layout-item {
height: 362px;
margin: 0 28px 0 0;
.image-box {
height: 198px;
overflow: hidden;
img {
width: 100%;
height: 100%;
}
}
}
}
.activity-cooperation .section {
text-align: left;
margin: 0 0 12px 0;
h2 {
color: #000;
line-height: 20px;
font-size: 18px;
font-weight: bold;
}
}
.contant-tab {
margin: 30px 0 0 0;
text-align: center;
ul {
display: inline-block;
li {
float: left;
margin-left: 18px;
a {
display: block;
padding: 0 10px;
line-height: 30px;
color: #000;
border: 2px solid #7e7e7e;
border-radius: 2px;
font-size: 14px;
}
}
&:first-child {
margin-left: 0;
}
li.current a {
background: #000;
color: #fff;
}
}
}