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
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>
|
|
|