detail
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user