98 lines
1.9 KiB
CSS
98 lines
1.9 KiB
CSS
|
|
/* Home */
|
||
|
|
.home-main-1 label,
|
||
|
|
.home-main-2 label {
|
||
|
|
font-weight: bold;
|
||
|
|
word-wrap: break-word;
|
||
|
|
}
|
||
|
|
.home-main-1 .content,
|
||
|
|
.home-main-2 .content {
|
||
|
|
top: 50%;
|
||
|
|
transform: translateY(-50%);
|
||
|
|
bottom: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.worth-content-1 > div {
|
||
|
|
padding: 2rem .5rem !important;
|
||
|
|
line-height: 2rem !important;
|
||
|
|
}
|
||
|
|
.worth-content-2 {
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
.worth-content-2 > div {
|
||
|
|
width: 1000px !important;
|
||
|
|
-webkit-animation-duration: 70s !important;
|
||
|
|
animation-duration: 70s !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 767.98px) {
|
||
|
|
|
||
|
|
/*about*/
|
||
|
|
.main-about h2 {
|
||
|
|
padding-bottom: .1rem !important;
|
||
|
|
}
|
||
|
|
.main-about p {
|
||
|
|
font-size: .95rem !important;
|
||
|
|
line-height: 1.2rem !important;
|
||
|
|
margin-bottom: .5rem !important;
|
||
|
|
}
|
||
|
|
.sm h3 {
|
||
|
|
padding-top: 1rem !important;
|
||
|
|
}
|
||
|
|
.sm p {
|
||
|
|
margin-bottom: 0 !important;
|
||
|
|
}
|
||
|
|
.city-items,
|
||
|
|
.sm {
|
||
|
|
left: 1rem !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
/*value*/
|
||
|
|
.worth-content-1 > div {
|
||
|
|
padding: .6rem .5rem !important;
|
||
|
|
line-height: 1.4rem !important;
|
||
|
|
}
|
||
|
|
.worth-content-2 > div {
|
||
|
|
width: calc(100vw - 2rem) !important;
|
||
|
|
}
|
||
|
|
.worth-content-2 h5 {
|
||
|
|
font-size: 1.6rem !important;
|
||
|
|
line-height: 1.6rem !important;
|
||
|
|
padding-bottom: 0 !important;
|
||
|
|
}
|
||
|
|
.worth-content-2 p {
|
||
|
|
line-height: 1.3rem !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*Join*/
|
||
|
|
.join-main-1 li {
|
||
|
|
padding: 0 0 0 .8rem!important;
|
||
|
|
}
|
||
|
|
.join-main-1 li::after {
|
||
|
|
top: .6rem !important;
|
||
|
|
}
|
||
|
|
.join-main-2 h4 {
|
||
|
|
padding-bottom: 0 !important;
|
||
|
|
line-height: 1.2rem !important;
|
||
|
|
}
|
||
|
|
.join-main-2 .item {
|
||
|
|
width: 100%;
|
||
|
|
margin: 0 !important;
|
||
|
|
padding: 0 0 .0 .5rem !important;
|
||
|
|
}
|
||
|
|
.join-main-2 .item h5 {
|
||
|
|
font-size: .9rem !important;
|
||
|
|
margin: 0 !important;
|
||
|
|
}
|
||
|
|
.join-main-2 .item p {
|
||
|
|
padding: 0 0 .1rem 0 !important;
|
||
|
|
line-height: .9rem !important;
|
||
|
|
font-size: .8rem !important;
|
||
|
|
}
|
||
|
|
.join-main-2 .tips {
|
||
|
|
margin: 0 !important;
|
||
|
|
line-height: .9rem !important;
|
||
|
|
font-size: .9rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|