@@ -1433,11 +1433,11 @@ export default {
&-top {
padding: 8px 16px;
display: flex;
- justify-content: space-between;
+ // justify-content: space-between;
align-items: center;
h5 {
margin: 0;
- color: #000;
+ color: #ea5939;
font-size: 12px;
font-weight: 600;
line-height: 20px;
@@ -1446,12 +1446,14 @@ export default {
a {
margin-left: 6px;
border-radius: 2px;
- background: #f2f2f2;
+ background: #00adef;
width: 24px;
height: 24px;
display: block;
text-align: center;
line-height: 24px;
+ font-size: 20px;
+ color: #fff;
}