2025-10-28 15:16:58 +08:00
|
|
|
.header-back {
|
|
|
|
|
padding: 10px 20px;
|
|
|
|
|
border-bottom: 1px solid #dcdfe6;
|
2025-10-28 16:13:50 +08:00
|
|
|
margin-bottom: 10px;
|
2025-11-19 09:48:57 +08:00
|
|
|
position: sticky;
|
|
|
|
|
top: 0;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
z-index: 1;
|
2025-10-28 15:16:58 +08:00
|
|
|
|
|
|
|
|
.action {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
.back {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|