|
|
|
@ -265,8 +265,8 @@ export default { |
|
|
|
</script> |
|
|
|
<style lang="scss" scoped> |
|
|
|
.card-name { |
|
|
|
height: 0.2rem; |
|
|
|
font-size: 0.2rem; |
|
|
|
height: 0.3rem; |
|
|
|
font-size: 0.18rem; |
|
|
|
font-style: normal; |
|
|
|
font-weight: 400; |
|
|
|
color: #f4a353; |
|
|
|
@ -275,11 +275,13 @@ export default { |
|
|
|
display: -webkit-box; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
-webkit-line-clamp: 1; |
|
|
|
word-wrap: break-word; |
|
|
|
word-wrap: break-word; |
|
|
|
margin-top:0.1rem; |
|
|
|
i { |
|
|
|
font-style: normal; |
|
|
|
background: rgba(255, 242, 229, 1); |
|
|
|
padding: 1px 3px; |
|
|
|
padding: 0.05rem 0.1rem; |
|
|
|
line-height: 0.28rem; |
|
|
|
} |
|
|
|
} |
|
|
|
.ellipsis { |
|
|
|
|