Commit 73f80c9d authored by zhengke's avatar zhengke

修改

parent bf08e530
...@@ -12,11 +12,11 @@ ...@@ -12,11 +12,11 @@
<u-col span="6" v-for="(item, gli) in goodsInfo.list" :key="gli"> <u-col span="6" v-for="(item, gli) in goodsInfo.list" :key="gli">
<view class="good_study_two" @click="openGood(item)" :style="{borderRadius:goodsInfo.SearchFilletPX==0?10:goodsInfo.SearchFilletPX+'px'}"> <view class="good_study_two" @click="openGood(item)" :style="{borderRadius:goodsInfo.SearchFilletPX==0?10:goodsInfo.SearchFilletPX+'px'}">
<view class="img-box"> <view class="img-box">
<view class="img-show"> <view class="img-show" :style="{'border-top-left-radius':goodsInfo.SearchFilletPX+'px'}">
<image style=" <image style="
width: 100%; width: 100%;
height: 100%; height: 100%;
" mode="aspectFill" :src="item.picUrl" /> "mode="aspectFill" :src="item.picUrl" />
</view> </view>
</view> </view>
<view class="good-info"> <view class="good-info">
...@@ -98,6 +98,7 @@ ...@@ -98,6 +98,7 @@
height: 0; height: 0;
padding-top: 60%; padding-top: 60%;
position: relative; position: relative;
overflow: hidden;
} }
.good_study_two .img-box .img-show { .good_study_two .img-box .img-show {
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<view class="good-info"> <view class="good-info">
<view class="good-name" v-if="item.name">{{ item.name }}</view> <view class="good-name" v-if="item.name">{{ item.name }}</view>
<view class="good-price-info" v-if="item.lableName"> <view class="good-price-info" v-if="item.lableName">
<span class="price">{{ item.lableName }}</span> <span class="price" style="font-size:12px;">{{ item.lableName }}</span>
</view> </view>
</view> </view>
</view> </view>
...@@ -66,6 +66,9 @@ ...@@ -66,6 +66,9 @@
</script> </script>
<style> <style>
.her-scoller-study{
padding:12px;
}
.myStudy_five_study { .myStudy_five_study {
position: relative; position: relative;
margin-bottom: 14px; margin-bottom: 14px;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<view class="good-info"> <view class="good-info">
<view class="good-name" v-if="item.name">{{ item.name }}</view> <view class="good-name" v-if="item.name">{{ item.name }}</view>
<view v-if="item.lableName"> <view v-if="item.lableName">
<span style="font-size:12px;">{{ item.lableName }}</span> <span style="font-size:12px;color:#999999">{{ item.lableName }}</span>
</view> </view>
</view> </view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment