Browse Source

Merge branch 'dev/v1.0.40_yf' of jianyu/jyseo into feature/v1.0.40

yangfeng 3 months ago
parent
commit
a80110169c
1 changed files with 10 additions and 8 deletions
  1. 10 8
      resource/staticres/css/article.css

+ 10 - 8
resource/staticres/css/article.css

@@ -59,28 +59,30 @@
   justify-content: flex-end;
 }
 .page-main-article .report-container{
-  display: inline-flex;
+  display: flex;
   height: 30px;
   margin-top: 8px;
   align-items: center;
   background: rgba(42, 190, 209, 0.16);
   border-radius: 4px;
-  overflow: hidden;
   border: 1px solid rgba(42, 190, 209, 0.16);
 }
 .page-main-article .report-text{
   flex: 1;
-  height: 100%;
-  padding: 4px 12px;
-  line-height: 22px;
+  display: flex;
+  align-items: center;
+  height: 30px;
+  padding: 0 12px;
   color: #2ABED1;
   font-size: 14px;
 }
 .page-main-article .report-btn{
-  height: 100%;
+  display: flex;
+  align-items: center;
+  height: 30px;
+  padding: 0 12px;
+  margin-right: -1px;
   color: #fff;
-  line-height: 22px;
-  padding: 4px 12px;
   font-size: 14px;
   border-radius: 4px;
   background: linear-gradient(281deg, #28C1E2 3.53%, #5FD4E3 98.32%);