修改.vue中的 rem为rpx,修改部分页面错误样式,授权页增加微信和app的判断
This commit is contained in:
@ -506,7 +506,7 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style lang="less">
|
||||
.bargainBnts {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -194,25 +194,25 @@ export default {
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
.timeItem {
|
||||
font-size: 0.22rem;
|
||||
font-size: 0.22*100rpx;
|
||||
color: #282828;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding: 0.11rem 0;
|
||||
height: 0.96rem;
|
||||
padding: 0.11*100rpx 0;
|
||||
height: 0.96*100rpx;
|
||||
background-color: #efc58f;
|
||||
}
|
||||
.timeItem .time {
|
||||
font-size: 0.32rem;
|
||||
font-size: 0.32*100rpx;
|
||||
font-weight: bold;
|
||||
height: 0.37rem;
|
||||
line-height: 0.37rem;
|
||||
height: 0.37*100rpx;
|
||||
line-height: 0.37*100rpx;
|
||||
}
|
||||
.timeItem .state {
|
||||
height: 0.37rem;
|
||||
line-height: 0.37rem;
|
||||
height: 0.37*100rpx;
|
||||
line-height: 0.37*100rpx;
|
||||
}
|
||||
.activity {
|
||||
color: #333;
|
||||
|
@ -321,9 +321,9 @@ export default {
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
.product-con .wrapper {
|
||||
padding-bottom: 0.26rem;
|
||||
padding-bottom: 0.26*100rpx;
|
||||
}
|
||||
.noscroll {
|
||||
height: 100%;
|
||||
|
@ -8,7 +8,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
.poster-poster {
|
||||
height: unset !important;
|
||||
}
|
||||
|
@ -56,7 +56,7 @@
|
||||
></StorePoster>
|
||||
</view>
|
||||
</template>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
.noscroll {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
@ -215,10 +215,10 @@ export default {
|
||||
});
|
||||
})
|
||||
.catch(err => {
|
||||
uni.showToast({
|
||||
title: err.msg || err.response.data.msg,
|
||||
icon: 'none',
|
||||
duration: 2000
|
||||
uni.showToast({
|
||||
title: err.msg || err.response.data.msg,
|
||||
icon: 'none',
|
||||
duration: 2000
|
||||
});
|
||||
});
|
||||
}
|
||||
@ -226,8 +226,8 @@ export default {
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
.product-con .nav {
|
||||
padding: 0 0.2rem;
|
||||
padding: 0 0.2*100rpx;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user