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