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;
.header-img{
width: 100%;
border-bottom: 1px solid #232323;
border-bottom: 1px solid #585858;
>img{
width: 100%;
height: 100%;

View File

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

View File

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