Compare commits
2 Commits
b8626db4dd
...
5ba58bafa6
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ba58bafa6 | |||
| 25e9fac1b9 |
@@ -18,7 +18,7 @@ const pages = {
|
|||||||
type: 'home',
|
type: 'home',
|
||||||
style: {
|
style: {
|
||||||
navigationStyle: 'custom',
|
navigationStyle: 'custom',
|
||||||
navigationBarTitleText: '首页',
|
navigationBarTitleText: '数字广东',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import { useCartStore } from '@/store/cart'
|
|||||||
|
|
||||||
definePage({
|
definePage({
|
||||||
style: {
|
style: {
|
||||||
navigationBarTitleText: '首页',
|
navigationBarTitleText: '数字广东',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -88,7 +88,8 @@ onUnload(() => {
|
|||||||
<view class="login-page">
|
<view class="login-page">
|
||||||
<view class="logo-wrapper">
|
<view class="logo-wrapper">
|
||||||
<view class="logo">
|
<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>
|
</view>
|
||||||
<!-- <text class="app-name">商城+金融</text> -->
|
<!-- <text class="app-name">商城+金融</text> -->
|
||||||
</view>
|
</view>
|
||||||
@@ -138,6 +139,10 @@ onUnload(() => {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
.logo-image {
|
||||||
|
width: 378px;
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
.login-page {
|
.login-page {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
@@ -154,15 +159,15 @@ onUnload(() => {
|
|||||||
margin-bottom: 100rpx;
|
margin-bottom: 100rpx;
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
width: 160rpx;
|
width: 378rpx;
|
||||||
height: 160rpx;
|
height: 60rpx;
|
||||||
background: linear-gradient(135deg, #ff6b6b 0%, #ff4d4f 100%);
|
// background: linear-gradient(135deg, #ff6b6b 0%, #ff4d4f 100%);
|
||||||
border-radius: 40rpx;
|
border-radius: 40rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-bottom: 24rpx;
|
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 {
|
.icon {
|
||||||
font-size: 80rpx;
|
font-size: 80rpx;
|
||||||
@@ -201,7 +206,7 @@ onUnload(() => {
|
|||||||
|
|
||||||
.code-btn {
|
.code-btn {
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
color: #ff4d4f;
|
color: #008ef7;
|
||||||
padding-left: 20rpx;
|
padding-left: 20rpx;
|
||||||
border-left: 1rpx solid #ddd;
|
border-left: 1rpx solid #ddd;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
@@ -214,7 +219,7 @@ onUnload(() => {
|
|||||||
|
|
||||||
.submit-btn {
|
.submit-btn {
|
||||||
height: 100rpx;
|
height: 100rpx;
|
||||||
background: linear-gradient(135deg, #ff6b6b 0%, #ff4d4f 100%);
|
background: linear-gradient(135deg, #0060ef 0%, #0060ef 100%);
|
||||||
border-radius: 50rpx;
|
border-radius: 50rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
BIN
src/static/logo1.png
Normal file
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
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
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
BIN
src/static/logo4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
@@ -29,7 +29,7 @@ export const nativeTabbarList: NativeTabBarItem[] = [
|
|||||||
iconPath: 'static/tabbar/home.png',
|
iconPath: 'static/tabbar/home.png',
|
||||||
selectedIconPath: 'static/tabbar/homeHL.png',
|
selectedIconPath: 'static/tabbar/homeHL.png',
|
||||||
pagePath: 'pages/index/index',
|
pagePath: 'pages/index/index',
|
||||||
text: '首页',
|
text: '数字广东',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
iconPath: 'static/tabbar/personal.png',
|
iconPath: 'static/tabbar/personal.png',
|
||||||
@@ -43,13 +43,14 @@ export const nativeTabbarList: NativeTabBarItem[] = [
|
|||||||
// 如果需要配置鼓包,需要在 'tabbar/store.ts' 里面设置,最后在 `tabbar/index.vue` 里面更改鼓包的图片
|
// 如果需要配置鼓包,需要在 'tabbar/store.ts' 里面设置,最后在 `tabbar/index.vue` 里面更改鼓包的图片
|
||||||
export const customTabbarList: CustomTabBarItem[] = [
|
export const customTabbarList: CustomTabBarItem[] = [
|
||||||
{
|
{
|
||||||
text: '首页',
|
text: '数字广东',
|
||||||
pagePath: 'pages/index/index',
|
pagePath: 'pages/index/index',
|
||||||
// 注意 unocss 图标需要如下处理:(二选一)
|
// 注意 unocss 图标需要如下处理:(二选一)
|
||||||
// 1)在fg-tabbar.vue页面上引入一下并注释掉(见tabbar/index.vue代码第2行)
|
// 1)在fg-tabbar.vue页面上引入一下并注释掉(见tabbar/index.vue代码第2行)
|
||||||
// 2)配置到 unocss.config.ts 的 safelist 中
|
// 2)配置到 unocss.config.ts 的 safelist 中
|
||||||
iconType: 'unocss',
|
iconType: 'image',
|
||||||
icon: 'i-carbon-home',
|
icon: '/static/logo2.png',
|
||||||
|
iconActive: '/static/logo1.png',
|
||||||
// badge: 'dot',
|
// badge: 'dot',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user