feat: replace G01 create cloud ornament

This commit is contained in:
rain
2026-07-13 09:50:56 +08:00
parent 00d4af2918
commit ab8f9384c3
3 changed files with 10 additions and 9 deletions
+10 -9
View File
@@ -120,7 +120,7 @@
<view class="create-action" @click="createGenealogy">
<image
class="create-cloud"
src="/static/assets/icons/action/create-cloud-v1.png"
src="/static/assets/icons/action/create-cloud-v2.png"
mode="aspectFit"
/>
<image
@@ -131,7 +131,7 @@
<text>新建家谱</text>
<image
class="create-cloud create-cloud--right"
src="/static/assets/icons/action/create-cloud-v1.png"
src="/static/assets/icons/action/create-cloud-v2.png"
mode="aspectFit"
/>
</view>
@@ -448,13 +448,14 @@ const openShortcut = (key) => {
}
.create-action {
width: 420rpx;
width: 350rpx;
margin: 42rpx auto 0;
border: 2rpx solid $brand-red;
border-radius: 48rpx;
background: rgba(255, 249, 238, 0.66);
color: $brand-red;
font-family: "STKaiti", "KaiTi", serif;
font-size: 34rpx;
font-weight: 700;
letter-spacing: 3rpx;
}
@@ -477,13 +478,13 @@ const openShortcut = (key) => {
margin-right: 12rpx;
}
.create-action .create-icon {
width: 44rpx;
height: 44rpx;
width: 48rpx;
height: 48rpx;
margin: 0 12rpx;
}
.create-cloud {
width: 64rpx;
height: 32rpx;
width: 74rpx;
height: 36rpx;
}
.create-cloud--right {
transform: scaleX(-1);
@@ -564,10 +565,10 @@ const openShortcut = (key) => {
height: 28rpx;
}
.create-action {
width: 360rpx;
width: 320rpx;
}
.create-cloud {
width: 48rpx;
width: 58rpx;
}
}
</style>