修改评论删除权限不出来问题
This commit is contained in:
@@ -21,7 +21,7 @@ body::-webkit-scrollbar {
|
||||
font-family: "emojifont";
|
||||
src: url("https://oss.x-php.com/static/riposte/emojifont-sbix.ttf?t=questions");
|
||||
}
|
||||
#answer-app * {
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
@@ -91,7 +91,7 @@ a {
|
||||
word-break: break-all;
|
||||
min-height: calc(100vh - 253px);
|
||||
}
|
||||
#answer-app header {
|
||||
#answer-app #pageHeader {
|
||||
background: #f6f6f6;
|
||||
height: 150px;
|
||||
border: 1px solid #ebebeb;
|
||||
@@ -100,18 +100,18 @@ a {
|
||||
flex-direction: column;
|
||||
padding-top: 24px;
|
||||
}
|
||||
#answer-app header .top {
|
||||
#answer-app #pageHeader .top {
|
||||
width: 1200px;
|
||||
margin-bottom: 31px;
|
||||
}
|
||||
#answer-app header .top .logo {
|
||||
#answer-app #pageHeader .top .logo {
|
||||
width: 73px;
|
||||
cursor: pointer;
|
||||
}
|
||||
#answer-app header .top .right {
|
||||
#answer-app #pageHeader .top .right {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
#answer-app header .top .right .searchInput {
|
||||
#answer-app #pageHeader .top .right .searchInput {
|
||||
width: 320px;
|
||||
height: 32px;
|
||||
border: 1px solid #ebebeb;
|
||||
@@ -121,30 +121,30 @@ a {
|
||||
padding-right: 16px;
|
||||
position: relative;
|
||||
}
|
||||
#answer-app header .top .right .searchInput input {
|
||||
#answer-app #pageHeader .top .right .searchInput input {
|
||||
border: none;
|
||||
outline: none;
|
||||
height: 100%;
|
||||
padding-left: 16px;
|
||||
border-radius: 104px;
|
||||
}
|
||||
#answer-app header .top .right .searchInput .input-icon {
|
||||
#answer-app #pageHeader .top .right .searchInput .input-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
#answer-app header .top .right .searchInput .clear-search .cross-circle-black {
|
||||
#answer-app #pageHeader .top .right .searchInput .clear-search .cross-circle-black {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
cursor: pointer;
|
||||
}
|
||||
#answer-app header .top .right .searchInput .clear-search .halving-line {
|
||||
#answer-app #pageHeader .top .right .searchInput .clear-search .halving-line {
|
||||
width: 1px;
|
||||
height: 13px;
|
||||
background-color: #ebebeb;
|
||||
margin: 0 17px;
|
||||
}
|
||||
#answer-app header .top .right .searchInput .history-box {
|
||||
#answer-app #pageHeader .top .right .searchInput .history-box {
|
||||
position: absolute;
|
||||
top: 36px;
|
||||
left: 0;
|
||||
@@ -156,13 +156,13 @@ a {
|
||||
z-index: 10;
|
||||
padding-bottom: 14px;
|
||||
}
|
||||
#answer-app header .top .right .searchInput .history-box .history-title {
|
||||
#answer-app #pageHeader .top .right .searchInput .history-box .history-title {
|
||||
font-size: 13px;
|
||||
color: #aaaaaa;
|
||||
padding-left: 16px;
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
#answer-app header .top .right .searchInput .history-box .history-list .history-item {
|
||||
#answer-app #pageHeader .top .right .searchInput .history-box .history-list .history-item {
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
height: 30px;
|
||||
@@ -170,7 +170,7 @@ a {
|
||||
padding: 0 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
#answer-app header .top .right .btn-list {
|
||||
#answer-app #pageHeader .top .right .btn-list {
|
||||
width: 221px;
|
||||
height: 30px;
|
||||
border: 1px solid #ebebeb;
|
||||
@@ -179,12 +179,12 @@ a {
|
||||
color: #555;
|
||||
margin-left: 20px;
|
||||
}
|
||||
#answer-app header .top .right .btn-list .item {
|
||||
#answer-app #pageHeader .top .right .btn-list .item {
|
||||
text-align: center;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
#answer-app header .top .right .btn-list .item:not(:last-of-type)::before {
|
||||
#answer-app #pageHeader .top .right .btn-list .item:not(:last-of-type)::before {
|
||||
content: "|";
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
@@ -193,7 +193,7 @@ a {
|
||||
color: #d7d7d7;
|
||||
font-size: 13px;
|
||||
}
|
||||
#answer-app header .top .right .add-btn {
|
||||
#answer-app #pageHeader .top .right .add-btn {
|
||||
width: 130px;
|
||||
height: 30px;
|
||||
background-color: #fddf6d;
|
||||
@@ -203,12 +203,12 @@ a {
|
||||
cursor: pointer;
|
||||
margin-left: 20px;
|
||||
}
|
||||
#answer-app header .top .right .add-btn .add-icon {
|
||||
#answer-app #pageHeader .top .right .add-btn .add-icon {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
#answer-app header .tab-box {
|
||||
#answer-app #pageHeader .tab-box {
|
||||
width: 100%;
|
||||
min-width: 1200px;
|
||||
z-index: 1;
|
||||
@@ -216,31 +216,31 @@ a {
|
||||
padding: 5px 0;
|
||||
margin: 0 auto;
|
||||
}
|
||||
#answer-app header .tab-box.tab-list-fixed {
|
||||
#answer-app #pageHeader .tab-box.tab-list-fixed {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
}
|
||||
#answer-app header .tab-box .tab-list {
|
||||
#answer-app #pageHeader .tab-box .tab-list {
|
||||
width: 1200px;
|
||||
}
|
||||
#answer-app header .tab-box .tab-list .item {
|
||||
#answer-app #pageHeader .tab-box .tab-list .item {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
height: 24px;
|
||||
color: #333;
|
||||
cursor: pointer;
|
||||
}
|
||||
#answer-app header .tab-box .tab-list .item:not(:last-of-type) {
|
||||
#answer-app #pageHeader .tab-box .tab-list .item:not(:last-of-type) {
|
||||
margin-right: 23px;
|
||||
}
|
||||
#answer-app header .tab-box .tab-list .item.pitch {
|
||||
#answer-app #pageHeader .tab-box .tab-list .item.pitch {
|
||||
padding: 0 11px;
|
||||
background-color: #fa6b11;
|
||||
border-radius: 19px;
|
||||
font-weight: 650;
|
||||
color: #ffffff;
|
||||
}
|
||||
#answer-app header .tab-box .tab-list .halving-line {
|
||||
#answer-app #pageHeader .tab-box .tab-list .halving-line {
|
||||
font-size: 14px;
|
||||
color: #d7d7d7;
|
||||
margin-right: 23px;
|
||||
|
||||
Reference in New Issue
Block a user