Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
party-build-cloud
Project
Project
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
wangqinghua
party-build-cloud
Commits
6d42af8f
Commit
6d42af8f
authored
Apr 24, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
background
parent
99e4168b
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
84 additions
and
8 deletions
+84
-8
.gitignore
.gitignore
+3
-0
config.xml
config.xml
+2
-2
drawable-hdpi-icon.png
resources/android/icon/drawable-hdpi-icon.png
+0
-0
app.module.ts
src/app/app.module.ts
+5
-1
app.scss
src/app/app.scss
+63
-1
demo.png
src/assets/imgs/demo.png
+0
-0
discover.html
src/pages/tabs/discover/discover.html
+11
-4
No files found.
.gitignore
View file @
6d42af8f
/node_modules
/node_modules
www
www
.sourcemaps
.sourcemaps
*.log
*.temp
/vendor
config.xml
View file @
6d42af8f
<?xml version='1.0' encoding='utf-8'?>
<?xml version='1.0' encoding='utf-8'?>
<widget
id=
"io.ionic.
smart19.starter"
version=
"4.0.9
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<widget
id=
"io.ionic.
partyCloud.starter.test"
version=
"0.0.5
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
智汇19号
</name>
<name>
部机关党建云(测试)
</name>
<description>
An awesome Ionic/Cordova app.
</description>
<description>
An awesome Ionic/Cordova app.
</description>
<author
email=
"hi@ionicframework"
href=
"http://ionicframework.com/"
>
Ionic Framework Team
</author>
<author
email=
"hi@ionicframework"
href=
"http://ionicframework.com/"
>
Ionic Framework Team
</author>
<content
src=
"index.html"
/>
<content
src=
"index.html"
/>
...
...
resources/android/icon/drawable-hdpi-icon.png
100755 → 100644
View replaced file @
99e4168b
View file @
6d42af8f
3.33 KB
|
W:
|
H:
5.49 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/app/app.module.ts
View file @
6d42af8f
...
@@ -35,6 +35,8 @@ import {TabsService} from "../pages/tabs/tabs.service";
...
@@ -35,6 +35,8 @@ import {TabsService} from "../pages/tabs/tabs.service";
import
{
BackButtonService
}
from
"../provide/backButton.service"
;
import
{
BackButtonService
}
from
"../provide/backButton.service"
;
import
{
EmitService
}
from
"../provide/emit.service"
;
import
{
EmitService
}
from
"../provide/emit.service"
;
import
{
TextToSpeech
}
from
"@ionic-native/text-to-speech"
;
import
{
TextToSpeech
}
from
"@ionic-native/text-to-speech"
;
import
{
SearchNewPageModule
}
from
"../pages/home-pages/search-new/search-new.module"
;
import
{
StuffDetailPageModule
}
from
"../pages/home-pages/stuff-detail/stuff-detail.module"
;
@
NgModule
({
@
NgModule
({
declarations
:
[
declarations
:
[
...
@@ -62,7 +64,9 @@ import {TextToSpeech} from "@ionic-native/text-to-speech";
...
@@ -62,7 +64,9 @@ import {TextToSpeech} from "@ionic-native/text-to-speech";
TabsModule
,
TabsModule
,
LoginModule
,
LoginModule
,
HttpModule
,
HttpModule
,
JsonpModule
JsonpModule
,
SearchNewPageModule
,
StuffDetailPageModule
,
],
],
bootstrap
:
[
IonicApp
],
bootstrap
:
[
IonicApp
],
entryComponents
:
[
entryComponents
:
[
...
...
src/app/app.scss
View file @
6d42af8f
...
@@ -76,6 +76,9 @@ p {
...
@@ -76,6 +76,9 @@ p {
text-align
:
center
;
text-align
:
center
;
white-space
:
nowrap
;
white-space
:
nowrap
;
border-radius
:
3px
;
border-radius
:
3px
;
margin-top
:
20px
;
border
:
1px
solid
#e12724
;
background-color
:
#e12724
;
}
}
.label-input
.text-input
{
.label-input
.text-input
{
...
@@ -183,7 +186,7 @@ p {
...
@@ -183,7 +186,7 @@ p {
bottom
:
0
;
bottom
:
0
;
height
:
3px
;
height
:
3px
;
width
:
3rem
;
width
:
3rem
;
background-color
:
#
34b4fc
;
background-color
:
#
e12724
;
-webkit-transition
:
left
500ms
;
-webkit-transition
:
left
500ms
;
-moz-transition
:
left
500ms
;
-moz-transition
:
left
500ms
;
-ms-transition
:
left
500ms
;
-ms-transition
:
left
500ms
;
...
@@ -232,4 +235,62 @@ p {
...
@@ -232,4 +235,62 @@ p {
.tabs-ios
.tab-button
:hover:not
(
.disable-hover
),
.tabs-ios
.tab-button
[
aria-selected
=
true
]
{
.tabs-ios
.tab-button
:hover:not
(
.disable-hover
),
.tabs-ios
.tab-button
[
aria-selected
=
true
]
{
color
:
#e12724
;
color
:
#e12724
;
}
.toolbar-img
{
width
:
4
.5rem
;
margin-left
:
1rem
;
}
.toolbar-icon
{
position
:
relative
;
ion-icon
{
font-size
:
2
.5rem
;
color
:
#ffffff
;
margin-right
:
1rem
;
}
.num
{
position
:
absolute
;
top
:
0px
;
right
:
6px
;
background-color
:
#fff
;
padding
:
1px
5px
;
color
:
#e12724
;
font-size
:
.8rem
;
border-radius
:
100px
;
}
}
//签到
.signMask
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
background-color
:
rgba
(
0
,
0
,
0
,.
4
);
z-index
:
99999
;
.mask-content
{
position
:
absolute
;
top
:
20%
;
left
:
10%
;
width
:
80%
;
height
:
48%
;
background-color
:
#fff
;
border-radius
:
5px
;
background
:
url(../assets/imgs/home/signBgc.png)
repeat
;
background-size
:
cover
;
padding
:
1rem
;
.record-conten
{
margin-left
:
25%
;
margin-top
:
30%
;
color
:
#333333
;
font-size
:
1
.4rem
;
line-height
:
1
.8rem
;
height
:
50%
;
overflow
:
scroll
;
}
}
}
a
[
disabled
],
button
[
disabled
],
[
ion-button
][
disabled
],
.bar-button-default-ios.activated
,
.bar-button-default.bar-button-ios-default.activated
,
.bar-button-clear-ios-default.activated
{
opacity
:
1
;
}
}
\ No newline at end of file
src/assets/imgs/demo.png
0 → 100644
View file @
6d42af8f
102 KB
src/pages/tabs/discover/discover.html
View file @
6d42af8f
<ion-header>
<ion-header>
<ion-navbar>
<ion-navbar>
<ion-title>
发现
</ion-title>
<ion-buttons
start
>
<button
ion-button
icon-only
>
<img
class=
"toolbar-img"
src=
"./assets/imgs/logo.png"
>
</button>
</ion-buttons>
<ion-buttons
end
>
<button
ion-button
icon-only
class=
"toolbar-icon"
>
<ion-icon
name=
"mail"
></ion-icon>
<span
class=
"num"
>
2
</span>
</button>
</ion-buttons>
</ion-navbar>
</ion-navbar>
</ion-header>
</ion-header>
...
...
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