增加静态资源文件,修改秒杀页面样式问题
This commit is contained in:
@ -115,17 +115,17 @@
|
||||
<!--</!--<view>-->
|
||||
<!-- </view>
|
||||
</view>-->
|
||||
</view>
|
||||
<view class="by">
|
||||
<text class="by-text">By@意象</text>
|
||||
</view>
|
||||
<view class="by">
|
||||
<view>
|
||||
<text class="by-text">Copyright © 2020</text>
|
||||
</view>
|
||||
<view>
|
||||
<text class="by-text">漯河市大有前途网络科技有限公司</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="by">
|
||||
<text class="by-text">By@意象</text>
|
||||
</view>
|
||||
<view class="by">
|
||||
<view>
|
||||
<text class="by-text">Copyright © 2020</text>
|
||||
</view>
|
||||
<view>
|
||||
<text class="by-text">漯河市大有前途网络科技有限公司</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="footer-line-height"></view>
|
||||
<!-- <SwitchWindow
|
||||
@ -303,7 +303,7 @@
|
||||
this.MenuUser();
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
onShow() {
|
||||
console.log(this.$store.getters.token)
|
||||
console.log(this.userInfo);
|
||||
if (this.$store.getters.token) {
|
||||
@ -323,14 +323,14 @@
|
||||
.order-status-num {
|
||||
min-width: 0.33*100rpx;
|
||||
background-color: #fff;
|
||||
color: #73cbb6;
|
||||
color: #00c17b;
|
||||
border-radius: 15px;
|
||||
position: absolute;
|
||||
right: -0.14*100rpx;
|
||||
top: -0.15*100rpx;
|
||||
font-size: 0.2*100rpx;
|
||||
padding: 0 0.08*100rpx;
|
||||
border: 1px solid #73cbb6;
|
||||
border: 1px solid #00c17b;
|
||||
}
|
||||
|
||||
.pictrue {
|
||||
@ -351,14 +351,14 @@
|
||||
line-height: 1.5;
|
||||
border: 1px solid #e8695e;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.by{
|
||||
text-align:center;
|
||||
margin-top: 30rpx
|
||||
}
|
||||
.by-text{
|
||||
text-align:center;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
</style>
|
||||
|
||||
.by{
|
||||
text-align:center;
|
||||
margin-top: 30rpx
|
||||
}
|
||||
.by-text{
|
||||
text-align:center;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user