竞猜样式
parent
29554cec1f
commit
b2897bdc82
|
|
@ -353,22 +353,26 @@
|
|||
></up-avatar>
|
||||
</view>
|
||||
</view>
|
||||
<view class="w-full type2 mt-20px">
|
||||
<view class="type2 my-30px flex-center">
|
||||
<view
|
||||
class="h-34px flex bg-hex-eeeeef rounded-4px text-hex-303133"
|
||||
class="h-44px flex bg-hex-eeeeef rounded-8px text-hex-303133"
|
||||
>
|
||||
<view
|
||||
v-for="item in subsectionList"
|
||||
:key="item"
|
||||
class="text-12px rounded-4px h-full flex"
|
||||
:class="{
|
||||
'active-a': gameScore === item,
|
||||
active: userGuess === item,
|
||||
}"
|
||||
@click="userGuessChange(item)"
|
||||
class="flex-1 flex-center text-12px rounded-4px"
|
||||
v-for="(item,index) in subsectionList"
|
||||
:key="item"
|
||||
>
|
||||
<view class="w-80px flex-center h-full">
|
||||
{{ item }}
|
||||
</view>
|
||||
<up-line v-if="index!=subsectionList.length-1" direction="col"></up-line>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue