feat: 生成分享图

This commit is contained in:
2025-10-15 11:20:36 +08:00
parent 56fd71f266
commit 77e50731a3
30 changed files with 2756 additions and 2641 deletions

View File

@@ -0,0 +1,121 @@
.shareContainer {
.title {
padding: 20px 20px 16px;
color: #000;
// text-align: center;
font-family: "PingFang SC";
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 28px;
display: flex;
align-items: center;
justify-content: space-between;
.publishText {
color: #2a4d44;
font-family: "Noto Sans SC";
font-size: 18px;
font-style: normal;
font-weight: 900;
line-height: 28px;
}
.closeIconWrap {
display: flex;
width: 40px;
height: 40px;
justify-content: center;
align-items: center;
gap: 6px;
flex-shrink: 0;
border-radius: 999px;
border: 1px solid rgba(0, 0, 0, 0.06);
background: #fff;
box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.06);
.closeIcon {
width: 24px;
height: 24px;
}
}
}
.shareTip {
padding: 0 24px 24px;
color: #2a4d44;
font-family: "Noto Sans SC";
font-size: 28px;
font-style: normal;
font-weight: 900;
line-height: 40px;
.specialCount {
color: #00e5ad;
}
}
.shareItems {
display: flex;
align-items: center;
justify-content: space-around;
padding-top: 12px;
padding-bottom: 60px;
.button {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
gap: 12px;
color: rgba(0, 0, 0, 0.85);
font-feature-settings: "liga" off, "clig" off;
font-family: "PingFang SC";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
background-color: #fff;
border: none;
padding: 0;
margin: 0;
line-height: normal;
font-size: inherit;
color: inherit;
&:after {
border: none;
background: transparent;
}
.icon {
width: 64px;
height: 64px;
border-radius: 50%;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(0, 0, 0, 0.06);
box-shadow: 0 8px 64px 0 rgba(0, 0, 0, 0.1);
&.wechatIcon {
background-color: #07c160;
}
.download {
width: 28px;
height: 28px;
}
.wechat {
width: 36px;
height: 30px;
}
.linkIcon {
width: 28px;
height: 28px;
}
}
}
}
}