hexo-theme-ayer/source-src/css/_partial/ayer.styl

95 lines
1.7 KiB
Stylus
Raw Permalink Normal View History

2019-12-03 11:37:44 +00:00
@keyframes down
0%
margin-bottom 0
opacity 1
100%
margin-bottom -15px
opacity .1
//
.cover-frame
position relative
min-width 100%
height 100vh
.bg-box
width 100%
height 100%
&>img
display block
width 100vw
height 100vh
object-fit cover
object-position center center
.cover-inner
position absolute
top 50%
left 50%
transform translate(-50%, -100%)
h1
2020-01-30 06:14:35 +00:00
font-family: Titillium Web,PingFang SC,Hiragino Sans GB,"Microsoft JhengHei","Microsoft YaHei",Helvetica Neue,Helvetica,Arial,sans-serif
2019-12-15 06:30:16 +00:00
font-size 7rem
2019-12-03 11:37:44 +00:00
margin 0
2019-12-05 14:17:35 +00:00
opacity .95
2020-01-30 06:14:35 +00:00
#subtitle-box
font-family: Titillium Web,PingFang SC,Hiragino Sans GB,"Microsoft JhengHei","Microsoft YaHei",Helvetica Neue,Helvetica,Arial,sans-serif
2019-12-03 11:37:44 +00:00
font-size 3rem
margin .5rem 0 1.5rem
a, &
color white
text-decoration none
video, img
position relative
.cover-logo
width cover-logo-size
.cover-learn-more
position absolute
z-index 1
bottom 10px
left 0
width 100%
a > i
font-size 3rem
color white
animation down 1s linear infinite
&:hover
color sea
2020-03-23 15:04:50 +00:00
.float_btns
2021-05-15 04:48:29 +00:00
position sticky
2019-12-03 11:37:44 +00:00
bottom 10rem
right 50px
2020-03-23 15:04:50 +00:00
z-index 9996
2019-12-03 11:37:44 +00:00
text-align center
2019-12-05 14:17:35 +00:00
transform scale(1.2)
2021-05-15 04:48:29 +00:00
width: 50px
float: right
2019-12-03 11:37:44 +00:00
2019-12-16 15:48:13 +00:00
#mask
position fixed
left 0
top 0
width 100%
height 100%
background-color rgba(0,0,0,.8)
z-index 9998
display none
2020-01-07 12:13:38 +00:00
.word_count
margin-top 5px
color darken(gray,30%)
padding-bottom 1rem
border-bottom 1px solid darken(froth-light,2%)
2019-12-03 11:37:44 +00:00
// Media Query
@media (max-width: 768px)
.cover-inner
2019-12-05 14:17:35 +00:00
transform translate(-50%, -70%);
width 100%
2019-12-03 11:37:44 +00:00
h1
2019-12-15 06:30:16 +00:00
font-size 4.5rem
2020-01-30 06:14:35 +00:00
#subtitle-box
2019-12-15 06:30:16 +00:00
font-size 2rem
2019-12-03 11:37:44 +00:00
2020-03-23 15:04:50 +00:00
.float_btns
2019-12-03 11:37:44 +00:00
right 10px