-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost_correct.css
99 lines (97 loc) · 1.62 KB
/
post_correct.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
91
92
93
94
95
96
97
98
99
body {
width: 1920px;
height: 1080px;
}
.header{
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
text-align: center;
}
.title{
width: 206px;
font-weight: 400;
font-size: 32px;
white-space: nowrap;
}
.navigate_icon{
width: 40px;
height: 40px;
}
.profile_img{
width: 36px;
height: 36px;
border-radius: 50%;
}
.wrap{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.horizontal-rule1 {
width: 100%;
height: 1px;
margin-bottom: 0px;
}
.title_category{
font-size: 24px;
font-weight: 700;
margin: 30px;
}
.post_correct{
width: 570px;
text-align: left;
}
.post_correct_title{
height: 30px;
font-size: 16px;
font-weight: 700;
}
.post_correct_titleInput{
height: 30px;
line-height: 30px;
font-size: 16px;
font-weight: 700;
}
.post_correct_content{
font-size: 16px;
font-weight: 700;
height: 30px;
line-height: 30px;
}
.post_correct_contentInput{
font-size: 15px;
font-weight: 400;
}
post_correct_img_category{
padding: 10px;
}
.post_correct_img_title{
font-size: 15px;
font-weight: 700;
}
.post_correct_img_input_category{
display: flex;
flex-direction: row;
gap: 10px;
align-items: center;
}
.post_correct_img_btn{
width: 80px;
height: 29px;
}
.post_correct_img_txt{
font-size: 14px;
}
.post_correct_img_correctBtn{
width: 355px;
height: 33px;
border: 0;
border-radius: 4px;
background-color: #7f6aee;
color: white;
}