[Style] heaad news button

This commit is contained in:
hyperbola 2021-01-20 09:16:43 +08:00
parent 447b0ed81d
commit 3a59416df3
No known key found for this signature in database
GPG Key ID: D987B1D59478B51F
2 changed files with 6 additions and 5 deletions

View File

@ -6,7 +6,7 @@ $width-svg-topic: 515px;
$width-svg-cfp: 368px; $width-svg-cfp: 368px;
$width-svg-date: 207px; $width-svg-date: 207px;
$width-svg-location: 227px; $width-svg-location: 227px;
$width-svg-news: 188px; $width-svg-news: 259px;
#cfp-header { #cfp-header {
padding-left: 20px; padding-left: 20px;
@ -57,7 +57,7 @@ $width-svg-news: 188px;
} }
.cfp-news { .cfp-news {
order: 3; order: 3;
margin-bottom: 72px; margin-bottom: 60px;
flex: 1; flex: 1;
position: relative; position: relative;
@ -108,7 +108,7 @@ $width-svg-news: 188px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
margin-bottom: 0; margin-bottom: 12px;
} }
} }
} }
@ -188,6 +188,7 @@ $width-svg-news: 188px;
} }
} }
.cfp-news { .cfp-news {
margin-bottom: 16px;
} }
} }
} }
@ -239,7 +240,7 @@ $width-svg-news: 188px;
} }
} }
.cfp-news { .cfp-news {
//empty margin-bottom: 2px;
} }
} }
} }

View File

@ -57,7 +57,7 @@
<div class="cfp-news"> <div class="cfp-news">
<a href="/cfp/news" rel="noopener"> <a href="/cfp/news" rel="noopener">
<div class="btn-news-wrapper"> <div class="btn-news-wrapper">
<img src="~@/assets/images/burnfont/btn-news.svg" /> <img src="~@/assets/images/burnfont/btn-news.svg" id="svg-news" />
</div> </div>
</a> </a>
</div> </div>