版权简化

feat/task1-c-wallet
gongfuxiang 2019-01-21 23:04:29 +08:00
parent 1bdd800f50
commit 9a43e9234e
5 changed files with 3 additions and 16 deletions

View File

@ -25,8 +25,7 @@
{{/foreach}}
</div>
<div class="am-footer-miscs">
<p><a href="http://shopxo.net/" title="ShopXO电商系统" target="_blank" class="">ShopXO</a> 提供技术支持</p>
<p>CopyRight©2016-{{:date('Y')}} ShopXO {{$Think.APPLICATION_VERSION}} Inc.</p>
<p>Powered by <a href="http://shopxo.net/" title="ShopXO电商系统" target="_blank">ShopXO</a> {{$Think.APPLICATION_VERSION}}</p>
<p>
<a href="http://www.miitbeian.gov.cn/" target="_blank">{{:MyC('home_site_icp')}}</a>
</p>

View File

@ -190,11 +190,6 @@ textarea {
text-align: center;
padding: 20rpx 0;
}
.copyright .title {
font-size: 30rpx;
font-weight: 500;
margin-bottom: 5rpx;
}
.copyright .text {
font-size: 26rpx;
font-weight: 400;

View File

@ -1,6 +1,5 @@
<template name="copyright">
<view class="copyright">
<view class="title">ShopXO企业级B2C开源电商系统</view>
<view class="text">技术支持 shopxo.net</view>
<view class="text">Powered by ShopXO v1.2.0</view>
</view>
</template>

View File

@ -197,11 +197,6 @@ textarea {
text-align: center;
padding: 20rpx 0;
}
.copyright .title {
font-size: 30rpx;
font-weight: 500;
margin-bottom: 5rpx;
}
.copyright .text {
font-size: 26rpx;
font-weight: 400;

View File

@ -1,6 +1,5 @@
<template name="copyright">
<view class="copyright">
<view class="title">ShopXO企业级B2C开源电商系统</view>
<view class="text">技术支持 shopxo.net</view>
<view class="text">Powered by ShopXO v1.2.0</view>
</view>
</template>