后期修改完善,上线版本
This commit is contained in:
@ -88,7 +88,7 @@ export default {
|
||||
margin: 16px 0;
|
||||
gap: 20px;
|
||||
.tag-item {
|
||||
font-family: 'Poppins-Regular', serif;
|
||||
font-family: 'Poppins-Regular';
|
||||
color: #1E293B;
|
||||
padding: 4px 12px !important;
|
||||
@include gradient-border($linear-gradient-start, $linear-gradient-end)
|
||||
@ -99,7 +99,7 @@ export default {
|
||||
font-weight: 600;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 10px;
|
||||
font-family: 'Poppins-SemiBold', serif;
|
||||
font-family: 'Poppins-SemiBold';
|
||||
color: #1E293B;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -115,7 +115,7 @@ export default {
|
||||
}
|
||||
.article-text {
|
||||
color: #64748B;
|
||||
font-family: 'Poppins-Regular', serif;
|
||||
font-family: 'Poppins-Regular';
|
||||
}
|
||||
.article-graph {
|
||||
padding-left: 20px;
|
||||
@ -138,13 +138,13 @@ export default {
|
||||
|
||||
.title {
|
||||
font-size: 18px;
|
||||
font-family: 'Poppins-SemiBold', serif;
|
||||
font-family: 'Poppins-SemiBold';
|
||||
font-weight: 600;
|
||||
color: #506179;
|
||||
}
|
||||
|
||||
.content {
|
||||
font-family: 'Poppins-Regular', serif;
|
||||
font-family: 'Poppins-Regular';
|
||||
color: #64748B;
|
||||
margin-top: 18px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user