Browse Source

完成2.0开发

master
gaoxs 5 years ago
parent
commit
a4be7ec783
  1. 11
      pages/user/User/index.vue

11
pages/user/User/index.vue

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

Loading…
Cancel
Save