fix
This commit is contained in:
@@ -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%;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
/* 垂直线(右边框) */
|
||||
|
||||
Reference in New Issue
Block a user