94 lines
1.1 KiB
Plaintext
94 lines
1.1 KiB
Plaintext
page {
|
|
height: 100%;
|
|
}
|
|
|
|
.index-bg {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-repeat: no-repeat;
|
|
background-position: center top;
|
|
background-size: 100vw;
|
|
}
|
|
|
|
video {
|
|
margin: 1rem auto;
|
|
display: block;
|
|
}
|
|
|
|
view.top {
|
|
padding-top: 2rem;
|
|
}
|
|
|
|
.slide-image {
|
|
height: 120px;
|
|
margin: 0 auto;
|
|
display: block;
|
|
}
|
|
|
|
.center {
|
|
display: block;
|
|
text-align: center;
|
|
color: #333;
|
|
}
|
|
|
|
.center image {
|
|
height: 200px;
|
|
width: 200px;
|
|
margin: 10px auto;
|
|
display: block;
|
|
}
|
|
|
|
view.bottom {
|
|
color: #fff;
|
|
}
|
|
|
|
.bottom image {
|
|
height: 70px;
|
|
margin: 30px auto;
|
|
display: block;
|
|
}
|
|
|
|
.icon-links {
|
|
margin: 15px;
|
|
}
|
|
|
|
.icon-link {
|
|
height: 80px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.icon-link-4cols {
|
|
width: 25%;
|
|
}
|
|
|
|
.icon-link-3cols {
|
|
width: 33%;
|
|
}
|
|
|
|
.icon-link image {
|
|
height: 64px;
|
|
width: 64px;
|
|
margin: 10px auto 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.icon-link text {
|
|
font-size: 0.8rem;
|
|
}
|
|
|
|
image.loading {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
view.loading {
|
|
height: 100%;
|
|
}
|
|
|
|
button.primary {
|
|
background-color: #ef4823;
|
|
color: #f5f3ef;
|
|
}
|