means.vue 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. <template>
  2. <div class="means">
  3. <div class="container">
  4. <div class="top clearfix">
  5. <div class="title">
  6. <p>Auxiliary means</p>
  7. <h2>辅助工具</h2>
  8. </div>
  9. </div>
  10. <ul class="content clearfix list-unstyled">
  11. <li>
  12. <h4 class="first">UAS系统</h4>
  13. <p>UAS通过为客户提供信息化产品以及咨询服务,帮助客户在多组织、跨地域快速发展时从容地管理自己的业务,同时帮助客户累积信息和知识,使客户能在坚实基础上健康成长。<br/>
  14. 基于对客户需求独特的理解,为客户建立专业、有效、具协同性和集成性管理系统,从而帮助客户简化日常运作管理,最大化地提升客户竞争力。<br/>
  15. UAS建立在B/S架构上,包括ERP、OA、CRM、HR、PLM等模块。UAS同时还能支持集团公司的运作,区分多公司、多工厂的模式</p></li>
  16. <li><img src="/images/btbBusiness/dynamic-graph.gif"></li>
  17. <li>
  18. <h4>优软商城</h4>
  19. <p style="margin-bottom: 15px;">优软商城(UsoftMall)成立于2016年,总部位于南山区高新技术产业园科技南5路英唐大厦一楼。 优软商城是由深圳市优软商城科技有限公司,为真正地解决电子信息行业的众多难题,秉持回归互联网精神的 “分享与链接”, 基于垂直细分理念打造的一个全球询价共享平台。 优软商城智能询价求购服务基于大数据结合人工智能,智能自动匹配商家询价求购信息,让供应商商机无限拓展,让采购商省时省力更省心。 目前我们拥有7千多家企业用户 7500家的原厂品牌,拥有超过1100万现货型号,交易额月均8亿,2017年公司产业互联网平台“优软云” GMV 已破100亿元,2018年目标有望超过300 亿元。 优软商城的主要服务有:询价求购、入驻开店、供应商资源对接、品牌墙、标准器件库、器件选型、垫资代采 。</p>
  20. <h4>优企云服</h4>
  21. <p>优软SAAS是UAS在云模式下的精简版,核心是给企业提供与优软B2B平台进行有效对接的内部管理软件。<br/>制造业及流通业的中小规模的企业,通过租用方式,在优软SAAS上开通企业数据库,进行内部的物流、财务、制造、流程等的管控。</p>
  22. </li>
  23. </ul>
  24. </div>
  25. </div>
  26. </template>
  27. <script>
  28. export default {
  29. name: 'AuxiliaryMeans',
  30. data () {
  31. return {
  32. featureData: [{
  33. illustrationF: '颠覆传统ERP及',
  34. illustrationS: '管理软件市场模式'
  35. }, {
  36. illustrationF: '平台用户的链式',
  37. illustrationS: '反应式发展'
  38. }, {
  39. illustrationF: '企业信息化',
  40. illustrationS: '全面解决方案'
  41. }, {
  42. illustrationF: '全过程的移动',
  43. illustrationS: '互联解决方案'
  44. }, {
  45. illustrationF: ' 全智能的',
  46. illustrationS: '交易平台'
  47. }, {
  48. illustrationF: '平台用户的链式',
  49. illustrationS: '反应式发展'
  50. }]
  51. }
  52. }
  53. }
  54. </script>
  55. <style type="text/scss" lang="scss" scoped>
  56. .means{
  57. width: 100%;
  58. min-width: 1190px;
  59. height: 604px;
  60. .container{
  61. width: 1190px;
  62. margin: 0 auto;
  63. .top{
  64. padding-top:30px;
  65. margin-bottom:50px;
  66. .title{
  67. margin: 0 auto;
  68. text-align: center;
  69. width:215px;
  70. border-bottom:1px solid #ff7070;
  71. p{
  72. margin:0;
  73. font-family: FZLTXHK;
  74. font-size: 14px;
  75. color: #666;
  76. }
  77. h2{
  78. font-size: 32px;
  79. margin:0;
  80. line-height: 46px;
  81. color: #333;
  82. }
  83. &::before{
  84. content: '';
  85. display:block;
  86. position:relative;
  87. left:55px;
  88. top:61px;
  89. width:105px;
  90. height:1px;
  91. background: #00caff;
  92. }
  93. &::after{
  94. content: '';
  95. display:block;
  96. position:relative;
  97. left:55px;
  98. top:4px;
  99. width:105px;
  100. height:1px;
  101. background: #4391f7;
  102. }
  103. }
  104. }
  105. .content{
  106. width: 100%;
  107. margin: 0 auto;
  108. padding-left:2px;
  109. li{
  110. float: left;
  111. margin-right: 20px;
  112. width: 366px;
  113. h4{
  114. font-family: "Microsoft Yahei", "微软雅黑";
  115. font-weight: bold;
  116. color: #2c7adf;
  117. font-size: 16px;
  118. margin: 0px 0px 15px 0px;
  119. &.first{
  120. margin: 0px 0px 15px 5px;
  121. }
  122. }
  123. p{
  124. font-size: 12px;
  125. color: #666666;
  126. line-height: 20px;
  127. /* white-space:pre-line;
  128. word-wrap:break-word;
  129. word-break:break-all;*/
  130. }
  131. &:nth-child(1){
  132. p{
  133. text-align: right;
  134. }
  135. }
  136. &:nth-child(2){
  137. width: 399px;
  138. }
  139. &:nth-child(3){
  140. width: 376px;
  141. margin-right: 0px;
  142. }
  143. }
  144. }
  145. }
  146. }
  147. </style>