feat: replace G01 create cloud ornament
This commit is contained in:
@@ -120,7 +120,7 @@
|
|||||||
<view class="create-action" @click="createGenealogy">
|
<view class="create-action" @click="createGenealogy">
|
||||||
<image
|
<image
|
||||||
class="create-cloud"
|
class="create-cloud"
|
||||||
src="/static/assets/icons/action/create-cloud-v1.png"
|
src="/static/assets/icons/action/create-cloud-v2.png"
|
||||||
mode="aspectFit"
|
mode="aspectFit"
|
||||||
/>
|
/>
|
||||||
<image
|
<image
|
||||||
@@ -131,7 +131,7 @@
|
|||||||
<text>新建家谱</text>
|
<text>新建家谱</text>
|
||||||
<image
|
<image
|
||||||
class="create-cloud create-cloud--right"
|
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"
|
mode="aspectFit"
|
||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
@@ -448,13 +448,14 @@ const openShortcut = (key) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.create-action {
|
.create-action {
|
||||||
width: 420rpx;
|
width: 350rpx;
|
||||||
margin: 42rpx auto 0;
|
margin: 42rpx auto 0;
|
||||||
border: 2rpx solid $brand-red;
|
border: 2rpx solid $brand-red;
|
||||||
border-radius: 48rpx;
|
border-radius: 48rpx;
|
||||||
background: rgba(255, 249, 238, 0.66);
|
background: rgba(255, 249, 238, 0.66);
|
||||||
color: $brand-red;
|
color: $brand-red;
|
||||||
font-family: "STKaiti", "KaiTi", serif;
|
font-family: "STKaiti", "KaiTi", serif;
|
||||||
|
font-size: 34rpx;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
letter-spacing: 3rpx;
|
letter-spacing: 3rpx;
|
||||||
}
|
}
|
||||||
@@ -477,13 +478,13 @@ const openShortcut = (key) => {
|
|||||||
margin-right: 12rpx;
|
margin-right: 12rpx;
|
||||||
}
|
}
|
||||||
.create-action .create-icon {
|
.create-action .create-icon {
|
||||||
width: 44rpx;
|
width: 48rpx;
|
||||||
height: 44rpx;
|
height: 48rpx;
|
||||||
margin: 0 12rpx;
|
margin: 0 12rpx;
|
||||||
}
|
}
|
||||||
.create-cloud {
|
.create-cloud {
|
||||||
width: 64rpx;
|
width: 74rpx;
|
||||||
height: 32rpx;
|
height: 36rpx;
|
||||||
}
|
}
|
||||||
.create-cloud--right {
|
.create-cloud--right {
|
||||||
transform: scaleX(-1);
|
transform: scaleX(-1);
|
||||||
@@ -564,10 +565,10 @@ const openShortcut = (key) => {
|
|||||||
height: 28rpx;
|
height: 28rpx;
|
||||||
}
|
}
|
||||||
.create-action {
|
.create-action {
|
||||||
width: 360rpx;
|
width: 320rpx;
|
||||||
}
|
}
|
||||||
.create-cloud {
|
.create-cloud {
|
||||||
width: 48rpx;
|
width: 58rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Reference in New Issue
Block a user