generated from nuxt/nuxt_site
289 lines
5.2 KiB
SCSS
289 lines
5.2 KiB
SCSS
//Final.scss
|
|
.Final {
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
position: relative;
|
|
// margin-top: 100px;
|
|
|
|
.Final-float-box {
|
|
position: relative;
|
|
z-index: 99;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
.Final-float {
|
|
position: absolute;
|
|
height: 13vw;
|
|
z-index: 99;
|
|
width: 60%;
|
|
margin: 0 auto;
|
|
top: -50px;
|
|
max-height: 80px;
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
align-items: center;
|
|
border-radius: 10px;
|
|
padding: 10px 0;
|
|
|
|
img {
|
|
width: 45px;
|
|
z-index: 1;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.float-items {
|
|
text-align: center;
|
|
color: white;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
|
|
.Final-container {
|
|
// 底部背景颜色
|
|
background: #000000;
|
|
position: relative;
|
|
color: white;
|
|
padding: 80px 0px 0px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
|
|
.Final-big-box {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
margin: 0 auto;
|
|
|
|
.Final-left-box {
|
|
max-width: 40vh;
|
|
font-size: 16px;
|
|
|
|
.Final-left-title {
|
|
margin: 30px 0;
|
|
}
|
|
|
|
.Final-left-info-item {
|
|
display: flex;
|
|
margin: 10px;
|
|
|
|
.Final-left-info-item-icon {
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.Final-icon-box {
|
|
height: 60px;
|
|
width: 120px;
|
|
|
|
.icon-img {
|
|
height: 100%;
|
|
width: 100%;
|
|
object-fit: contain;
|
|
}
|
|
}
|
|
|
|
.Final-right-box {
|
|
max-width: 30vh;
|
|
|
|
.Final-right-title {
|
|
font-size: 22px;
|
|
margin-bottom: 20px;
|
|
color: var(--rootColor);
|
|
font-weight: 600;
|
|
}
|
|
|
|
.Final-right-time {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
.Final-right-time-icon {
|
|
margin: 0 10px;
|
|
}
|
|
}
|
|
|
|
.Final-right-ctx {
|
|
margin: 15px 0;
|
|
}
|
|
|
|
.Final-right-title-line {
|
|
border: 1px solid #4d4d4d;
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
.Final-right-btn {
|
|
color: #ffffff !important;
|
|
|
|
&:hover {
|
|
color: var(--rootColor) !important;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.Final-middle-box {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
|
|
|
|
.Final-middle-items {
|
|
margin: 0 30px;
|
|
text-align: center;
|
|
|
|
.title-head {
|
|
font-size: 20px !important;
|
|
}
|
|
|
|
.items {
|
|
margin-bottom: 20px;
|
|
color: white;
|
|
|
|
font-size: 15px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.items-title {
|
|
font-size: 22px;
|
|
margin-bottom: 20px;
|
|
color: var(--rootColor);
|
|
font-weight: 600;
|
|
}
|
|
|
|
.items-title-line {
|
|
border: 1px solid #4d4d4d;
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.Final-code-box {
|
|
display: none;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
width: 100%;
|
|
margin-top: 50px;
|
|
overflow: hidden;
|
|
|
|
.code-text {
|
|
font-size: 20px;
|
|
margin-bottom: 10px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
img {
|
|
width: 50%;
|
|
height: 50%;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
|
|
.Final-bottom-box {
|
|
width: 90%;
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
align-items: center;
|
|
padding: 30px 0;
|
|
color: white;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
// 底部版权颜色
|
|
background-color: #000000;
|
|
border-top: 1px solid #4d4d4d;
|
|
}
|
|
}
|
|
|
|
.phone-text {
|
|
font-size: 20px !important;
|
|
}
|
|
|
|
.Final-middle-phone-title-box {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
|
|
.Final-middle-phone-title {
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
|
|
}
|
|
|
|
.Final-middle-phone-content {
|
|
font-size: 20px;
|
|
font-family: "CenturyGothic", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "冬青黑体", "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
.Final-middle-phone-box {
|
|
// display: none;
|
|
justify-content: space-evenly;
|
|
align-items: flex-start;
|
|
margin-top: 50px;
|
|
|
|
.Final-middle-items {
|
|
margin: 0 30px;
|
|
|
|
.items {
|
|
margin-bottom: 10px;
|
|
color: #e9e9e9;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.items-title {
|
|
font-size: 16px;
|
|
margin-bottom: 20px;
|
|
color: white;
|
|
font-weight: 600;
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//share-hide-main
|
|
.share-hide-main {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
background: rgba(0, 10, 10, 0.5);
|
|
z-index: 99999999;
|
|
height: 100vh;
|
|
width: 100vw;
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
|
|
.share-box {
|
|
background: white;
|
|
border-radius: 10px;
|
|
padding: 5px;
|
|
height: fit-content;
|
|
width: fit-content;
|
|
max-width: 430px !important;
|
|
max-height: 430px !important;
|
|
|
|
img {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
} |