Compare commits

..

2 Commits

Author SHA1 Message Date
851673013@qq.com 8b092e05e5 详情样式修改 2022-06-14 16:29:56 +08:00
851673013@qq.com a3d77f3557 应用资源详情bug修改 2022-06-14 16:25:15 +08:00
1 changed files with 10 additions and 1 deletions

View File

@ -160,6 +160,7 @@
justify-content: center; justify-content: center;
.card-title { .card-title {
font-size: 0.26rem; font-size: 0.26rem;
line-height: 0.26rem;
color: #212956; color: #212956;
margin-bottom: 0.2rem; margin-bottom: 0.2rem;
} }
@ -169,7 +170,14 @@
margin-right: 0.7rem; margin-right: 0.7rem;
color: rgba(33, 41, 86, 0.8); color: rgba(33, 41, 86, 0.8);
font-size: 0.2rem; font-size: 0.2rem;
max-width: 9.35rem; line-height: 0.2rem;
max-width: 5.84rem;
overflow: hidden; /*超出的隐藏*/
white-space: nowrap;
text-overflow: ellipsis; /*超出的设置为省略号*/
span {
display: inline-block;
max-width: 4rem;
overflow: hidden; /*超出的隐藏*/ overflow: hidden; /*超出的隐藏*/
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; /*超出的设置为省略号*/ text-overflow: ellipsis; /*超出的设置为省略号*/
@ -178,4 +186,5 @@
} }
} }
} }
}
</style> </style>