公用模块放common
This commit is contained in:
25
pages/common/aboutUs/index.vue
Normal file
25
pages/common/aboutUs/index.vue
Normal file
@ -0,0 +1,25 @@
|
||||
<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>
|
Reference in New Issue
Block a user