no message
This commit is contained in:
parent
546c52aab6
commit
59acdf68dd
@ -404,6 +404,20 @@
|
|||||||
box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
|
box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
|
||||||
padding-top: 24px;
|
padding-top: 24px;
|
||||||
margin-bottom: 28px;
|
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 {
|
#answer-app .main .details-area-box .details-box .details-issue .title {
|
||||||
font-weight: 650;
|
font-weight: 650;
|
||||||
|
@ -517,6 +517,21 @@
|
|||||||
box-shadow: 0px 0px 11px rgb(0 0 0 / 10%);
|
box-shadow: 0px 0px 11px rgb(0 0 0 / 10%);
|
||||||
padding-top: 24px;
|
padding-top: 24px;
|
||||||
margin-bottom: 28px;
|
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 {
|
.title {
|
||||||
font-weight: 650;
|
font-weight: 650;
|
||||||
|
@ -89,6 +89,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- 提问信息 -->
|
<!-- 提问信息 -->
|
||||||
<div class="details-issue">
|
<div class="details-issue">
|
||||||
|
<div class="icon q flexcenter">Q</div>
|
||||||
|
|
||||||
<div class="title">{{ detailsInfo['title'] }}</div>
|
<div class="title">{{ detailsInfo['title'] }}</div>
|
||||||
<div class="hint" v-html="detailsInfo['content']"></div>
|
<div class="hint" v-html="detailsInfo['content']"></div>
|
||||||
<div class="info-box flexacenter">
|
<div class="info-box flexacenter">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user