no message
This commit is contained in:
@@ -627,7 +627,7 @@ body {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
bottom: 42px;
|
||||
bottom: 48px;
|
||||
width: 130px;
|
||||
height: 100px;
|
||||
background-color: #ffffff;
|
||||
@@ -636,10 +636,22 @@ body {
|
||||
flex-direction: column;
|
||||
display: none;
|
||||
}
|
||||
.item-box .bottom .bottom-item .share-box::after {
|
||||
content: "";
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 8px solid transparent;
|
||||
border-right: 8px solid transparent;
|
||||
border-top: 8px solid #000000;
|
||||
position: absolute;
|
||||
bottom: -8px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.item-box .bottom .bottom-item .share-box .share-item {
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
color: #555555;
|
||||
color: #333;
|
||||
font-size: 14px;
|
||||
}
|
||||
.item-box .bottom .bottom-item .share-box .share-item:hover {
|
||||
@@ -1448,6 +1460,7 @@ body {
|
||||
justify-content: space-between;
|
||||
margin-right: 20px;
|
||||
transition: all 0.3s;
|
||||
position: relative;
|
||||
}
|
||||
.head-top .input-box.pitch {
|
||||
border-color: #000;
|
||||
@@ -1465,6 +1478,32 @@ body {
|
||||
margin-left: 15px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.head-top .input-box .search-box-history {
|
||||
width: 460px;
|
||||
/* height: 267px; */
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #ebebeb;
|
||||
border-radius: 10px;
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
left: 0;
|
||||
padding: 16px;
|
||||
z-index: 1;
|
||||
}
|
||||
.head-top .input-box .search-box-history .search-box-history-title {
|
||||
font-size: 13px;
|
||||
color: #aaaaaa;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
.head-top .input-box .search-box-history .search-box-history-list {
|
||||
color: #333;
|
||||
font-size: 14px;
|
||||
}
|
||||
.head-top .input-box .search-box-history .search-box-history-list .search-box-history-item {
|
||||
margin-bottom: 10px;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
}
|
||||
.head-top .sign-in {
|
||||
width: 192px;
|
||||
height: 40px;
|
||||
|
||||
Reference in New Issue
Block a user