Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Compass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zong
Compass
Commits
76d80f73
Commit
76d80f73
authored
Apr 29, 2020
by
biao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11111
parent
4b4d6503
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
index.js
src/wx/components/top-navi/index.js
+4
-0
index.wxml
src/wx/components/top-navi/index.wxml
+2
-1
index.wxml
src/wx/pages/index/index.wxml
+1
-1
index.wxss
src/wx/pages/index/index.wxss
+1
-2
No files found.
src/wx/components/top-navi/index.js
View file @
76d80f73
...
...
@@ -18,6 +18,10 @@ Component({
background
:
{
type
:
String
,
value
:
"#fff"
},
color
:
{
type
:
String
,
value
:
"#000"
}
},
data
:
{
...
...
src/wx/components/top-navi/index.wxml
View file @
76d80f73
...
...
@@ -8,7 +8,7 @@
<image src='../../img/n2.png'></image>
</view>
</view>
<view class='title'>{{text}}</view>
<view class='title'
style="color:{{color}}"
>{{text}}</view>
</view>
</view>
<view style="{{'height: ' + navHeight}};background: white;"></view>
\ No newline at end of file
src/wx/pages/index/index.wxml
View file @
76d80f73
<!--pages/index/index.wxml-->
<custom-navi text="
" back="{{false}}" home="{{false}}" background="#5296f4
"></custom-navi>
<custom-navi text="
全国教育志愿服务公共服务平台" back="{{false}}" home="{{false}}" background="#FF82AB" color="#FFD700
"></custom-navi>
<view class='indexBox'>
<view class="indexHeader">
<view class='con_indexHeader'>
...
...
src/wx/pages/index/index.wxss
View file @
76d80f73
...
...
@@ -4,8 +4,7 @@
width: 100%;
height: 150px;
border-radius: 0 0 10px 10px;
background: #5296f4;
background: linear-gradient(to bottom, #5296f4, #7474e4);
background: #FF82AB;
margin-bottom: 70px
}
.con_indexHeader{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment