软测宝小程序
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.
 
 
 

46 lines
967 B

<template>
<view class="bureau">
<view style="display:flex;" >
<img src="/static/index/logo.png" alt="">
<view>
<p style="margin:7px 0 3px 0;font-size:1.2rem;color:#333333;">小关软测宝</p>
<p style="letter-spacing: 0.2rem;color: #808080;">专业软件测试云平台</p>
</view>
</view>
<view style="display:flex;justify-content: space-between;margin:30px 0 0px 0;">
<p>网站https://keyitest.cn</p>
<u-link href="https://keyitest.cn">复制</u-link>
</view>
<!-- <view style="display:flex;justify-content: space-between;">
<p>备用网站https://keyitest.cn</p>
<u-link href="https://keyitest.cn">复制</u-link>
</view> -->
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
.bureau{
background-color: #FFFFFF;
padding:3vh 8vw 8vh 8vw;
}
.bureau img{
width:70px;
height:60px;
margin-right: 15px;
}
</style>