个人中心样式修改。

This commit is contained in:
wangwei 2023-01-04 14:37:47 +08:00
parent 146bb7b403
commit 032b7b514a
3 changed files with 27 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -118,7 +118,7 @@
</div> </div>
<!-- // todo --> <!-- // todo -->
<span class="time"> <span class="time">
<span v-if="!itShowXiHaiAn"> <span class="time-line" v-if="!itShowXiHaiAn">
加购时间:{{ item.time }} 加购时间:{{ item.time }}
</span> </span>
<a-popconfirm <a-popconfirm
@ -128,7 +128,7 @@
@confirm="handleDelete(item, valIndex)" @confirm="handleDelete(item, valIndex)"
@cancel="cancel" @cancel="cancel"
> >
<a-button <!-- <a-button
type="primary" type="primary"
style=" style="
width: 0.7rem; width: 0.7rem;
@ -141,7 +141,8 @@
@click="del" @click="del"
> >
删除 删除
</a-button> </a-button> -->
<span class="del-record" @click="del"></span>
</a-popconfirm> </a-popconfirm>
</span> </span>
<svg <svg
@ -852,13 +853,32 @@
margin-left: 0.3rem; margin-left: 0.3rem;
font-size: 0.12rem; font-size: 0.12rem;
color: #ccc; color: #ccc;
display: flex;
align-content: center;
.time-line{
line-height: 32px;
}
.del-record {
width:32px;
height: 32px;
background: url('~@/assets/home/del.png') no-repeat;
cursor: pointer;
background-size: 100%;
margin-left: 0.12rem;
&:hover{
background: url('~@/assets/home/del-on.png') no-repeat;
}
}
} }
.type { .type {
margin-left: 0.1rem; margin-left: 0.1rem;
padding: 0.03rem 0.1rem; padding: 0.03rem 0.1rem;
background: #00a7e3; background: #00a7e3;
border-radius: 3px;
// background: linear-gradient(-80deg, transparent 10%, #00a7e3 10%, #00a7e3 90%, transparent 0);
color: #fff; color: #fff;
transform: skewX(-10deg);
} }
:deep(.ant-list-item-meta-description) { :deep(.ant-list-item-meta-description) {
@ -929,7 +949,7 @@
} }
.sousuokuang { .sousuokuang {
width: 3.25rem; width: 3.13rem;
margin: 0.1rem 0rem 0.21rem 0.2rem; margin: 0.1rem 0rem 0.21rem 0.2rem;
.ant-input-search { .ant-input-search {
@ -1104,6 +1124,7 @@
width: 1rem; width: 1rem;
height: 0.36rem; height: 0.36rem;
border-radius: 2px; border-radius: 2px;
margin-left: 0.12rem;
background: #fff; background: #fff;
color: #0558e1; color: #0558e1;
} }
@ -1114,4 +1135,5 @@
margin-left: 0.12rem; margin-left: 0.12rem;
border-radius: 2px; border-radius: 2px;
} }
</style> </style>