a1300399510@qq.com 提交于 2023/03/31 -16:40:01
This commit is contained in:
parent
790c0dff64
commit
ce5b8bcaa3
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div class="card flexcenter">
|
<div class="card flexcenter">
|
||||||
<div class="card-item shadow" v-for="(item, index) in 5" :key="index">
|
<div class="card-item shadow" v-for="(item, index) in 7" :key="index">
|
||||||
<div class="card-head flexacenter">
|
<div class="card-head flexacenter">
|
||||||
<img class="card-head-icon"
|
<img class="card-head-icon"
|
||||||
src="https://axure-file.lanhuapp.com/md516b251fb-9cfa-46fc-a9b6-2a41a7b4dc37__3ad73406ff4bc8b138dafc6dcbf1a635.svg" />
|
src="https://axure-file.lanhuapp.com/md516b251fb-9cfa-46fc-a9b6-2a41a7b4dc37__3ad73406ff4bc8b138dafc6dcbf1a635.svg" />
|
||||||
@ -49,10 +49,18 @@
|
|||||||
</div>
|
</div>
|
||||||
之前申请永久居民,参考了不少寄托的帖子和经验,现在回馈给大家,积攒RP。
|
之前申请永久居民,参考了不少寄托的帖子和经验,现在回馈给大家,积攒RP。
|
||||||
<!-- 未解锁区域 -->
|
<!-- 未解锁区域 -->
|
||||||
<div class="flexcenter content-unlock">
|
<div class="flexcenter content-unlock" v-if="index == 3 || index == 4">
|
||||||
<img class="unlock-icom" src="@/assets/img/detail/unlock.png">
|
<img class="unlock-icom" src="@/assets/img/detail/unlock.png">
|
||||||
作者设置了回复可见
|
{{ index == 3 ? '作者设置了回复可见' : '' }}
|
||||||
|
{{ index == 4 ? '作者设置了投币可见' : '' }}
|
||||||
</div>
|
</div>
|
||||||
|
<!-- 已经解锁区域 -->
|
||||||
|
<div class="content-unlock" v-if="index == 5 || index == 6">
|
||||||
|
<div class="content-already-header flexflex">
|
||||||
|
- 本内容投币可见 -
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
之前申请永久居民,参考了不少寄托的帖子和经验,现在回馈给大家,积攒RP。
|
之前申请永久居民,参考了不少寄托的帖子和经验,现在回馈给大家,积攒RP。
|
||||||
之前申请永久居民,参考了不少寄托的帖子和经验,现在回馈给大家,积攒RP。
|
之前申请永久居民,参考了不少寄托的帖子和经验,现在回馈给大家,积攒RP。
|
||||||
</div>
|
</div>
|
||||||
@ -431,9 +439,24 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content-unlock {
|
.content-unlock {
|
||||||
|
min-height: 3.2rem;
|
||||||
|
background: rgba(242, 242, 242, 0.7);
|
||||||
|
margin: .48rem 0;
|
||||||
|
|
||||||
.unlock-icom {
|
.unlock-icom {
|
||||||
width: .64rem;
|
width: .64rem;
|
||||||
height: .64rem;
|
height: .64rem;
|
||||||
|
margin-right: 0.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
color: #555555;
|
||||||
|
font-size: .32rem;
|
||||||
|
border-radius: .16rem;
|
||||||
|
|
||||||
|
.content-already-header {
|
||||||
|
color: #7f7f7f;
|
||||||
|
font-size: .28rem;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user