bannerContent.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <ion-view view-title="轮播图详情页">
  2. <div class="bar bar-header" style="background-color:transparent;background-image: none;">
  3. <button class="button button-icon icon ion-ios-arrow-left" data-tap-disabled="true" ng-click="goback()" style="color:#fff;"></button>
  4. </div>
  5. <ion-content>
  6. <div class="mod-body">
  7. <!--正文Start-->
  8. <div class="activityAll">
  9. <div class="topBanner">
  10. <div class="leftInfos">
  11. <h3 ng-if="defaultLan == 'Chinese'">
  12. 技术转移{{versionno}}
  13. <span class="taps"></span>
  14. </h3>
  15. <h3 ng-if="defaultLan == 'English'">
  16. Technology transfer{{versionno}}
  17. </h3>
  18. <p ng-if="defaultLan == 'Chinese'">
  19. <span ng-repeat="r in subTitList track by $index" ng-bind="r.title"></span>
  20. </p>
  21. <p ng-if="defaultLan == 'English'">
  22. <span>Resource crowdfunding Distributed Architecture Multi dimensional evaluation</span>
  23. </p>
  24. </div>
  25. <div class="rightImgs" ng-if="defaultLan == 'Chinese'"><em></em></div>
  26. <div class="underWave"></div>
  27. </div>
  28. <div class="estensionAll" ng-repeat="h in bannerContentList track by $index" ng-if="defaultLan == 'Chinese'">
  29. <h3 ng-bind="h.title"></h3>
  30. <p ng-bind="h.content"></p>
  31. <div class="underImgs">
  32. <img ng-src="{{h.systemPictureList[0].originalName|imgfilter}}"/>
  33. </div>
  34. </div>
  35. <div class="estensionAll" ng-if="defaultLan == 'English'">
  36. <h3>Resource crowdfunding</h3>
  37. <p>Ordinary app users can obtain and share the latest content of science and technology resource library, and obtain corresponding points in the visit and input of resources in technology transfer.</p>
  38. <h3>Distributed Architecture</h3>
  39. <p>The platform provides distributed deployment and multi node technology transfer cloud platform for regional resource database.</p>
  40. <h3>Multi dimensional evaluation</h3>
  41. <p>App users become the auditors of technical resources. The multi-dimensional evaluation of demand and achievements makes the market of technology transfer grow explosively!</p>
  42. </div>
  43. <div class="underMiniBanner">
  44. <h3 ng-if="defaultLan == 'Chinese'">App技转更容易<span>需求成果匹配更简单</span></h3>
  45. <h3 ng-if="defaultLan == 'English'">App technology transfer is easier<span>The matching of requirements and achivements is simpler</span></h3>
  46. </div>
  47. </div>
  48. <!--正文End-->
  49. </div>
  50. </ion-content>
  51. </ion-view>