Commit 62435119 authored by zhengke's avatar zhengke

修改页面

parent a0bf0171
<style> <style>
.newTripOneImg img{ .newTripOneImg img{
width:100%; width:100%;
height:500px;
} }
.newTripHalfImg{ .newTripHalfImg{
display: inline-block; display: inline-block;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<template v-if="CurrentUserInfo.RB_Group_id==2"> <template v-if="CurrentUserInfo.RB_Group_id==2">
<img :src="champion.employeeImg" :onerror="defaultHeadImg" /> <img :src="champion.employeeImg" :onerror="defaultHeadImg" />
</template> </template>
<template> <template v-else>
<img src="../../assets/img/default_head_img.jpg" :onerror="defaultHeadImg" /> <img src="../../assets/img/default_head_img.jpg" :onerror="defaultHeadImg" />
</template> </template>
</div> </div>
...@@ -91,7 +91,7 @@ export default { ...@@ -91,7 +91,7 @@ export default {
.sell-box .top .caidai { .sell-box .top .caidai {
position: absolute; position: absolute;
top: 75px; top: 75px;
left: 110px; left: 115px;
width: 240px; width: 240px;
height: 57px; height: 57px;
z-index: 2; z-index: 2;
......
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