Commit 00f15068 authored by zhengke's avatar zhengke

修改

parent 575346f3
......@@ -98,7 +98,8 @@
console.log('进入')
this.$emit('getIndex');
}
}
},
};
onMounted(() => {
that.getScore();
......@@ -114,12 +115,24 @@
</script>
<style scoped>
.name {
height: 90rpx;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 800;
color: #111111;
display: flex;
align-items: center;
justify-content: space-between;
}
.Single_Before{
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 800;
color: #111111;
font-weight: bold;
color:#DA7878;
}
.swiper-box {
height: calc(100vh - 270rpx);
box-sizing: border-box;
}
.num {
font-size: 26rpx;
font-family: PingFang SC;
......
......@@ -120,7 +120,7 @@ export default {
};
</script>
<style scoped>
/* .name {
.name {
height: 90rpx;
font-size: 28rpx;
font-family: PingFang SC;
......@@ -129,7 +129,7 @@ export default {
display: flex;
align-items: center;
justify-content: space-between;
} */
}
.Single_Before{
font-size: 28rpx;
font-weight: bold;
......
......@@ -148,19 +148,4 @@ export default {
box-sizing: border-box;
padding: 0 30rpx 30rpx;
}
.name {
height: 90rpx;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 800;
color: #111111;
display: flex;
align-items: center;
justify-content: space-between;
}
.Single_Before{
font-size: 28rpx;
font-weight: bold;
color:#DA7878;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment