From 59acdf68ddd9e0a87af9946d6b00d4bc4244c3cb Mon Sep 17 00:00:00 2001
From: A1300399510 <A1300399510>
Date: Fri, 24 Nov 2023 18:54:23 +0800
Subject: [PATCH] no message

---
 css/index.css  | 14 ++++++++++++++
 css/index.less | 15 +++++++++++++++
 index.html     |  2 ++
 3 files changed, 31 insertions(+)

diff --git a/css/index.css b/css/index.css
index 4f99a10..c6b2d7f 100644
--- a/css/index.css
+++ b/css/index.css
@@ -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;
diff --git a/css/index.less b/css/index.less
index 4a6ede1..8deac2c 100644
--- a/css/index.less
+++ b/css/index.less
@@ -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;
diff --git a/index.html b/index.html
index 1da9adc..3516369 100644
--- a/index.html
+++ b/index.html
@@ -89,6 +89,8 @@
                     </div>
                     <!-- 提问信息 -->
                     <div class="details-issue">
+                        <div class="icon q flexcenter">Q</div>
+
                         <div class="title">{{ detailsInfo['title'] }}</div>
                         <div class="hint" v-html="detailsInfo['content']"></div>
                         <div class="info-box flexacenter">