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 @@
+
Q
+
{{ detailsInfo['title'] }}