|
|
@ -70,6 +70,21 @@
|
|
|
|
{{drugDetails}}
|
|
|
|
{{drugDetails}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 速览 -->
|
|
|
|
|
|
|
|
<div v-for="(sort, index) in sortInfo"
|
|
|
|
|
|
|
|
@click="selectSort(sort)"
|
|
|
|
|
|
|
|
:key="index"
|
|
|
|
|
|
|
|
:style="{background: $constant.sortColor[index % $constant.sortColor.length]}"
|
|
|
|
|
|
|
|
class="shadow-box-mini background-opacity wow"
|
|
|
|
|
|
|
|
style="position: relative;padding: 10px 25px 15px;border-radius: 10px;animation: hideToShow 1s ease-in-out;margin-top: 30px;cursor: pointer;color: var(--white)">
|
|
|
|
|
|
|
|
<div>速览</div>
|
|
|
|
|
|
|
|
<div class="sort-name">
|
|
|
|
|
|
|
|
{{sort.sortName}}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div style="font-weight: bold;margin-top: 15px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden">
|
|
|
|
|
|
|
|
{{sort.sortDescription}}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<!-- 推荐文章 -->
|
|
|
|
<!-- 推荐文章 -->
|
|
|
|
<div v-if="!$common.isEmpty(recommendArticles)"
|
|
|
|
<div v-if="!$common.isEmpty(recommendArticles)"
|
|
|
|
style="padding: 25px;border-radius: 10px;margin-top: 30px;animation: hideToShow 1s ease-in-out"
|
|
|
|
style="padding: 25px;border-radius: 10px;margin-top: 30px;animation: hideToShow 1s ease-in-out"
|
|
|
|