Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shenghua update #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 63 additions & 1 deletion css/ionic.app.css
Original file line number Diff line number Diff line change
Expand Up @@ -7574,6 +7574,65 @@ a.button {
-webkit-transition: all ease-in-out 250ms;
transition: all ease-in-out 250ms; }

.common-main-view .sytjdv1, .common-main-view .sytjdv2, .common-main-view .sytjdv3 {
width: 96%;
height: 2.5rem;
margin: 0.4rem auto;
padding-top: 0.45rem;
border-radius: 3px;
overflow: hidden; }


.common-main-view .sytjdv1 {
background: url(../teImg/jwtz.png) no-repeat;
background-size: cover; }
.common-main-view .sytjdv2 {
background: url(../teImg/jzbgs.png) repeat-x;
background-size: cover; }
.common-main-view .sytjdv3 {
background: url(../teImg/hwbx.png) repeat-x;
background-size: cover; }
.common-main-view .sytjdv1 > span, .common-main-view .sytjdv1 > em, .common-main-view .sytjdv1 > i, .common-main-view .sytjdv2 > span, .common-main-view .sytjdv2 > em, .common-main-view .sytjdv2 > i, .common-main-view .sytjdv3 > span, .common-main-view .sytjdv3 > em, .common-main-view .sytjdv3 > i {
width: 100%;
padding: 0rem 2%;
display: block; }
.common-main-view .sytjdv1 > span, .common-main-view .sytjdv2 > span, .common-main-view .sytjdv3 > span {
font-size: 0.52rem;
line-height: 0.52rem;
height: 0.54rem;
overflow: hidden;
font-weight: bold; }
.common-main-view .sytjdv1 > em, .common-main-view .sytjdv2 > em, .common-main-view .sytjdv3 > em {
font-size: 0.3rem;
line-height: 0.3rem;
height: 0.32rem;
overflow: hidden;
margin-top: 0.22rem; }
.common-main-view .sytjdv1 > i, .common-main-view .sytjdv2 > i, .common-main-view .sytjdv3 > i {
font-size: 0.2rem;
line-height: 0.2rem;
height: 0.24rem;
overflow: hidden;
margin-top: 0.16rem; }
.common-main-view .sytjdv1 > span {
color: #8491a4; }
.common-main-view .sytjdv2 > span {
color: #8491a4; }
.common-main-view .sytjdv3 > span {
color: #8491a4; }
.common-main-view .sytjdv1 > em {
color: #e89440; }
.common-main-view .sytjdv2 > em {
color: #e89440; }
.common-main-view .sytjdv3 > em {
color: #e89440; }
.common-main-view .sytjdv1 > i {
color: #88aec9; }
.common-main-view .sytjdv2 > i {
color: #88aec9; }
.common-main-view .sytjdv3 > i {
color: #88aec9; }

@-webkit-keyframes scaleOut {
from {
-webkit-transform: scale(1);
Expand Down Expand Up @@ -7692,4 +7751,7 @@ a.button {
position: absolute;
opacity: 0;
-webkit-transition-duration: 0s;
transition-duration: 0s; }
transition-duration: 0s;

}

13 changes: 11 additions & 2 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ angular.module('starter', ['ionic', 'ngCordova', 'ionicMultipleViews', 'starter.
$stateProvider
.state('product', {
url: '/product',
views: {
views: {生化
'product-detail': {
templateUrl: 'templates/product.html',
controller: 'productDetailCtrl'
Expand Down Expand Up @@ -89,10 +89,19 @@ angular.module('starter', ['ionic', 'ngCordova', 'ionicMultipleViews', 'starter.
'main-products': {
templateUrl: 'templates/main/products.html',
controller: 'mainProductsCtrl'
}
},
}
})

.state('main.shenghua',{
url:'/shenghua',
views:{
'main-shenghua':{
templateUrl:'templates/exam/shenghua.html',
controller:'mainsShenghuaCtrl'
}
}
})


.state('main.guest', {
Expand Down
6 changes: 5 additions & 1 deletion js/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ angular.module('starter.controllers', [])

//});
})

.controller('mainShenghuaCtrl',function($scope) {

})

.controller('examCtrl', function($scope) {
$scope.win = {
Expand Down Expand Up @@ -420,7 +422,9 @@ angular.module('starter.controllers', [])

//Rest.getProducts({type:'privatefunds'});
//Rest.login('customer','password');

$scope.data.categories = Main.getCategories();

})


Expand Down
Empty file modified templates/common.html
100644 → 100755
Empty file.
Empty file modified templates/common/booking_menu.html
100644 → 100755
Empty file.
Empty file modified templates/common/order_detail.html
100644 → 100755
Empty file.
Empty file modified templates/common/order_menu.html
100644 → 100755
Empty file.
Empty file modified templates/common/product1.html
100644 → 100755
Empty file.
Empty file modified templates/common/product_option.html
100644 → 100755
Empty file.
Empty file modified templates/common/product_option1.html
100644 → 100755
Empty file.
Empty file modified templates/common/register.html
100644 → 100755
Empty file.
Empty file modified templates/exam/exam_customer.html
100644 → 100755
Empty file.
Empty file modified templates/exam/exam_menu.html
100644 → 100755
Empty file.
18 changes: 18 additions & 0 deletions templates/exam/shenghua.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<ion-nav-bar>

</ion-nav-bar>
<div class="header">
<div class="hdlogo"><img src="teImg/logotop.png" /></div>
<div class="hdrright">2</div>

</div>
<ion-view view-title="shenghua">


<ion-content class="content cls">

<div class="main1">
<p>sdfg</p>
</div>
</ion-content>
</ion-view>
10 changes: 10 additions & 0 deletions templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
-->







<!--提示页-->
<div ng-switch on="data.warning.status">

Expand Down Expand Up @@ -126,6 +131,7 @@
<em>我已阅读并同意<i>《首席金服用户协议》</i></em>
</p>
</div>


<input type="submit" class="ccxxdvtj" value="提交申购" ng-click="addOrder()"/>

Expand Down Expand Up @@ -194,6 +200,10 @@
<ion-nav-view name="main-products"></ion-nav-view>
</ion-tab>

<!--Products Tab-->
<ion-tab title="shenghua" icon-off="ion-ios-search" icon-on="ion-ios-search-strong" href="#/main/templates/exam/shenghua">
<ion-nav-view name="main-shenghua"></ion-nav-view>
</ion-tab>
<!-- ToolBox Tab -->
<!--
<ion-tab title="我的" icon-off="ion-ios-chatboxes-outline" icon-on="ion-ios-chatboxes" href="#/main/my" ng-switch-when='customer'>
Expand Down
Empty file modified templates/main/guest.html
100644 → 100755
Empty file.
122 changes: 25 additions & 97 deletions templates/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@


<div class="lbanr11bj">
<p class="synr2img"><span></span> <em>【首席金服消息】粤财·瀚信中鼎盈丰2期,强势登场!</em></p>
<p class="synr2img"><span></span> <em>【首席金服】粤财·瀚信中鼎盈丰2期,强势登场!</em></p>
<ion-scroll direction="x">
<div class="lbanr1">
<ul>
Expand Down Expand Up @@ -79,102 +79,30 @@
</div>


<div class="synr4dv">
<em class="synr4yy"></em>
<span class="synr3tit">精选私募产品</span>

<div class="xyglcsrrdv"><!--产品-->

<div class="xxlsrrp">
<span class="xxlsyyss1">推荐</span>
<span class="xxlsyyss2">热销</span>
<em>粤财·瀚信中鼎盈丰2期</em>
</div>

<div class="ssxqbmdv">
<span class="ssxqmf1">63%</span>
<p><span>10.50%</span> <em>预期年化</em></p>
<p><span>120天</span> <em>理财期限</em></p>
<div class="xxxqrr">
<span>目标规模 <em> 36,500.00 </em>万元</span>
<span>认购费用 <em> 100 </em>万起</span>
<span>剩余时间 <em> 21 </em>天</span>
</div>
</div>

</div> <!--产品-->



<div class="xyglcsrrdv"><!--产品-->

<div class="xxlsrrp">
<span class="xxlsyyss1">推荐</span>
<span class="xxlsyyss2">热销</span>
<em>粤财·瀚信中鼎盈丰2期</em>
</div>

<div class="ssxqbmdv">
<span class="ssxqmf1">63%</span>
<p><span>10.50%</span> <em>预期年化</em></p>
<p><span>120天</span> <em>理财期限</em></p>
<div class="xxxqrr">
<span>目标规模 <em> 36,500.00 </em>万元</span>
<span>认购费用 <em> 100 </em>万起</span>
<span>剩余时间 <em> 21 </em>天</span>
</div>
</div>

</div> <!--产品-->

<em class="synr4yy"></em>
<span class="synr3tit">精选信托产品</span>

<div class="xyglcsrrdv"><!--产品-->

<div class="xxlsrrp">
<span class="xxlsyyss1">推荐</span>
<span class="xxlsyyss2">热销</span>
<em>粤财·瀚信中鼎盈丰2期</em>
</div>

<div class="ssxqbmdv">
<span class="ssxqmf1">63%</span>
<p><span>10.50%</span> <em>预期年化</em></p>
<p><span>120天</span> <em>理财期限</em></p>
<div class="xxxqrr">
<span>目标规模 <em> 36,500.00 </em>万元</span>
<span>认购费用 <em> 100 </em>万起</span>
<span>剩余时间 <em> 21 </em>天</span>
</div>
</div>

</div> <!--产品-->



<div class="xyglcsrrdv"><!--产品-->

<div class="xxlsrrp">
<span class="xxlsyyss1">推荐</span>
<span class="xxlsyyss2">热销</span>
<em>粤财·瀚信中鼎盈丰2期</em>
</div>

<div class="ssxqbmdv">
<span class="ssxqmf1">63%</span>
<p><span>10.50%</span> <em>预期年化</em></p>
<p><span>120天</span> <em>理财期限</em></p>
<div class="xxxqrr">
<span>目标规模 <em> 36,500.00 </em>万元</span>
<span>认购费用 <em> 100 </em>万起</span>
<span>剩余时间 <em> 21 </em>天</span>
</div>
</div>

</div> <!--产品-->
</div>


<!-- 首页添加-s -->
<div class="sytjdv1" ng-click="goPromotion(1)">

<span>海外投资</span>
<em>分散风险•分享成长</em>
<!--<i>全覆盖 · 多角度 · 一站式</i>-->
</div>

<div class="sytjdv2" ng-click="goPromotion(2)">

<span>家族办公室</span>
<em>全方位的财富保护•管理•传承</em>
<!--<i>让您的家业永保长青</i>-->
</div>

<div class="sytjdv3" ng-click="goPromotion(3)">

<span>海外保险</span>
<em>关爱家庭•呵护人生</em>
<!--<i>让您的家业永保长青</i>-->
</div>
<!-- 首页添加-e -->
<!--<a href="#" onclick="window.open('http://www.youdao.com', 'location=yes')">dsfsagsag</a>-->

<!--
<div class="lbanr2dv">
Expand Down
8 changes: 8 additions & 0 deletions templates/main/ipad.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders":
[
{
"path": "/Users/tengyao/Desktop/fpsb_ipad"
}
]
}
Loading