1
This commit is contained in:
@@ -12,44 +12,43 @@
|
||||
.navbar {
|
||||
height: 100px;
|
||||
background: #FFFFFF;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
flex-shrink: 0;
|
||||
z-index: 100;
|
||||
|
||||
.navbar-content {
|
||||
height: 56px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0 15px;
|
||||
margin-top: 44px;
|
||||
position: relative;
|
||||
gap: 12px;
|
||||
|
||||
.back-button {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
flex-shrink: 0;
|
||||
margin-top: 2px;
|
||||
|
||||
.back-icon {
|
||||
width: 8px;
|
||||
height: 16px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-left: 2.67px solid #000000;
|
||||
border-bottom: 2.67px solid #000000;
|
||||
transform: rotate(45deg);
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-left: 2px solid #000000;
|
||||
border-bottom: 2px solid #000000;
|
||||
transform: rotate(45deg) translateY(-1px);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -61,6 +60,7 @@
|
||||
line-height: 1.4;
|
||||
letter-spacing: 0.019em;
|
||||
color: #000000;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -68,8 +68,10 @@
|
||||
// 评论列表滚动区域
|
||||
.comment-scroll {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
height: 0;
|
||||
padding: 0 15px;
|
||||
box-sizing: border-box;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
// 评论列表
|
||||
@@ -84,6 +86,7 @@
|
||||
gap: 12px;
|
||||
padding: 16px 0;
|
||||
border-bottom: 0.5px solid rgba(0, 0, 0, 0.08);
|
||||
box-sizing: border-box;
|
||||
|
||||
.comment-left {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user