no message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user