mall-front/src/pages/invite/index.scss
2023-05-30 01:18:41 +08:00

79 lines
1.2 KiB
SCSS

.invite-container {
width: 100vw;
min-height: 100vh;
height: auto;
background: #F67952;
}
.invite-header {
background: #fff;
}
.invite-body {
width: 100vw;
margin-top: 60px;
position: relative;
z-index: 1;
}
.invite-body-bg {
width: 315px;
position: absolute;
top: 0px;
z-index: -1;
}
.invite-content {
z-index: 10;
}
.invite-body-title {
font-size: 20px;
color: #000;
margin-top: 40px;
}
.invite-code-img {
width: 168px;
height: 168px;
}
.invite-code-help {
font-weight: 400;
color: rgba(0, 0, 0, 0.5);
font-size: 16px;
margin-top: 6px;
}
.invite-btn {
width: 185px;
height: 46px;
border-radius: 123px 123px 123px 123px;
background: #F67952;
border: none;
color: #FFFFFF;
margin-top: 30px;
font-size: 16px;
}
.invite-footer {
width: 315px;
margin: 0 auto;
margin-top: 70px;
align-content: flex-start;
justify-items: flex-start;
align-items: flex-start;
}
.invite-action {
font-size: 12px;
color: #fff;
width: 78px;
text-align: center;
}
.invite-action-icon {
width: 24px;
margin-bottom: 8px;
}