Commit fdc198b6 by Sweet Zhang

风格优化

parent e653d064
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
position: fixed; position: fixed;
right: 0; right: 0;
top: 50%; top: 50%;
width: 100px; width: 96px;
height: 100px; height: 96px;
#menuListContainer{ #menuListContainer{
li{ li{
height: 50px; height: 50px;
......
...@@ -2,7 +2,7 @@ import { Component, ElementRef, OnDestroy, OnInit } from '@angular/core'; ...@@ -2,7 +2,7 @@ import { Component, ElementRef, OnDestroy, OnInit } from '@angular/core';
import { AuthService } from "./auth/auth.service"; import { AuthService } from "./auth/auth.service";
import { LifeCommonService } from "./common/life-common.service"; import { LifeCommonService } from "./common/life-common.service";
import { Subscription } from "rxjs/index"; import { Subscription } from "rxjs/index";
import {Router, NavigationStart, ActivatedRoute, NavigationEnd} from '@angular/router'; import {Router, NavigationStart, ActivatedRoute, NavigationEnd, ActivationEnd} from '@angular/router';
import { MyService } from './my/my.service'; import { MyService } from './my/my.service';
...@@ -55,7 +55,7 @@ export class AppComponent implements OnInit, OnDestroy { ...@@ -55,7 +55,7 @@ export class AppComponent implements OnInit, OnDestroy {
} }
closeDialog(e){ closeDialog(e){
if(e.target.className==='tipsInfoContainer'){ if(e.target.className.indexOf('tipsInfoContainer')>-1){
this.viewStatus = 1; this.viewStatus = 1;
sessionStorage.setItem('hadView','true') sessionStorage.setItem('hadView','true')
} }
...@@ -77,12 +77,12 @@ export class AppComponent implements OnInit, OnDestroy { ...@@ -77,12 +77,12 @@ export class AppComponent implements OnInit, OnDestroy {
} }
}); });
// 查询是否有续期提醒订单 // 查询是否有续期提醒订单
if(sessionStorage.getItem('hadView')){ if(sessionStorage.getItem('hadView')){
this.viewStatus = 1; this.viewStatus = 1;
}else{ }else{
this.queryNoticeList(); this.queryNoticeList();
} }
this.getVersion(); this.getVersion();
this.router.events.forEach((event) => { this.router.events.forEach((event) => {
...@@ -106,6 +106,10 @@ export class AppComponent implements OnInit, OnDestroy { ...@@ -106,6 +106,10 @@ export class AppComponent implements OnInit, OnDestroy {
this.selectedMenuKey = 0; this.selectedMenuKey = 0;
} }
} }
if(event instanceof ActivationEnd){
this.lifeCommonService.setTitle(`${event.snapshot.data[0].title ? event.snapshot.data[0].title : '银盾保险经纪'}`)
}
}); });
} }
......
<div class="todo_wrapper"> <div class="todo_wrapper">
<!-- <div Button (onClick)="showAlert()">customized buttons</div> --> <!-- <div Button (onClick)="showAlert()">customized buttons</div> -->
<div class="top"> <div class="top">
<div class="head"> <!-- <div class="head">
<h3 (click)="goBack()" style="position: absolute;left: 10px;">&lt;</h3> <h3 (click)="goBack()" style="position: absolute;left: 10px;">&lt;</h3>
<h3>新建日程</h3> <h3>新建日程</h3>
<div></div> <div></div> -->
<!-- <div id="add_calendar_wrapper"> <!-- <div id="add_calendar_wrapper">
<List className="calendar-list" style="backgroundColor: 'white'"> <List className="calendar-list" style="backgroundColor: 'white'">
<ListItem (onClick)="clickCalendar()"> <ListItem (onClick)="clickCalendar()">
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
(onConfirm)="triggerConfirm($event)" (onConfirm)="triggerConfirm($event)"
></Calendar> ></Calendar>
</div> --> </div> -->
</div> <!-- </div> -->
<ul class="nav"> <ul class="nav">
<li *ngFor="let tabItem of tabList;index as i;" [ngClass]="{'selected':tabItem.code === tabType}" (click)="selectTab(tabItem.code,tabItem.taskType)"> <li *ngFor="let tabItem of tabList;index as i;" [ngClass]="{'selected':tabItem.code === tabType}" (click)="selectTab(tabItem.code,tabItem.taskType)">
<span> {{tabItem.name}} </span> <span> {{tabItem.name}} </span>
......
...@@ -60,6 +60,8 @@ ul,ol{ ...@@ -60,6 +60,8 @@ ul,ol{
border-radius: 10px; border-radius: 10px;
margin:5px 1%; margin:5px 1%;
position: relative; position: relative;
white-space: nowrap;
font-size: 12px;
} }
li.selected{ li.selected{
background: #1b5b99; background: #1b5b99;
......
...@@ -23,7 +23,7 @@ export class ENoticeComponent implements OnInit,OnDestroy { ...@@ -23,7 +23,7 @@ export class ENoticeComponent implements OnInit,OnDestroy {
} }
ngOnInit() { ngOnInit() {
this.pageType = this.activatedRoute.snapshot.data.type; this.pageType = this.activatedRoute.snapshot.data[0].type;
if(this.pageType == 1){ if(this.pageType == 1){
this.pageInfo = { this.pageInfo = {
type:6, type:6,
......
<header> <!-- <header>
<i class="iconfont icon-fanhui" (click)="goBack()"></i> <i class="iconfont icon-fanhui" (click)="goBack()"></i>
<div style="margin-left: -30px;">全部工具</div> <div style="margin-left: -30px;">全部工具</div>
<div></div> <div></div>
</header> </header> -->
<div *ngFor="let item of feartureLists" class="featureListsContent"> <div *ngFor="let item of feartureLists" class="featureListsContent">
<h5>{{item.title}}</h5> <h5>{{item.title}}</h5>
<ul> <ul>
......
...@@ -85,6 +85,7 @@ ...@@ -85,6 +85,7 @@
>ul{ >ul{
display: flex; display: flex;
overflow-x: scroll; overflow-x: scroll;
overflow-y: hidden;
margin-top: 10px; margin-top: 10px;
>li{ >li{
width: 0; width: 0;
...@@ -97,12 +98,13 @@ ...@@ -97,12 +98,13 @@
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
.minPrice{ .minPrice{
width: 98px; min-width: 98px;
height: 25px; height: 25px;
line-height: 25px;
border-radius: 12px; border-radius: 12px;
color:#fff; color:#fff;
background-color: #9BBCF8; background-color: #9BBCF8;
font-size: 15px; font-size: 14px;
text-align: center; text-align: center;
} }
&:nth-of-type(3n+1){ &:nth-of-type(3n+1){
......
...@@ -44,7 +44,7 @@ export class RenewalReminderDetailComponent implements OnInit { ...@@ -44,7 +44,7 @@ export class RenewalReminderDetailComponent implements OnInit {
ngOnInit() { ngOnInit() {
this.deviceType = this.lifeCommonService.checkDeviceType(); this.deviceType = this.lifeCommonService.checkDeviceType();
this.orderPayId = this.route.snapshot.params['orderPayId']; this.orderPayId = this.route.snapshot.params['orderPayId'];
this.type = this.route.snapshot.data.type; this.type = this.route.snapshot.data[0].type;
this.practitionerId = localStorage.getItem('lifeCustomerInfo')?JSON.parse(localStorage.getItem('lifeCustomerInfo'))['practitionerId']:null; this.practitionerId = localStorage.getItem('lifeCustomerInfo')?JSON.parse(localStorage.getItem('lifeCustomerInfo'))['practitionerId']:null;
this.queryNoticeDetail(); this.queryNoticeDetail();
} }
......

101 KB | W: | H:

114 KB | W: | H:

src/assets/images/ask.gif
src/assets/images/ask.gif
src/assets/images/ask.gif
src/assets/images/ask.gif
  • 2-up
  • Swipe
  • Onion skin

5.4 KB | W: | H:

2.8 KB | W: | H:

src/assets/images/indexIcons/achievement.png
src/assets/images/indexIcons/achievement.png
src/assets/images/indexIcons/achievement.png
src/assets/images/indexIcons/achievement.png
  • 2-up
  • Swipe
  • Onion skin

7.17 KB | W: | H:

3.21 KB | W: | H:

src/assets/images/indexIcons/activityStatistics.png
src/assets/images/indexIcons/activityStatistics.png
src/assets/images/indexIcons/activityStatistics.png
src/assets/images/indexIcons/activityStatistics.png
  • 2-up
  • Swipe
  • Onion skin

7.07 KB | W: | H:

3.33 KB | W: | H:

src/assets/images/indexIcons/aiDoctor.png
src/assets/images/indexIcons/aiDoctor.png
src/assets/images/indexIcons/aiDoctor.png
src/assets/images/indexIcons/aiDoctor.png
  • 2-up
  • Swipe
  • Onion skin

7.07 KB | W: | H:

5.02 KB | W: | H:

src/assets/images/indexIcons/articleShare.png
src/assets/images/indexIcons/articleShare.png
src/assets/images/indexIcons/articleShare.png
src/assets/images/indexIcons/articleShare.png
  • 2-up
  • Swipe
  • Onion skin

9.77 KB | W: | H:

4.55 KB | W: | H:

src/assets/images/indexIcons/cffpTraining.png
src/assets/images/indexIcons/cffpTraining.png
src/assets/images/indexIcons/cffpTraining.png
src/assets/images/indexIcons/cffpTraining.png
  • 2-up
  • Swipe
  • Onion skin

1.76 KB | W: | H:

1.57 KB | W: | H:

src/assets/images/indexIcons/competition.png
src/assets/images/indexIcons/competition.png
src/assets/images/indexIcons/competition.png
src/assets/images/indexIcons/competition.png
  • 2-up
  • Swipe
  • Onion skin

7.64 KB | W: | H:

4.1 KB | W: | H:

src/assets/images/indexIcons/customerNotification.png
src/assets/images/indexIcons/customerNotification.png
src/assets/images/indexIcons/customerNotification.png
src/assets/images/indexIcons/customerNotification.png
  • 2-up
  • Swipe
  • Onion skin

2.49 KB | W: | H:

4.27 KB | W: | H:

src/assets/images/indexIcons/customers.png
src/assets/images/indexIcons/customers.png
src/assets/images/indexIcons/customers.png
src/assets/images/indexIcons/customers.png
  • 2-up
  • Swipe
  • Onion skin

7.7 KB | W: | H:

4.38 KB | W: | H:

src/assets/images/indexIcons/employmentApproval.png
src/assets/images/indexIcons/employmentApproval.png
src/assets/images/indexIcons/employmentApproval.png
src/assets/images/indexIcons/employmentApproval.png
  • 2-up
  • Swipe
  • Onion skin

2.84 KB | W: | H:

2.72 KB | W: | H:

src/assets/images/indexIcons/increaseStaff.png
src/assets/images/indexIcons/increaseStaff.png
src/assets/images/indexIcons/increaseStaff.png
src/assets/images/indexIcons/increaseStaff.png
  • 2-up
  • Swipe
  • Onion skin

8.21 KB | W: | H:

4.9 KB | W: | H:

src/assets/images/indexIcons/insuranceABC.png
src/assets/images/indexIcons/insuranceABC.png
src/assets/images/indexIcons/insuranceABC.png
src/assets/images/indexIcons/insuranceABC.png
  • 2-up
  • Swipe
  • Onion skin

8.48 KB | W: | H:

3.87 KB | W: | H:

src/assets/images/indexIcons/insuranceKnowledgeBase.png
src/assets/images/indexIcons/insuranceKnowledgeBase.png
src/assets/images/indexIcons/insuranceKnowledgeBase.png
src/assets/images/indexIcons/insuranceKnowledgeBase.png
  • 2-up
  • Swipe
  • Onion skin

7.37 KB | W: | H:

4.65 KB | W: | H:

src/assets/images/indexIcons/jobNumber.png
src/assets/images/indexIcons/jobNumber.png
src/assets/images/indexIcons/jobNumber.png
src/assets/images/indexIcons/jobNumber.png
  • 2-up
  • Swipe
  • Onion skin

8.51 KB | W: | H:

4.99 KB | W: | H:

src/assets/images/indexIcons/jointSale.png
src/assets/images/indexIcons/jointSale.png
src/assets/images/indexIcons/jointSale.png
src/assets/images/indexIcons/jointSale.png
  • 2-up
  • Swipe
  • Onion skin

2.15 KB | W: | H:

4.76 KB | W: | H:

src/assets/images/indexIcons/more.png
src/assets/images/indexIcons/more.png
src/assets/images/indexIcons/more.png
src/assets/images/indexIcons/more.png
  • 2-up
  • Swipe
  • Onion skin

7.98 KB | W: | H:

4.96 KB | W: | H:

src/assets/images/indexIcons/newTraining.png
src/assets/images/indexIcons/newTraining.png
src/assets/images/indexIcons/newTraining.png
src/assets/images/indexIcons/newTraining.png
  • 2-up
  • Swipe
  • Onion skin

7.66 KB | W: | H:

2.74 KB | W: | H:

src/assets/images/indexIcons/onlineInsurance.png
src/assets/images/indexIcons/onlineInsurance.png
src/assets/images/indexIcons/onlineInsurance.png
src/assets/images/indexIcons/onlineInsurance.png
  • 2-up
  • Swipe
  • Onion skin

1.9 KB | W: | H:

4.33 KB | W: | H:

src/assets/images/indexIcons/policyLists.png
src/assets/images/indexIcons/policyLists.png
src/assets/images/indexIcons/policyLists.png
src/assets/images/indexIcons/policyLists.png
  • 2-up
  • Swipe
  • Onion skin

9.32 KB | W: | H:

5.02 KB | W: | H:

src/assets/images/indexIcons/potentialCustomers.png
src/assets/images/indexIcons/potentialCustomers.png
src/assets/images/indexIcons/potentialCustomers.png
src/assets/images/indexIcons/potentialCustomers.png
  • 2-up
  • Swipe
  • Onion skin

8.01 KB | W: | H:

4.33 KB | W: | H:

src/assets/images/indexIcons/preJobTraining.png
src/assets/images/indexIcons/preJobTraining.png
src/assets/images/indexIcons/preJobTraining.png
src/assets/images/indexIcons/preJobTraining.png
  • 2-up
  • Swipe
  • Onion skin

9.22 KB | W: | H:

4.63 KB | W: | H:

src/assets/images/indexIcons/product-market.png
src/assets/images/indexIcons/product-market.png
src/assets/images/indexIcons/product-market.png
src/assets/images/indexIcons/product-market.png
  • 2-up
  • Swipe
  • Onion skin

2.29 KB | W: | H:

1.29 KB | W: | H:

src/assets/images/indexIcons/productLibary.png
src/assets/images/indexIcons/productLibary.png
src/assets/images/indexIcons/productLibary.png
src/assets/images/indexIcons/productLibary.png
  • 2-up
  • Swipe
  • Onion skin

6.89 KB | W: | H:

4.25 KB | W: | H:

src/assets/images/indexIcons/productPoster.png
src/assets/images/indexIcons/productPoster.png
src/assets/images/indexIcons/productPoster.png
src/assets/images/indexIcons/productPoster.png
  • 2-up
  • Swipe
  • Onion skin

8.12 KB | W: | H:

4.6 KB | W: | H:

src/assets/images/indexIcons/productTraining.png
src/assets/images/indexIcons/productTraining.png
src/assets/images/indexIcons/productTraining.png
src/assets/images/indexIcons/productTraining.png
  • 2-up
  • Swipe
  • Onion skin

8.55 KB | W: | H:

4.97 KB | W: | H:

src/assets/images/indexIcons/promotionTraining.png
src/assets/images/indexIcons/promotionTraining.png
src/assets/images/indexIcons/promotionTraining.png
src/assets/images/indexIcons/promotionTraining.png
  • 2-up
  • Swipe
  • Onion skin

429 Bytes | W: | H:

875 Bytes | W: | H:

src/assets/images/indexIcons/proposals.png
src/assets/images/indexIcons/proposals.png
src/assets/images/indexIcons/proposals.png
src/assets/images/indexIcons/proposals.png
  • 2-up
  • Swipe
  • Onion skin

2.05 KB | W: | H:

4.66 KB | W: | H:

src/assets/images/indexIcons/renewalManagement.png
src/assets/images/indexIcons/renewalManagement.png
src/assets/images/indexIcons/renewalManagement.png
src/assets/images/indexIcons/renewalManagement.png
  • 2-up
  • Swipe
  • Onion skin

7.78 KB | W: | H:

4.61 KB | W: | H:

src/assets/images/indexIcons/salary.png
src/assets/images/indexIcons/salary.png
src/assets/images/indexIcons/salary.png
src/assets/images/indexIcons/salary.png
  • 2-up
  • Swipe
  • Onion skin

7.3 KB | W: | H:

4.28 KB | W: | H:

src/assets/images/indexIcons/schedule.png
src/assets/images/indexIcons/schedule.png
src/assets/images/indexIcons/schedule.png
src/assets/images/indexIcons/schedule.png
  • 2-up
  • Swipe
  • Onion skin

8.27 KB | W: | H:

4.38 KB | W: | H:

src/assets/images/indexIcons/targetSetting.png
src/assets/images/indexIcons/targetSetting.png
src/assets/images/indexIcons/targetSetting.png
src/assets/images/indexIcons/targetSetting.png
  • 2-up
  • Swipe
  • Onion skin

9.27 KB | W: | H:

4.41 KB | W: | H:

src/assets/images/indexIcons/team.png
src/assets/images/indexIcons/team.png
src/assets/images/indexIcons/team.png
src/assets/images/indexIcons/team.png
  • 2-up
  • Swipe
  • Onion skin

1.5 KB | W: | H:

1.19 KB | W: | H:

src/assets/images/indexIcons/teamCompetition.png
src/assets/images/indexIcons/teamCompetition.png
src/assets/images/indexIcons/teamCompetition.png
src/assets/images/indexIcons/teamCompetition.png
  • 2-up
  • Swipe
  • Onion skin

8.43 KB | W: | H:

4.66 KB | W: | H:

src/assets/images/indexIcons/teamIncreaseStaff.png
src/assets/images/indexIcons/teamIncreaseStaff.png
src/assets/images/indexIcons/teamIncreaseStaff.png
src/assets/images/indexIcons/teamIncreaseStaff.png
  • 2-up
  • Swipe
  • Onion skin

1.26 KB | W: | H:

1.12 KB | W: | H:

src/assets/images/indexIcons/teamLearning.png
src/assets/images/indexIcons/teamLearning.png
src/assets/images/indexIcons/teamLearning.png
src/assets/images/indexIcons/teamLearning.png
  • 2-up
  • Swipe
  • Onion skin

8.76 KB | W: | H:

4.92 KB | W: | H:

src/assets/images/indexIcons/teamPerformance.png
src/assets/images/indexIcons/teamPerformance.png
src/assets/images/indexIcons/teamPerformance.png
src/assets/images/indexIcons/teamPerformance.png
  • 2-up
  • Swipe
  • Onion skin

1.67 KB | W: | H:

1.54 KB | W: | H:

src/assets/images/indexIcons/teamPromotionAssessment.png
src/assets/images/indexIcons/teamPromotionAssessment.png
src/assets/images/indexIcons/teamPromotionAssessment.png
src/assets/images/indexIcons/teamPromotionAssessment.png
  • 2-up
  • Swipe
  • Onion skin

7.79 KB | W: | H:

4.73 KB | W: | H:

src/assets/images/indexIcons/temPEP.png
src/assets/images/indexIcons/temPEP.png
src/assets/images/indexIcons/temPEP.png
src/assets/images/indexIcons/temPEP.png
  • 2-up
  • Swipe
  • Onion skin

4.79 KB | W: | H:

3.98 KB | W: | H:

src/assets/images/indexIcons/training.png
src/assets/images/indexIcons/training.png
src/assets/images/indexIcons/training.png
src/assets/images/indexIcons/training.png
  • 2-up
  • Swipe
  • Onion skin

495 Bytes | W: | H:

809 Bytes | W: | H:

src/assets/images/indexIcons/ydCollege.png
src/assets/images/indexIcons/ydCollege.png
src/assets/images/indexIcons/ydCollege.png
src/assets/images/indexIcons/ydCollege.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
<img src="assets/images/loading.gif" alt="loading" class="img-responsive" style="width: 68px;height: 68px;"> <img src="assets/images/loading.gif" alt="loading" class="img-responsive" style="width: 68px;height: 68px;">
</div> --> </div> -->
<div id="adv" <div id="adv"
style="width: 100%;min-width: 320px;height:100%;max-width: 640px;overflow: hidden;position: fixed;top: 0;right: 0; bottom: 0;left: 0;background: #fff;margin: auto;display: none;"> style="width: 100%;min-width: 320px;height:100%;max-width: 640px;overflow: hidden;position: fixed;top: 0;right: 0; bottom: 0;left: 0;background: #fff;margin: auto;display: none;z-index:3">
<div class="content" style="text-align: center;margin: 0 auto;"> <div class="content" style="text-align: center;margin: 0 auto;">
<img style="width:100%;margin-bottom: 15px;" src="assets/images/loading_bg.png"> <img style="width:100%;margin-bottom: 15px;" src="assets/images/loading_bg.png">
<!-- <div style="margin-top: 45%;">欢迎回家,先喝碗鸡汤</div> --> <!-- <div style="margin-top: 45%;">欢迎回家,先喝碗鸡汤</div> -->
......
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