Commit ff02cd6d authored by mengqr's avatar mengqr

修改卡片样式

parent ccd96fc3
...@@ -158,7 +158,7 @@ export default { ...@@ -158,7 +158,7 @@ export default {
this.server.live.liveDetail(temp).then(res=>{ this.server.live.liveDetail(temp).then(res=>{
let photo=this.$route.query.headPhoto let photo=res.data.data.udPhotoFileid
// this.$route.query.headPhoto // this.$route.query.headPhoto
console.log("当前头像信息",photo) console.log("当前头像信息",photo)
let boxImg=res.data.data.lvrImgLargeUrl let boxImg=res.data.data.lvrImgLargeUrl
...@@ -465,31 +465,33 @@ font-size: 4vw; ...@@ -465,31 +465,33 @@ font-size: 4vw;
width: 8vw; width: 8vw;
} }
.headImg{ .headImg{
height: 19vw; height: 16vw;
width: 19vw; width: 16vw;
position: absolute; position: absolute;
top: 10vw; top: 12vw;
z-index: 100; z-index: 100;
left: 14.4vw; left: 14.4vw;
border-radius: 50%; border-radius: 2vw;
} }
.headImgTwo{ .headImgTwo{
height: 20vw; height: 16vw;
width: 20vw; width: 16vw;
position: absolute; position: absolute;
top: 10vw; top: 12vw;
z-index: 100; z-index: 100;
left: 14vw; left: 14vw;
border-radius: 50%; border-radius: 2vw;
/* border-radius: 50%; */
} }
.headImgThree{ .headImgThree{
height: 20vw; height: 16vw;
width: 20vw; width: 16vw;
position: absolute; position: absolute;
top: 10vw; top: 14vw;
z-index: 100; z-index: 100;
left: 32.3vw; left: 35.3vw;
border-radius: 50%; border-radius: 2vw;
/* border-radius: 50%; */
} }
.udStyle{ .udStyle{
font-size: 5vw; font-size: 5vw;
......
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