[optimize] reize qa box and change the link for button
This commit is contained in:
parent
6032749838
commit
aa128a258e
@ -216,13 +216,14 @@ $limitWidth: 80vw;
|
||||
}
|
||||
|
||||
&-qa {
|
||||
width: 1000px;
|
||||
width: 100vw;
|
||||
&__itemBox {
|
||||
border-radius: 29px;
|
||||
box-shadow: 0 3px 12px 0 rgba(89, 120, 206, 0.56);
|
||||
background-color: $white;
|
||||
margin: 20px 0;
|
||||
padding: 10px 20px;
|
||||
width: 80%;
|
||||
cursor: pointer;
|
||||
span {
|
||||
font-family: $fontFamily-NotoSansTC;
|
||||
|
@ -57,7 +57,7 @@
|
||||
<div class="cfp-news">
|
||||
<div class="cfp-news-wrapper">
|
||||
<div class="hexagon">
|
||||
<a href="/news" rel="noopener" class="btn">
|
||||
<a href="/2021/cfp/news" rel="noopener" class="btn">
|
||||
<img
|
||||
src="~@/assets/images/burnfont/news.svg"
|
||||
class="svg"
|
||||
|
@ -106,7 +106,7 @@
|
||||
<div class="cfp-deadline-content">
|
||||
<span class="h3">01/15 ~ 02/22</span
|
||||
><span class="ml-2 mr-2">詳細時程請見</span
|
||||
><a class="btn btn-primary mr-2" rel="noopener" href="/news"
|
||||
><a class="btn btn-primary mr-2" rel="noopener" href="/2021/cfp/news"
|
||||
>投稿資訊</a
|
||||
><a
|
||||
class="btn btn-primary"
|
||||
|
Loading…
x
Reference in New Issue
Block a user