上架详情页标题修改

This commit is contained in:
851673013@qq.com 2022-06-15 19:19:32 +08:00
parent 86458f70fd
commit 35770f4956
2 changed files with 39 additions and 10 deletions

View File

@ -10,9 +10,13 @@
<div class="left">
<div class="top">
<span class="name">{{ props.dataList.name }}</span>
<div class="label-content">
<p class="lable-father">
<span class="label">{{ props.dataList.type }}</span>
<span class="label">{{ props.dataList.shareType }}</span>
<span class="label">{{ props.dataList.shareCondition }}</span>
</p>
</div>
<!-- <span class="label">免费</span> -->
</div>
<div class="main">
@ -106,8 +110,9 @@
display: flex;
justify-content: center;
.left {
width: 700px;
width: 7.2rem;
color: #fff;
margin-right: 0.8rem;
.top {
display: flex;
align-items: center;
@ -118,10 +123,19 @@
// max-width: 330px;
// overflow: hidden;
// text-overflow: ellipsis;
// white-space: nowrap;
white-space: nowrap;
font-size: 40px;
margin-right: 20px;
}
.label-content {
position: relative;
}
.lable-father {
position: absolute;
min-width: 2.5rem;
right: -2.5rem;
top: 0;
}
.label {
padding: 1px 10px;
margin-right: 10px;

View File

@ -10,9 +10,13 @@
<div class="left">
<div class="top">
<span class="name">{{ props.dataList.name }}</span>
<div class="label-content">
<p class="lable-father">
<span class="label">{{ props.dataList.type }}</span>
<span class="label">{{ props.dataList.shareType }}</span>
<span class="label">{{ props.dataList.shareCondition }}</span>
</p>
</div>
<!-- <span class="label">免费</span> -->
</div>
<div class="main">
@ -106,8 +110,10 @@
display: flex;
justify-content: center;
.left {
width: 7rem;
max-width: 7.2rem;
color: #fff;
margin-right: 0.8rem;
.top {
display: flex;
align-items: center;
@ -118,10 +124,19 @@
// max-width: 3.3rem;
// overflow: hidden;
// text-overflow: ellipsis;
// white-space: nowrap;
white-space: nowrap;
font-size: 0.4rem;
margin-right: 0.2rem;
}
.label-content {
position: relative;
}
.lable-father {
position: absolute;
min-width: 2.5rem;
right: -2.5rem;
top: 0;
}
.label {
padding: 0.01rem 0.1rem;
margin-right: 0.1rem;