-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathview.css
More file actions
executable file
·102 lines (101 loc) · 1.45 KB
/
view.css
File metadata and controls
executable file
·102 lines (101 loc) · 1.45 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
.view_table {
border: 1px solid #444444;
margin-top: 30px;
margin: 0 auto;
}
.view_title {
height: 30px;
text-align: center;
background-color: #cccccc;
color: black;
width: 1000px;
font-size:20px;
}
.view_id {
text-align: center;
background-color: #EEEEEE;
width: 30px;
font-size: 15px;
}
.view_id2 {
background-color: white;
width: 60px;
}
.view_hit {
background-color: #EEEEEE;
width: 30px;
text-align: center;
font-size: 15px;
}
.view_hit2 {
background-color: white;
width: 60px;
}
.view_content {
padding-top: 10px !important;
border: 1px solid #444444;
height: 500px;
text-align: left;
font-size:18px;
}
.view_btn {
width: 100%;
height: 200px;
text-align: center;
margin: 0 auto;
margin-top: 50px;
}
.view_btn1 {
height: 30px;
width: 80px;
font-size: 20px;
text-align: center;
background-color: white;
border: 1px solid black;
border-radius: 10px;
}
.view_btn1:hover{
background-color: #2868c7;
transition: background-color 0.2s;
}
.view_comment_input {
width: 700px;
height: 500px;
text-align: center;
margin: auto;
}
.view_text3 {
font-weight: bold;
float: left;
margin-left: 20px;
}
.view_com_id {
width: 100px;
}
.view_comment {
width: 500px;
}
td{
padding: 0px !important;
}
.like{
padding-top:10px;
display:inline-block;
text-align:center;
}
.dislike{
padding-top:10px;
display:inline-block;
text-align:center;
}
.number{
font-size:25px;
}
.likeicon{
width:150px;
height:150px;
}
.dislikeicon{
width:150px;
height:150px;
}