yurong/pageOne/indexs/allEvaluate.vue

42 lines
1.1 KiB
Vue
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<view>
<view class="w100 rows rowsc">
<view class="w100 bgff br-20 p-all-30">
<view class="w100 rows rowsm rowsb mt-30">
<view class="rows rowsm">
<image class="w-80 h-80 br-100 mr-24" src="/static/other/3.png" mode="aspectFill"></image>
<text class="fs-28 col333 mr-24">陈喜喜</text>
</view>
<uni-rate :touchable="false" :value="5" @change="onChange" :readonly="true" size="20" activeColor="#FF9A00"/>
</view>
<view class="w100 mt-15 fs-26 col333">
版型好不掉色摸起来很舒服没有色差上身效果好
尺码准质量很好值得购买
</view>
<view class="rows mt-10 rowsw">
<image class="w-216 h-216 br-10 mb-10 mr-10" src="/static/other/3.png" mode="aspectFill" v-for="(item,index) in 2" :key="index"></image>
</view>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
page{
background-color: #f7f6fa;
padding-top: 20rpx;
}
</style>