157 lines
2.6 KiB
Plaintext
157 lines
2.6 KiB
Plaintext
@import '@/styles/variables.less';
|
|
@import '@/styles/common.less';
|
|
|
|
.invite-operations {
|
|
&__main {
|
|
padding-left: 24px;
|
|
padding-right: 24px;
|
|
position: relative;
|
|
}
|
|
|
|
&__block {
|
|
margin-bottom: 12px;
|
|
position: relative;
|
|
}
|
|
|
|
&__card {
|
|
background: #fff;
|
|
border-radius: 24px;
|
|
padding: 32px;
|
|
position: relative;
|
|
}
|
|
|
|
&__edging {
|
|
position: absolute;
|
|
font-weight: 400;
|
|
font-size: 26px;
|
|
line-height: 28px;
|
|
color: #946724;
|
|
padding: 18px 24px;
|
|
background: #FFF4F0;
|
|
border-radius:0 0 24px 24px;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
&__lined-wrapper {
|
|
text-align: center;
|
|
margin-top: 40px;
|
|
}
|
|
&__lined-title {
|
|
text-align: center;
|
|
font-weight: 400;
|
|
font-size: 28px;
|
|
line-height: 40px;
|
|
color: #333333;
|
|
position: relative;
|
|
display: inline-block;
|
|
|
|
&:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: -68px;
|
|
width: 56px;
|
|
height: 1px;
|
|
background: #ccc;
|
|
top: 50%;
|
|
}
|
|
|
|
&:after {
|
|
content: '';
|
|
position: absolute;
|
|
right: -68px;
|
|
width: 56px;
|
|
height: 1px;
|
|
background: #ccc;
|
|
top: 50%;
|
|
}
|
|
}
|
|
|
|
|
|
&__h1 {
|
|
font-weight: 500;
|
|
font-size: 32px;
|
|
line-height: 40px;
|
|
color: #1d2129;
|
|
margin-bottom: 16px;
|
|
margin-top: 32px;
|
|
position: relative;
|
|
z-index: 0;
|
|
|
|
&:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
&.center {
|
|
text-align: center;
|
|
}
|
|
|
|
.highlight {
|
|
color: @blHighlightColor;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
&__body {
|
|
font-weight: 400;
|
|
font-size: 28px;
|
|
line-height: 40px;
|
|
color: @blColor;
|
|
}
|
|
|
|
&__title {
|
|
margin-bottom: 24px;
|
|
font-weight: 500;
|
|
font-size: 32px;
|
|
line-height: 32px;
|
|
color: #1d2129;
|
|
|
|
&:before {
|
|
left: -138px;
|
|
width: 120px;
|
|
}
|
|
|
|
&:after {
|
|
right: -138px;
|
|
width: 120px;
|
|
}
|
|
}
|
|
|
|
&__copy {
|
|
.button(@height: 72px; @width: 384px; @fontSize: 28px; @fontWeight: 400; @borderRadius: 44px; @highlight: 0);
|
|
margin-top: 32px;
|
|
}
|
|
|
|
&__city-select {
|
|
background: #F7F7F7;
|
|
border-radius: 16px;
|
|
padding: 34px 32px;
|
|
font-weight: 400;
|
|
font-size: 32px;
|
|
margin-top: 24px;
|
|
line-height: 32px;
|
|
color: #333333;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
&__qrcode {
|
|
width: 280px;
|
|
height: 280px;
|
|
background: #6F7686;
|
|
display: block;
|
|
margin: auto auto 24px;
|
|
}
|
|
|
|
&__action-block {
|
|
background: #F7F7F7;
|
|
border-radius: 16px;
|
|
padding: 32px 0;
|
|
.flex-column();
|
|
text-align: center;
|
|
color: @blHighlightColor;
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
}
|
|
}
|