aerwen_web_nuxt/assets/css/Final/index.scss
AERWEN\26795 d8d3f2c50f init
2023-10-31 16:55:59 +08:00

187 lines
3.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 {
width: 100%;
// 底部背景颜色
background: #232323;
position: relative;
color: white;
.Final-title-box{
display: flex;
justify-content: center;
.Final-title{
font-size: 28px;
font-weight: bold;
color: #A7A7A7;
text-align: center;
}
}
.Final-bottom-line{
margin: 30px auto;
width: 30%;
height: 1px;
background-color: #343434;
}
.Final-link-box{
display: flex;
justify-content: center;
margin-top: 15px;
.items{
margin: 0 10px;
font-size: 19px;
color: #888888;
}
}
}
.Final-bottom-box {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
// padding: 30px 0;
padding-bottom: 30px;
color: white;
font-size: 13px;
font-weight: bold;
// 底部版权颜色
background-color:#232323;
div{
color: #888888;
margin-top: 10px;
}
}
}
.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: black;
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%;
}
}
}