diff --git a/css/ionic.app.css b/css/ionic.app.css index 021c363..11964b1 100755 --- a/css/ionic.app.css +++ b/css/ionic.app.css @@ -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); @@ -7692,4 +7751,7 @@ a.button { position: absolute; opacity: 0; -webkit-transition-duration: 0s; - transition-duration: 0s; } + transition-duration: 0s; + +} + diff --git a/js/app.js b/js/app.js index c97d158..afbf1fe 100755 --- a/js/app.js +++ b/js/app.js @@ -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' @@ -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', { diff --git a/js/controllers.js b/js/controllers.js index 33d3b0d..542e756 100755 --- a/js/controllers.js +++ b/js/controllers.js @@ -13,7 +13,9 @@ angular.module('starter.controllers', []) //}); }) - +.controller('mainShenghuaCtrl',function($scope) { + +}) .controller('examCtrl', function($scope) { $scope.win = { @@ -420,7 +422,9 @@ angular.module('starter.controllers', []) //Rest.getProducts({type:'privatefunds'}); //Rest.login('customer','password'); + $scope.data.categories = Main.getCategories(); + }) diff --git a/templates/common.html b/templates/common.html old mode 100644 new mode 100755 diff --git a/templates/common/booking_menu.html b/templates/common/booking_menu.html old mode 100644 new mode 100755 diff --git a/templates/common/order_detail.html b/templates/common/order_detail.html old mode 100644 new mode 100755 diff --git a/templates/common/order_menu.html b/templates/common/order_menu.html old mode 100644 new mode 100755 diff --git a/templates/common/product1.html b/templates/common/product1.html old mode 100644 new mode 100755 diff --git a/templates/common/product_option.html b/templates/common/product_option.html old mode 100644 new mode 100755 diff --git a/templates/common/product_option1.html b/templates/common/product_option1.html old mode 100644 new mode 100755 diff --git a/templates/common/register.html b/templates/common/register.html old mode 100644 new mode 100755 diff --git a/templates/exam/exam_customer.html b/templates/exam/exam_customer.html old mode 100644 new mode 100755 diff --git a/templates/exam/exam_menu.html b/templates/exam/exam_menu.html old mode 100644 new mode 100755 diff --git a/templates/exam/shenghua.html b/templates/exam/shenghua.html new file mode 100644 index 0000000..1240ea9 --- /dev/null +++ b/templates/exam/shenghua.html @@ -0,0 +1,18 @@ + + + +
+ +
2
+ +
+ + + + + +
+

sdfg

+
+
+
diff --git a/templates/main.html b/templates/main.html index 6863277..41fb36b 100755 --- a/templates/main.html +++ b/templates/main.html @@ -15,6 +15,11 @@ --> + + + + +
@@ -126,6 +131,7 @@ 我已阅读并同意《首席金服用户协议》

+ @@ -194,6 +200,10 @@ + + + + - -
- 推荐 - 热销 - 粤财·瀚信中鼎盈丰2期 -
- -
- 63% -

10.50% 预期年化

-

120天 理财期限

-
- 目标规模 36,500.00 万元 - 认购费用 100 万起 - 剩余时间 21 -
-
- - - - - -
- -
- 推荐 - 热销 - 粤财·瀚信中鼎盈丰2期 -
- -
- 63% -

10.50% 预期年化

-

120天 理财期限

-
- 目标规模 36,500.00 万元 - 认购费用 100 万起 - 剩余时间 21 -
-
- -
- - - 精选信托产品 - -
- -
- 推荐 - 热销 - 粤财·瀚信中鼎盈丰2期 -
- -
- 63% -

10.50% 预期年化

-

120天 理财期限

-
- 目标规模 36,500.00 万元 - 认购费用 100 万起 - 剩余时间 21 -
-
- -
- - - -
- -
- 推荐 - 热销 - 粤财·瀚信中鼎盈丰2期 -
- -
- 63% -

10.50% 预期年化

-

120天 理财期限

-
- 目标规模 36,500.00 万元 - 认购费用 100 万起 - 剩余时间 21 -
-
- -
- - + + +
+ + 海外投资 + 分散风险•分享成长 + +
+ +
+ + 家族办公室 + 全方位的财富保护•管理•传承 + +
+ +
+ + 海外保险 + 关爱家庭•呵护人生 + +
+ +