Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jgdl
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-07-15 15:43:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
224085643ec10e5ec84ddd6680f1542fc884c969
22408564
1 parent
e00772a8
style: 更新主题色为橙色#FFA135
修改导航栏背景色、渐变背景及添加对应的CSS类
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
src/app.config.js
src/app.less
src/pages/index/index.vue
src/app.config.js
View file @
2240856
/*
* @Date: 2025-06-28 10:33:00
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-07-
04 16:18:21
* @LastEditTime: 2025-07-
15 15:42:47
* @FilePath: /jgdl/src/app.config.js
* @Description: 配置文件
*/
...
...
@@ -37,7 +37,7 @@ export default {
],
window
:
{
backgroundTextStyle
:
'light'
,
navigationBarBackgroundColor
:
'#
fb923c
'
,
navigationBarBackgroundColor
:
'#
FFA135
'
,
navigationBarTitleText
:
'WeChat'
,
navigationBarTextStyle
:
'white'
},
...
...
src/app.less
View file @
2240856
...
...
@@ -46,3 +46,7 @@ button::after {
.input-placeholder, .textarea-placeholder {
color: #9ca3af;
}
.bg-orange-400 {
background-color: #FFA135;
}
...
...
src/pages/index/index.vue
View file @
2240856
<!--
* @Date: 2025-06-28 10:33:00
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-07-1
1 11:14:57
* @LastEditTime: 2025-07-1
5 15:43:30
* @FilePath: /jgdl/src/pages/index/index.vue
* @Description: 捡个电驴首页
-->
...
...
@@ -28,7 +28,7 @@
</nut-sticky>
<!-- Banner -->
<view class="px-4 pt-4" style="background: linear-gradient( 180deg, #
fb923c
0%, rgba(255,203,53,0) 61%);">
<view class="px-4 pt-4" style="background: linear-gradient( 180deg, #
FFA135
0%, rgba(255,203,53,0) 61%);">
<nut-swiper :init-page="0" :pagination-visible="true" pagination-color="#ffffff" auto-play="3000"
class="rounded-lg overflow-hidden" height="160">
<nut-swiper-item v-for="(image, index) in bannerImages" :key="index">
...
...
Please
register
or
login
to post a comment