软测宝小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

53 lines
3.0 KiB

<template>
<view>
<view class="bureau">
<view style="margin-bottom: 43px;">
<img src="/static/index/logo.png" alt="">
<p style="margin: 10px 0;">小关软测宝</p>
<p style="font-size:.8rem;font-weight: 400;letter-spacing: 0.7rem;">专业软件测试云平台</p>
</view>
</view>
<view style="width: 90vw;margin: 0 5vw;">
<!-- <p style="color: #333333;line-height: 42rpx;margin-bottom:13px;">北京关键科技股份有限公司成立于2005年总部位于北京昌平
未来科学城国电投研究院园区内目前在西安上海武汉重庆成都及广州均有分公司及办事处</p>text-indent:25px; -->
<p style="color: #333333;line-height:50rpx;margin-bottom:13px;text-indent: 2em;">北京关键科技股份有限公司成立于2005年是国家级高新技术企业双软认证企业CNAS国家认可实验室认证,连续多年被评为北京市纳税信用A级企业单位为院校电力轨道交通金融和电信等行业提供软件工程软件测试信息安全大数据高性能计算等方面的产品服务和技术解决方案</p>
<p style="color: #333333;line-height:50rpx;margin-bottom:13px;text-indent: 2em;">为员工服务为用户奋斗是关键科技的司训宗旨关键科技的一切来自于员工为员工服务是关键科技事业兴旺发达的内在前提关键科技的事业源自于用户为用户奋斗是关键科技事业持续发展的必然结果为员工服务是为实现为用户奋斗准备有生力量为用户奋斗是为实现为员工服务提供再生能量两者有机统一互为支撑</p>
<p style="color: #333333;line-height:50rpx;margin-bottom:13px;text-indent: 2em;">个人为事业服务事业为社会服务个人的服务是超报酬的社会的服务是超经济的是公司理念的价值链公司为员工增值员工为事业创造价值事业为社会创造价值新的价值所形成的新的经济会超越并提升现有的经济</p>
<p style="color: #333333;line-height:50rpx;margin-bottom:13px;text-indent: 2em;">谋关键的事创关键的业做关键的人何为关键的事何为关键的业又何为关键的人呢关键的事是一个战术问题对内推动变革保持价值观一致实行有效沟通保证信息对称员工价值增值创造价值再把价值贡献给社会</p>
<u-line ></u-line>
<p style='color: #808080;font-size: 13px;margin:13px 0 10px 0;'>官方网站www.keyitest.cn</p>
<p style='color: #808080;font-size: 13px;'>客服电话010-80750213</p>
<div style="height: 50px;"> </div>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
.bureau{
text-align: center;
margin: 5vh auto 3vh auto;
}
.bureau img{
width:70px;
height:58px;
margin-right: 5px;
}
.bureau p{
font-size:1.3rem;
font-weight: bold;
color:#0A8AD3;
}
</style>