123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <template>
- <view class="aboutUs-content">
- <view class="aboutUs-content-info">
- <u-image src="/static/log-s.png" width="144" height="144" class="logo"></u-image>
- <view class="content-title">关于修配易码通</view>
- <view class="content-version">Version 1.0.0</view>
- </view>
- <view>陕西山海高科信息技术有限公司专注于汽车服务行业,是一家以先进云端互联网技术驱动的公司,致力于通过saas云门店管理系统为汽车综修厂、社区店以及大量的中小门店赋能。以解决汽车维修、美容、保养等业务中发生的一系列问题。</view>
- <view>修配易码通设计了一套完善的降本增效方案,在引流获客、员工提成、营销活动、财务报表、数据分析等方面获得客户一致认可。</view>
- <view>陕西山海高科信息技术有限公司将通过持续的科技成果转化为推动汽后市场发展提供动力,帮助更多服务终端、供应链企业、主机厂商、银行以及保险等汽车后市场参与方转型升级。</view>
- </view>
- </template>
- <script>
- </script>
- <style lang="less">
- .aboutUs-content{
- width: 100%;
- height: 100vh;
- padding: 0 60upx;
- > view{
- margin-bottom: 30upx;
- line-height: 50upx;
- }
- .aboutUs-content-info{
- text-align: center;
- .logo{
- display: inline-block;
- margin: 100upx auto 60upx;
- // text-align: center;
- }
- .content-title{
- font-size: 38upx;
- // text-align: center;
- }
- .content-version{
- // text-align: center;
- font-size: 32upx;
- color:#666E75;
- margin: 10upx 0 80upx;
- }
- }
- .content-text{
- color:#666E75;
- // font-size: 28upx;
- margin-bottom: 50upx;
- text-indent:2em
- }
- // .last-text{
- // margin-bottom: 0;
- // }
- }
- </style>
|