2024-06-16 15:32:15 +00:00
|
|
|
|
2024-06-16 23:47:03 +00:00
|
|
|
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); */
|
2024-06-16 15:32:15 +00:00
|
|
|
.container.data-v-9635802b {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 20px;
|
2024-06-16 23:47:03 +00:00
|
|
|
padding: 20px;
|
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
border-radius: 10px;
|
|
|
|
|
|
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
2024-06-16 15:32:15 +00:00
|
|
|
}
|
|
|
|
.header.data-v-9635802b {
|
2024-06-16 23:47:03 +00:00
|
|
|
font-size: 28px;
|
2024-06-16 15:32:15 +00:00
|
|
|
font-weight: bold;
|
2024-06-16 23:47:03 +00:00
|
|
|
color: #333;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
border-bottom: 2px solid #007aff;
|
|
|
|
padding-bottom: 10px;
|
2024-06-16 15:32:15 +00:00
|
|
|
}
|
|
|
|
.content.data-v-9635802b {
|
|
|
|
margin-top: 20px;
|
2024-06-16 23:47:03 +00:00
|
|
|
line-height: 1.6;
|
|
|
|
color: #666;
|
2024-06-16 15:32:15 +00:00
|
|
|
}
|
|
|
|
.comments.data-v-9635802b {
|
|
|
|
margin-top: 20px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.add-comment.data-v-9635802b {
|
|
|
|
margin-top: 20px;
|
|
|
|
display: flex;
|
2024-06-16 23:47:03 +00:00
|
|
|
width: 100%;
|
|
|
|
align-items: center;
|
2024-06-16 15:32:15 +00:00
|
|
|
}
|
2024-06-16 23:47:03 +00:00
|
|
|
.comment-input.data-v-9635802b {
|
2024-06-16 15:32:15 +00:00
|
|
|
flex-grow: 1;
|
|
|
|
margin-right: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 5px;
|
2024-06-16 23:47:03 +00:00
|
|
|
font-size: 14px;
|
2024-06-16 15:32:15 +00:00
|
|
|
}
|
2024-06-16 23:47:03 +00:00
|
|
|
.comment-button.data-v-9635802b {
|
|
|
|
padding: 10px 20px;
|
2024-06-16 15:32:15 +00:00
|
|
|
background-color: #007aff;
|
|
|
|
color: #fff;
|
|
|
|
border: none;
|
|
|
|
border-radius: 5px;
|
|
|
|
cursor: pointer;
|
2024-06-16 23:47:03 +00:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.comment-button.data-v-9635802b:hover {
|
|
|
|
background-color: #005bb5;
|
2024-06-16 15:32:15 +00:00
|
|
|
}
|