feat: 代招代发
This commit is contained in:
@ -13,9 +13,9 @@
|
||||
&__title {
|
||||
font-size: 32px;
|
||||
line-height: 48px;
|
||||
font-weight: 500;
|
||||
color: @blColor;
|
||||
margin-top: 24px;
|
||||
margin-top: 32px;
|
||||
font-weight: 400;
|
||||
color: #1d2129;
|
||||
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
@ -30,13 +30,21 @@
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
&__extra {
|
||||
margin-top: 24px;
|
||||
font-weight: 400;
|
||||
font-size: 24px;
|
||||
line-height: 40px;
|
||||
color: @blHighlightColor;
|
||||
}
|
||||
|
||||
&__cost-describe {
|
||||
height: 100px;
|
||||
padding: 0 32px;
|
||||
border-radius: 16px;
|
||||
.flex-row();
|
||||
justify-content: space-between;
|
||||
background: #FFFFFF;
|
||||
background: #ffffff;
|
||||
margin-top: 24px;
|
||||
|
||||
&__price {
|
||||
@ -64,9 +72,22 @@
|
||||
line-height: 48px;
|
||||
font-weight: 400;
|
||||
color: @blColorG2;
|
||||
background: #FFFFFF;
|
||||
background: #ffffff;
|
||||
border-radius: 16px;
|
||||
|
||||
.underline {
|
||||
display: inline;
|
||||
font-weight: 500;
|
||||
font-size: 32px;
|
||||
line-height: 48px;
|
||||
color: @blColor;
|
||||
position: relative;
|
||||
background-image: linear-gradient(to bottom, rgba(109, 61, 245, 0.6) 0%, rgba(109, 61, 245, 0.6) 100%);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 12px;
|
||||
background-position: bottom;
|
||||
}
|
||||
|
||||
&__describe {
|
||||
.flex-row();
|
||||
font-size: 28px;
|
||||
@ -86,4 +107,16 @@
|
||||
.button(@width: 100%; @height: 80px; @fontSize: 32px);
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
&__publish-title {
|
||||
font-size: 36px;
|
||||
font-weight: 500;
|
||||
line-height: 56px;
|
||||
color: @blColor;
|
||||
}
|
||||
|
||||
&__publish-button {
|
||||
.button(@width: 360px, @height: 72px, @fontSize: 28px, @fontWeight: 400, @borderRadius: 44px);
|
||||
margin: 40px auto auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user