Merge branch 'dev2' into master

This commit is contained in:
mysper 2021-01-20 18:29:21 +08:00
commit f9ad3c62fe
4 changed files with 76 additions and 8 deletions

View File

@ -244,7 +244,6 @@ $fontColor: $mid-blue;
.introd-text { .introd-text {
top: 120px; top: 120px;
} }
.past-sitcon { .past-sitcon {
.thumbnails { .thumbnails {
.thumb-wrapper { .thumb-wrapper {
@ -634,4 +633,70 @@ $fontColor: $mid-blue;
} }
} }
} }
}
@media screen and (max-width: 800px) {
.cfp-deadline-content {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 600px;
height: 120px;
}
#cfp-intro{
.box-back2 {
// width: 760px;
font-family: $fontFamily;
color: $fontColor;
width: 900px;
padding: 20px 20px 168px 20px;
height: 2350px;
.about-topic {
margin-bottom: 2em;
position: relative;
bottom: 35px;
z-index: 2;
left: 50px;
}
.second-box {
transform: rotate(15deg);
box-shadow: 0 3px 12px 0 rgba(89, 120, 206, 0.56);
border-radius: 30px;
position: relative;
bottom: 1100px;
right: 120px;
z-index: 0;
}
.cfp-deadline {
margin-bottom: 2em;
margin-bottom: 2em;
position: relative;
z-index: 2;
left: 50px;
bottom: 55px;
.cfp-deadline-content {
margin-top: -1.5em;
display: flex;
flex-direction: row;
align-items: flex-end;
}
}
.give-me-money {
position: relative;
z-index: 2;
left: 50px;
bottom: 55px;
.whisper {
font-weight: 900;
font-size: 1.25em;
margin-bottom: 0.5em;
}
}
}
}
} }

View File

@ -1,4 +1,4 @@
// import web font // import web font
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700;900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700;900&display=swap");
$fontFamily: Noto Sans CJK TC, monospace; $fontFamily: Noto Sans TC, monospace;

View File

@ -3,7 +3,7 @@
// varible declare // varible declare
$fontColor: white; $fontColor: white;
$backgroundColor: #1f4163; $backgroundColor: #1f4163;
$fontFamily: Noto Sans CJK TC, monospace; $fontFamily: Noto Sans TC, monospace;
@mixin fontSize() { @mixin fontSize() {
font-size: 14pt; font-size: 14pt;

View File

@ -91,17 +91,20 @@
<div class="cfp-deadline"> <div class="cfp-deadline">
<h3>徵稿時間</h3> <h3>徵稿時間</h3>
<div class="cfp-deadline-content"> <div class="cfp-deadline-content">
<span class="h3">01/20 02/22</span <div>
><span class="ml-2 mr-2">詳細時程請見</span <span class="h3">01/20 02/22</span>
><a class="btn btn-primary mr-2" rel="noopener" href="/2021/cfp/news" <span class="ml-2 mr-2">詳細時程請見</span>
>投稿資訊</a </div>
><a <div>
<a class="btn btn-primary mr-2" rel="noopener" href="/2021/cfp/news">投稿資訊</a>
<a
class="btn btn-primary" class="btn btn-primary"
rel="noopener" rel="noopener"
target="_blank" target="_blank"
href="https://forms.gle/XoXJSD2P8dL8X8s2A" href="https://forms.gle/XoXJSD2P8dL8X8s2A"
>我知道了快讓我投稿</a >我知道了快讓我投稿</a
> >
</div>
</div> </div>
</div> </div>
</div> </div>