diff --git a/pages/genealogy/index.vue b/pages/genealogy/index.vue index a6e3226..d59ffe3 100644 --- a/pages/genealogy/index.vue +++ b/pages/genealogy/index.vue @@ -120,7 +120,7 @@ 新建家谱 @@ -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; } } diff --git a/static/assets/icons/action/create-cloud-v1.png b/static/assets/icons/action/create-cloud-v1.png deleted file mode 100644 index 81f1820..0000000 Binary files a/static/assets/icons/action/create-cloud-v1.png and /dev/null differ diff --git a/static/assets/icons/action/create-cloud-v2.png b/static/assets/icons/action/create-cloud-v2.png new file mode 100644 index 0000000..99564b6 Binary files /dev/null and b/static/assets/icons/action/create-cloud-v2.png differ