no message

This commit is contained in:
A1300399510
2023-11-24 18:54:23 +08:00
parent 546c52aab6
commit 59acdf68dd
3 changed files with 31 additions and 0 deletions

View File

@@ -404,6 +404,20 @@
box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
padding-top: 24px;
margin-bottom: 28px;
position: relative;
}
#answer-app .main .details-area-box .details-box .details-issue .icon {
position: absolute;
background-color: #72db86;
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
font-weight: 650;
font-size: 13px;
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 50%;
color: #fff;
margin-right: 17px;
}
#answer-app .main .details-area-box .details-box .details-issue .title {
font-weight: 650;

View File

@@ -517,6 +517,21 @@
box-shadow: 0px 0px 11px rgb(0 0 0 / 10%);
padding-top: 24px;
margin-bottom: 28px;
position: relative;
.icon {
position: absolute;
background-color: #72db86;
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
font-weight: 650;
font-size: 13px;
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 50%;
color: #fff;
margin-right: 17px;
}
.title {
font-weight: 650;