|
|
|
|
@ -25,7 +25,7 @@
|
|
|
|
|
<view>
|
|
|
|
|
<scroll-view v-if="list" class="scroll-Y" scroll-y="true" :style="[style]" @scrolltolower="scrolltolower">
|
|
|
|
|
<view v-for="(items,index) in list" :key="index" class="wallet_list" :class="xzindex===index?'wallet_listdj':''" @click="toChecked(items,index)">
|
|
|
|
|
<view class="text" :style="[textStyle]"> {{items[name]||items}}</view>
|
|
|
|
|
<view class="text" :style="[textStyle]">{{items[name]||items}}({{items['score']+'分'||''}})</view>
|
|
|
|
|
<!-- <marquee behavior="" direction="">{{items[name]||items}}</marquee> -->
|
|
|
|
|
<view v-if="select=='radio'" style="width: 50rpx;">
|
|
|
|
|
<radio style="transform: scale(0.7)" value="r2" :color="color" :checked="items[id]?items[id]==item1[id]:items==item1" />
|
|
|
|
|
@ -350,7 +350,7 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wallet_list {
|
|
|
|
|
height: 60rpx;
|
|
|
|
|
// height: 60rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
line-height: 60rpx;
|
|
|
|
|
padding: 5rpx 20rpx;
|
|
|
|
|
@ -359,9 +359,9 @@
|
|
|
|
|
.text {
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 660rpx;
|
|
|
|
|
overflow: hidden; //超出的文本隐藏
|
|
|
|
|
text-overflow: ellipsis; //溢出用省略号显示
|
|
|
|
|
white-space: nowrap; //溢出不换行
|
|
|
|
|
// overflow: hidden; //超出的文本隐藏
|
|
|
|
|
// text-overflow: ellipsis; //溢出用省略号显示
|
|
|
|
|
// white-space: nowrap; //溢出不换行
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|