|
@@ -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%);
|