-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
83 lines (63 loc) · 1.25 KB
/
Copy pathindex.css
File metadata and controls
83 lines (63 loc) · 1.25 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
:root{
--bg-color: #F0F3F4;
--font-color:#22577A;
--white:#FFFFFF;
--black:#000000;
}
body{
background-color: var(--bg-color);
}
/* 헤더 */
.header{
}
.wrap{
width: 576px;
height: 14316.87px;
}
.AnnouncementUpper{
display: flex;
align-items: center;
padding: 12px 24px;
width: 190px;
height: 31px;
background: #22577A;
border-radius: 20px;
/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
transform: translate(50%,50%);
}
/* AnnouncementUpperText */
.AnnouncementUpperText {
width: 3166px;
height: 19px;
font-family: 'Pretendard';
font-style: normal;
font-weight: 450;
font-size: 16;
line-height: 19;
display: flex;
align-items: center;
text-align: center;
color: #FFFFFF;
/* Inside auto layout */
}
.AnnouncementUpperText p{
flex: none;
order: 0;
flex-grow: 0;
}
.AnnouncementLower{
width: Fill 240px;
height: Hug 484px;
padding: 24px 0px 24px 0px;
gap: 24px;
opacity: 0px;
}
.AnnouncementLowerContent1{
width: Fill 240px;
height: Hug 109px;
gap: 5px;
opacity: 0px;
}