@@ -439,15 +439,17 @@ let showDisclaimers=ref(false)//显示免责声明
font-size: 18px;
font-weight: bold;
margin-top: 20px;
+ display: flex;
+ align-items: center;
&::before{
+ flex-shrink: 0;
content: '';
+ display: block;
width: 6px;
- height: 30px;
- display: inline-block;
+ min-height: 30px;
background-color: #F3A52F;
margin-right: 10px;
position: relative;
- top: 10px;
}
.rich-content{