vr-shopxo-source/public/static/install/css/index.css

201 lines
3.4 KiB
CSS
Raw Normal View History

2018-12-28 10:58:37 +00:00
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
2023-08-27 08:10:21 +00:00
font-size: 1.4rem;
2018-12-28 10:58:37 +00:00
line-height: 1.42857143;
color: #333;
background-color: #fff;
}
ul {
padding: 0;
margin: 0;
}
li {
list-style: none;
}
p {
margin: 0;
}
2023-08-27 08:10:21 +00:00
em {
font-style: inherit;
}
2018-12-28 10:58:37 +00:00
.inside {
margin: 0 auto;
2023-08-27 08:10:21 +00:00
padding: 2rem 1rem;
2018-12-28 10:58:37 +00:00
}
.agree {
width: 100%;
2023-08-27 08:10:21 +00:00
height: 6rem;
line-height: 6rem;
2018-12-28 10:58:37 +00:00
text-align: center;
}
2019-01-21 08:57:49 +00:00
.ongoing-button .am-btn-secondary {
2023-08-27 08:10:21 +00:00
margin-right: 2rem;
2018-12-28 10:58:37 +00:00
}
2019-01-21 08:57:49 +00:00
.ongoing-button .am-btn-success {
2023-08-27 08:10:21 +00:00
margin-left: 2rem;
2018-12-28 10:58:37 +00:00
}
.am-footer {
2023-08-27 08:10:21 +00:00
border-top: 0.1rem solid #eee;
2018-12-28 10:58:37 +00:00
}
/**
*
*/
.header-nav {
width: 100%;
2023-08-27 08:10:21 +00:00
height: 5rem;
background: #333;
color: #eee;
2018-12-28 10:58:37 +00:00
overflow: hidden;
}
.header-nav .inside {
2023-08-27 08:10:21 +00:00
height: 5rem;
padding: 0 0.5rem;
2018-12-28 10:58:37 +00:00
}
.header-nav .inside .logo-name {
2023-08-27 08:10:21 +00:00
width: 20rem;
height: 5rem;
line-height: 5rem;
font-size: 2.5rem;
2018-12-28 10:58:37 +00:00
float: left;
}
2023-08-27 08:10:21 +00:00
.header-nav .inside .logo-name strong {
color: #046ed9;
}
.header-nav .inside .logo-name strong em {
color: #f00;
}
.header-nav .inside .logo-name .desc {
font-size: 1.2rem;
color: #c8c8c8;
2018-12-28 10:58:37 +00:00
}
.header-nav .inside .schedule {
2023-08-27 08:10:21 +00:00
margin-left: 1rem;
width: calc(25% - 6rem);
height: 3rem;
2018-12-28 10:58:37 +00:00
float: left;
2023-08-27 08:10:21 +00:00
margin-top: 1.2rem;
text-align: center;
}
.header-nav .inside .schedule li {
display: inline-block;
2018-12-28 10:58:37 +00:00
}
.header-nav .inside .active .number {
2023-08-27 08:10:21 +00:00
background: #5eb95e !important;
color: #fff;
2018-12-28 10:58:37 +00:00
}
.header-nav .inside .active .word {
2023-08-27 08:10:21 +00:00
color: #5eb95e !important;
font-weight: bold;
2018-12-28 10:58:37 +00:00
}
.header-nav .inside .schedule .number {
2023-08-27 08:10:21 +00:00
width: 2.5rem;
height: 2.5rem;
line-height: 2.5rem;
2018-12-28 10:58:37 +00:00
text-align: center;
2023-08-27 08:10:21 +00:00
font-size: 1.2rem;
2018-12-28 10:58:37 +00:00
border-radius: 50%;
2023-08-27 08:10:21 +00:00
background: #4a4a4a;
2018-12-28 10:58:37 +00:00
}
.header-nav .inside .schedule .word {
2023-08-27 08:10:21 +00:00
width: 6rem;
height: 2.5rem;
line-height: 2.8rem;
text-indent: 0.5rem;
font-size: 1.2rem;
2018-12-28 10:58:37 +00:00
}
@media only screen and (min-width: 641px) {
.inside {
2023-08-27 08:10:21 +00:00
max-width: 100rem;
2018-12-28 10:58:37 +00:00
}
}
2023-08-27 08:10:21 +00:00
@media only screen and (max-width: 640px) {
2018-12-28 10:58:37 +00:00
.header-nav .inside .schedule .word {
2023-08-27 08:10:21 +00:00
display: none;
2018-12-28 10:58:37 +00:00
}
.header-nav .inside .schedule {
2023-08-27 08:10:21 +00:00
width: calc(25% - 5rem);
margin-left: 0;
2018-12-28 10:58:37 +00:00
}
}
2023-08-27 08:10:21 +00:00
/**
*
*/
.am-footer-default .am-footer-switch {
font-weight: initial;
}
2018-12-28 10:58:37 +00:00
/**
*
*/
.agreement {
2023-08-27 08:10:21 +00:00
font-size: 1.6rem;
margin-bottom: 0.5rem;
2018-12-28 10:58:37 +00:00
}
.agreement ul li.title {
2023-08-27 08:10:21 +00:00
font-size: 1.8rem;
2018-12-28 10:58:37 +00:00
font-weight: 500;
2023-08-27 08:10:21 +00:00
margin: 3rem 0 1rem 0;
2018-12-28 10:58:37 +00:00
}
.agreement ul li:not(.title) {
2023-08-27 08:10:21 +00:00
font-size: 1.4rem;
line-height: 2rem;
margin-bottom: 1.5rem;
2018-12-28 10:58:37 +00:00
color: #777;
}
/**
*
*/
.check h2 {
2023-08-27 08:10:21 +00:00
margin-bottom: 0;
padding: 0 0 1rem 0;
2018-12-28 10:58:37 +00:00
}
/**
*
*/
.success {
text-align: center;
2023-08-27 08:10:21 +00:00
padding: 6rem 0 3rem 0;
2018-12-28 10:58:37 +00:00
}
.success h2 {
2023-08-27 08:10:21 +00:00
margin-top: 1rem;
2018-12-28 10:58:37 +00:00
}
.success .box {
text-align: left;
2023-08-27 08:10:21 +00:00
max-width: 36rem;
2018-12-28 10:58:37 +00:00
margin: 0 auto;
}
2019-01-04 09:57:40 +00:00
.success .admin-hint, .success .tips-sweet {
2023-08-27 08:10:21 +00:00
margin-top: 0.5rem;
2019-01-04 09:57:40 +00:00
}
.success .tips-sweet {
color: #f00;
background: #ffee5b;
2023-08-27 08:10:21 +00:00
padding: 0.5rem 0.8rem;
border: 0.1rem solid #FF9800;
font-size: 1.2rem;
2019-01-04 09:57:40 +00:00
}
.success a {
2023-08-27 08:10:21 +00:00
font-size: 1.6rem;
2019-01-04 09:57:40 +00:00
}
2023-08-27 08:10:21 +00:00
@media only screen and (max-width: 640px) {
2019-01-04 12:19:43 +00:00
.success {
2023-08-27 08:10:21 +00:00
padding: 0.5rem;
2019-01-04 12:19:43 +00:00
}
}
2018-12-28 10:58:37 +00:00
/**
2023-08-27 08:10:21 +00:00
*
2018-12-28 10:58:37 +00:00
*/
2023-08-27 08:10:21 +00:00
form.am-form .am-form-group, .plug-file-upload-view, .business-form-group, .business-form-block {
border-bottom: 0;
padding: 2rem 1rem;
}
form.am-form .am-form-group label {
font-weight: inherit;
2018-12-28 10:58:37 +00:00
}