Files
APP/pages/common/aboutUs/index.vue
2025-07-07 09:21:39 +08:00

25 lines
860 B
Vue

<template>
<view class="device-page">
<view class="deviceTitle">欢迎你使用我们的产品和服务!本用户协议(以下简称协议)由你(以下简称用户)[公司名称](以下简称我们本公司)就使用[产品名称]的相关事宜共同订立
欢迎你使用我们的产品和服务!本用户协议(以下简称协议)由你(以下简称用户)[公司名称](以下简称我们本公司)就使用[产品名称]的相关事宜共同订立</view>
</view>
</template>
<script>
</script>
<style scoped>
/* 页面整体样式 */
.device-page {
display: flex;
flex-direction: column;
min-height: 100vh;
background-color: rgb(18, 18, 18);
padding: 30rpx;
}
.deviceTitle{
color: rgba(255, 255, 255, 0.87);
line-height: 45mnrpx;
font-size: 28rpx;
}
</style>