This commit is contained in:
X1627315083@163.com
2026-06-02 14:27:07 +08:00
parent 310e514206
commit 792db5bff9
3 changed files with 4 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ defineExpose({})
overflow-y: auto; overflow-y: auto;
.header-img{ .header-img{
width: 100%; width: 100%;
border-bottom: 1px solid #232323; border-bottom: 1px solid #585858;
>img{ >img{
width: 100%; width: 100%;
height: 100%; height: 100%;

View File

@@ -376,6 +376,9 @@ defineExpose({})
font-size: 3rem; font-size: 3rem;
line-height: 120%; line-height: 120%;
margin-bottom: 1rem; margin-bottom: 1rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} }
.img-price{ .img-price{
font-family: KaiseiOpti-Bold; font-family: KaiseiOpti-Bold;

View File

@@ -114,7 +114,6 @@ const {} = toRefs(data);
position: relative; position: relative;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-top: -1px;
.list{ .list{
width: 100%; width: 100%;
flex: 1; flex: 1;
@@ -125,7 +124,6 @@ const {} = toRefs(data);
display: grid; display: grid;
align-content: start; align-content: start;
grid-template-columns: repeat(auto-fill, minmax(min(100%, 28rem), 1fr)); grid-template-columns: repeat(auto-fill, minmax(min(100%, 28rem), 1fr));
border-top: 0.5px solid #585858;
padding: .5px 0 0 .5px; padding: .5px 0 0 .5px;
/* 垂直线(右边框) */ /* 垂直线(右边框) */