完成2.0开发

This commit is contained in:
gaoxs
2020-06-16 18:39:42 +08:00
parent f1f70c2066
commit a4be7ec783

View File

@ -143,15 +143,11 @@
<!-- </view>
</view>-->
</view>
<view class="by">
<text class="by-text">By@Yshop</text>
</view>
<view class="by">
<view>
<text class="by-text">Copyright © 2020</text>
<text class="by-text">www.yixiang.co提供技术支持</text>
</view>
</view>
<view class="footer-line-height"></view>
<!-- <SwitchWindow
v-on:changeswitch="changeswitch"
:switchActive="switchActive"
@ -396,10 +392,11 @@ export default {
.by {
text-align: center;
margin-top: 30rpx;
padding: 30rpx 0;
}
.by-text {
text-align: center;
font-size: 30rpx;
font-size: 24rpx;
}
</style>