This commit is contained in:
花有清香月有阴
2022-02-17 10:01:02 +08:00
parent 7af36a0d8b
commit ba01c46f41
3 changed files with 298 additions and 119 deletions

View File

@@ -36,7 +36,7 @@
</div>
</div>
<div class="tabCurrent0" v-if="tabIndex != 3 && tabCurrent == 0">
<div class="tabCurrent0" v-if="tabIndex != 3 || tabCurrent == 0">
<div class="cardConts">秋穿上漫步森林在阳光下呼吸伸展在安逸的天也许是兰天名字的由来吧</div>
<div class="cardImg">
@@ -239,6 +239,7 @@ export default {
.datas {
.card {
padding: 32px 0 48px 0;
box-shadow: inset 0px -1px 0px 0px #dddddd;
.cardTop {
display: flex;
img {
@@ -262,7 +263,7 @@ export default {
.titless {
font-size: 26px;
color: #6e727a;
margin-top: 1px;
margin-top: 6px;
}
}
.status {
@@ -319,6 +320,7 @@ export default {
.rightFlex {
display: flex;
justify-content: space-between;
width: 27%;
.img2,
.img3 {
width: 48px;
@@ -326,6 +328,9 @@ export default {
}
}
}
.icon:nth-child(2) {
background: #fff;
}
}
}