This commit is contained in:
851673013@qq.com 2022-07-19 09:42:37 +08:00
parent 74168d8a2c
commit caf80caeff
1 changed files with 161 additions and 160 deletions

View File

@ -153,7 +153,7 @@
} }
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.popular-ability { .popular-ability {
height: 6.8rem; height: 6.8rem;
background: url('~@/assets/newHome/popular-bg.png') no-repeat; background: url('~@/assets/newHome/popular-bg.png') no-repeat;
background-size: 100%; background-size: 100%;
@ -306,6 +306,7 @@
color: #212121; color: #212121;
line-height: 0.24rem; line-height: 0.24rem;
height: 1rem; height: 1rem;
word-break: break-all;
overflow: hidden; overflow: hidden;
} }
} }
@ -343,5 +344,5 @@
background: rgba(0, 88, 225, 0.1); background: rgba(0, 88, 225, 0.1);
} }
} }
} }
</style> </style>