提交 e158c2c9 编写于 作者: D devil_gong

优化

上级 f053ee55
......@@ -185,6 +185,21 @@ textarea {
}
/* 业务公共 */
.copyright {
color: #a5a5a5;
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;
}
.sales-price {
color: #f40;
font-weight: bold;
......
<template name="copyright">
<view class="copyright">
<view class="title">ShopXO企业级B2C开源电商系统</view>
<view class="text">技术支持 shopxo.net</view>
</view>
</template>
\ No newline at end of file
......@@ -60,3 +60,7 @@
<!-- 结尾 -->
<import src="/pages/common/bottom_line.axml" />
<template is="bottom_line" data="{{status: data_bottom_line_status}}"></template>
<!-- 版权 -->
<import src="/pages/common/copyright.axml" />
<template is="copyright"></template>
\ No newline at end of file
......@@ -49,18 +49,24 @@
</view>
</block>
<view class="nav-item br-b" onTap="clear_storage">
<image src="/images/user-nav-cache-icon.png" class="item-icon" mode="widthFix" />
<text class="item-name">清除缓存</text>
</view>
<view class="nav-item br-b" onTap="clear_storage">
<image src="/images/user-nav-cache-icon.png" class="item-icon" mode="widthFix" />
<text class="item-name">清除缓存</text>
</view>
<view a:if="{{customer_service_tel != null}}" class="nav-item" onTap="call_event">
<image src="/images/user-nav-customer-service-icon.png" class="item-icon" mode="widthFix" />
<text class="item-name">联系客服 </text>
<text class="item-name cr-blue">{{customer_service_tel}}</text>
</view>
<view a:if="{{customer_service_tel != null}}" class="nav-item" onTap="call_event">
<image src="/images/user-nav-customer-service-icon.png" class="item-icon" mode="widthFix" />
<text class="item-name">联系客服 </text>
<text class="item-name cr-blue">{{customer_service_tel}}</text>
</view>
</view>
<!-- 用户中心公告 -->
<view a:if="{{common_user_center_notice != null}}" class="user-notice">
<view class="tips">{{common_user_center_notice}}</view>
</view>
<!-- 版权 -->
<import src="/pages/common/copyright.axml" />
<template is="copyright">
</template>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册