版权简化
parent
1bdd800f50
commit
9a43e9234e
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Reference in New Issue