Ver código fonte

修改挖掘执行颜色变化

yun
corala 1 ano atrás
pai
commit
1a2ee33c16
1 arquivos alterados com 6 adições e 4 exclusões
  1. +6
    -4
      pages/mine/details2.vue

+ 6
- 4
pages/mine/details2.vue Ver arquivo

@@ -296,9 +296,11 @@
<view class="hsnrtest" v-if="subitem.show">话术内容</view>
<view class="Level3che" @tap="clickaudeopal(che)" v-if="subitem.show"
v-for="(che,inc) in subitem.children" :key='inc'>
<view class="title1" :class="{gray: che.viewFlag == 1}">{{inc+1}}.{{che.name}}</view>
<view class="title1" :style="che.viewFlag==1?'color:#FF8C13':che.selected!=0?'color: #666':''" :class="{orange: che.viewFlag == 1}">{{inc+1}}.{{che.name}}</view>
<view class="jiantobox">
<image v-if="che.selected==0" class="arrow" src="/static/images/rate-checked.png"
<image v-if="che.selected==0&&che.viewFlag != 1" class="arrow" src="/static/images/rate-checked.png"
mode="" />
<image v-else-if="che.selected==0&&che.viewFlag == 1" class="arrow" src="/static/images/checked-yellow.png"
mode="" />
<image v-else class="arrow" src="/static/images/rate-nocheck.png" mode="" />
</view>
@@ -2822,8 +2824,8 @@
font-weight: 400;
}

.gray {
color: #979797 !important;
.orange {
color: #FF8C13 !important;
}

.jiantobox {


Carregando…
Cancelar
Salvar