-
Notifications
You must be signed in to change notification settings - Fork 1
/
list_cooperation.css
90 lines (69 loc) · 1.22 KB
/
list_cooperation.css
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
.list-cooperation {
background-color: #efefef;
margin-bottom: 10px;
width: 100%;
height: 148px;
display: flex;
justify-content: center;
}
.list-cooperation-box {
width: 1139px;
height: 100%;
display: flex;
flex-direction: column;
}
.titile-list-cooperation {
text-transform: uppercase;
float: left;
font-size: 14px;
color: rgba(0,0,0,0.88);
font-weight: bold;
text-transform: uppercase;
margin: 16px 0px 0px 0px;
}
.list-cooperation-logo-box {
height: 100px;
display: flex;
justify-content: space-between;
align-items: center;
/* border: 1px solid;*/
margin: 0px 28px;
position: relative;
}
.list-cooperation-logo-box a {
text-decoration: none;
}
.button {
height: 56px;
width: 56px;
background-color: rgba(255,255,255,0.8);
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
position: absolute;
}
.button a {
color: rgba(0,0,0,0.5);
}
.left-button {
left: -37px;
top: 25%;
}
.right-button {
right: -30px;
top: 25%;
}
.list_cooperation-icon {
font-size: 2.3em !important;
}
/*.list-cooperation-logo {
margin-right: 30px;
border: 1px solid black;
}
.list-cooperation-logo-1 {
margin-left: 28px;
}
.list-cooperation-logo-5 {
margin-right: 28px
}*/