style:样式优化,手机详情页测试

This commit is contained in:
2025-06-27 10:20:17 +08:00
parent 83e72907ed
commit 99f9d38d50
6 changed files with 52 additions and 24 deletions

View File

@@ -44,7 +44,9 @@
height: 2.25rem;
}
.oricoEGapp .oricoEGapp-index .oidx-cate .cateit span {
font-size: 0.8rem;
font-size: 0.9rem;
white-space: nowrap;
word-break: keep-all;
}
.oricoEGapp .oricoEGapp-index .oidx-gg {
width: 100%;
@@ -123,6 +125,12 @@
.oricoEGapp .text_center {
text-align: center;
}
.oricoEGapp .oidx-FP .m_Container .inprotext .title{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 170%;
}
.oricoEGapp .inprotext {
display: flex;
flex-direction: column;