小程序版权标签
时间:2019-10-14 23:55:07
收藏:0
阅读:162
<view> <text class=‘copyright‘>Copyright (c) 2019 龙城山大</text> </view>
css
.copyright{ font-size: 20rpx; color: #999999; position: fixed; text-align: center; bottom: 30rpx; left: 0; right: 0; }
效果
评论(0)