Commit 6d42af8f authored by wangqinghua's avatar wangqinghua

background

parent 99e4168b
/node_modules /node_modules
www www
.sourcemaps .sourcemaps
*.log
*.temp
/vendor
<?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

3.33 KB | W: | H:

resources/android/icon/drawable-hdpi-icon.png

5.49 KB | W: | H:

resources/android/icon/drawable-hdpi-icon.png
resources/android/icon/drawable-hdpi-icon.png
resources/android/icon/drawable-hdpi-icon.png
resources/android/icon/drawable-hdpi-icon.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -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: [
......
...@@ -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
<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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment