no message

This commit is contained in:
A1300399510
2025-11-18 00:24:47 +08:00
parent 1c950e00a8
commit 16f45c4466
7 changed files with 97 additions and 25 deletions

View File

@@ -921,11 +921,17 @@ body {
color: #333;
font-size: 13px;
cursor: pointer;
position: relative;
padding-right: 13px;
}
.side-box .side-header .more .more-icon {
width: 5px;
height: 8px;
margin-left: 8px;
position: absolute;
right: 0;
top: 58%;
transform: translateY(-50%);
}
.side-box .box .add-btn {
cursor: pointer;
@@ -1469,7 +1475,7 @@ body {
margin-top: 20px;
margin-bottom: 30px;
position: relative;
z-index: 2;
z-index: 4;
}
.head-top .logo {
height: 52px;
@@ -1485,12 +1491,14 @@ body {
margin-right: 20px;
transition: all 0.3s;
position: relative;
overflow: hidden;
}
.head-top .input-box.pitch {
border-color: #000;
}
.head-top .input-box .placeholder-box {
.head-top .input-box .placeholder {
width: 370px;
height: 36px;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
@@ -1498,9 +1506,9 @@ body {
height: 100%;
z-index: 1;
}
.head-top .input-box .placeholder-box .item {
height: 100%;
line-height: 40px;
.head-top .input-box .placeholder .placeholder-box .item {
height: 36px;
line-height: 36px;
padding: 0 15px;
color: #7f7f7f;
font-size: 14px;