fc010315 by qingxiao

隐私声明 个人资料声明 使用条款 文案修改

1 parent 06e347c5
import api from '@/api/api'
import {
httpGet,
httpPost
} from '@/api/fetch-api.js'
export default {
data() {
return {
key: 'value'
}
},
components: {},
methods: {
initData() {}
},
mounted() {},
created() {
console.log(this.$i18n.locale);
}
}
@import '@/styles/_support';
.content {
padding-bottom: 8.5rem;
}
.box {
position: relative;
}
.top-space {
height: 3rem;
}
.tit {
text-align: center;
font-size: $fontSizeTitle;
font-weight: bold;
letter-spacing: 1.8px;
}
.desc {
max-width: $articleWidth;
margin-top: 3rem;
line-height: 2;
letter-spacing: 1.2px;
}
@media (max-width: 1200px) {
.content {
@include content-percent();
padding-bottom: $marginMedium-M;
}
}