Commit ff02cd6d authored by mengqr's avatar mengqr

修改卡片样式

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