Compare commits

...

2 Commits

Author SHA1 Message Date
5ba58bafa6 修改所有首页为数字广东 2025-12-01 17:38:37 +08:00
25e9fac1b9 修改数广LOGO 2025-12-01 16:51:04 +08:00
8 changed files with 19 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ const pages = {
type: 'home',
style: {
navigationStyle: 'custom',
navigationBarTitleText: '首页',
navigationBarTitleText: '数字广东',
},
},
{

View File

@@ -11,7 +11,7 @@ import { useCartStore } from '@/store/cart'
definePage({
style: {
navigationBarTitleText: '首页',
navigationBarTitleText: '数字广东',
},
})

View File

@@ -88,7 +88,8 @@ onUnload(() => {
<view class="login-page">
<view class="logo-wrapper">
<view class="logo">
<text class="i-carbon-store icon"></text>
<image src="/static/logo4.png" class="logo-image"></image>
<!-- <text class="i-carbon-store icon"></text> -->
</view>
<!-- <text class="app-name">商城+金融</text> -->
</view>
@@ -138,6 +139,10 @@ onUnload(() => {
</template>
<style lang="scss" scoped>
.logo-image {
width: 378px;
height: 60px;
}
.login-page {
min-height: 100vh;
background: #fff;
@@ -154,15 +159,15 @@ onUnload(() => {
margin-bottom: 100rpx;
.logo {
width: 160rpx;
height: 160rpx;
background: linear-gradient(135deg, #ff6b6b 0%, #ff4d4f 100%);
width: 378rpx;
height: 60rpx;
// background: linear-gradient(135deg, #ff6b6b 0%, #ff4d4f 100%);
border-radius: 40rpx;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24rpx;
box-shadow: 0 8rpx 24rpx rgba(255, 77, 79, 0.3);
// box-shadow: 0 8rpx 24rpx rgba(255, 77, 79, 0.3);
.icon {
font-size: 80rpx;
@@ -201,7 +206,7 @@ onUnload(() => {
.code-btn {
font-size: 26rpx;
color: #ff4d4f;
color: #008ef7;
padding-left: 20rpx;
border-left: 1rpx solid #ddd;
line-height: 1;
@@ -214,7 +219,7 @@ onUnload(() => {
.submit-btn {
height: 100rpx;
background: linear-gradient(135deg, #ff6b6b 0%, #ff4d4f 100%);
background: linear-gradient(135deg, #0060ef 0%, #0060ef 100%);
border-radius: 50rpx;
display: flex;
align-items: center;

BIN
src/static/logo1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
src/static/logo2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
src/static/logo3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
src/static/logo4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -29,7 +29,7 @@ export const nativeTabbarList: NativeTabBarItem[] = [
iconPath: 'static/tabbar/home.png',
selectedIconPath: 'static/tabbar/homeHL.png',
pagePath: 'pages/index/index',
text: '首页',
text: '数字广东',
},
{
iconPath: 'static/tabbar/personal.png',
@@ -43,13 +43,14 @@ export const nativeTabbarList: NativeTabBarItem[] = [
// 如果需要配置鼓包,需要在 'tabbar/store.ts' 里面设置,最后在 `tabbar/index.vue` 里面更改鼓包的图片
export const customTabbarList: CustomTabBarItem[] = [
{
text: '首页',
text: '数字广东',
pagePath: 'pages/index/index',
// 注意 unocss 图标需要如下处理:(二选一)
// 1在fg-tabbar.vue页面上引入一下并注释掉见tabbar/index.vue代码第2行
// 2配置到 unocss.config.ts 的 safelist 中
iconType: 'unocss',
icon: 'i-carbon-home',
iconType: 'image',
icon: '/static/logo2.png',
iconActive: '/static/logo1.png',
// badge: 'dot',
},
{