Commit 9c1571fa authored by mengqr's avatar mengqr

修改样式问题

parent 8a74d3fb
src/common/img/card-style-One.png

140 KB | W: | H:

src/common/img/card-style-One.png

139 KB | W: | H:

src/common/img/card-style-One.png
src/common/img/card-style-One.png
src/common/img/card-style-One.png
src/common/img/card-style-One.png
  • 2-up
  • Swipe
  • Onion skin
src/common/img/card-style-Three.png

77.3 KB | W: | H:

src/common/img/card-style-Three.png

74.4 KB | W: | H:

src/common/img/card-style-Three.png
src/common/img/card-style-Three.png
src/common/img/card-style-Three.png
src/common/img/card-style-Three.png
  • 2-up
  • Swipe
  • Onion skin
src/common/img/card-style-Two.png

63 KB | W: | H:

src/common/img/card-style-Two.png

60.8 KB | W: | H:

src/common/img/card-style-Two.png
src/common/img/card-style-Two.png
src/common/img/card-style-Two.png
src/common/img/card-style-Two.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -158,7 +158,9 @@ export default { ...@@ -158,7 +158,9 @@ export default {
this.server.live.liveDetail(temp).then(res=>{ this.server.live.liveDetail(temp).then(res=>{
let photo=res.data.data.udPhotoFileid let photo=this.$route.query.headPhoto
// this.$route.query.headPhoto
console.log("当前头像信息",photo)
let boxImg=res.data.data.lvrImgLargeUrl let boxImg=res.data.data.lvrImgLargeUrl
// this.headPro=res.data.data.udPhotoFileid//头像图片 // this.headPro=res.data.data.udPhotoFileid//头像图片
...@@ -194,7 +196,7 @@ let aca=document.querySelector("#myImage") ...@@ -194,7 +196,7 @@ let aca=document.querySelector("#myImage")
// var image = canvas.toDataURL("image/png").replace("image/png", "image/octet-stream"); // var image = canvas.toDataURL("image/png").replace("image/png", "image/octet-stream");
console.log("案说法",canvas.toDataURL()) console.log("案说法1",canvas.toDataURL())
this.photoImg=canvas.toDataURL() this.photoImg=canvas.toDataURL()
if(this.photoImg){ if(this.photoImg){
this.ifPhoto=true this.ifPhoto=true
...@@ -219,7 +221,7 @@ let aca=document.querySelector("#myImage") ...@@ -219,7 +221,7 @@ let aca=document.querySelector("#myImage")
img.onload = function() { img.onload = function() {
var base64Url = that.getBase64Image(img) var base64Url = that.getBase64Image(img)
console.log("的撒发生",base64Url) // 最终拿到的base64值 console.log("的撒发生1",base64Url) // 最终拿到的base64值
that.headPro=base64Url that.headPro=base64Url
} }
...@@ -468,25 +470,25 @@ font-size: 4vw; ...@@ -468,25 +470,25 @@ font-size: 4vw;
position: absolute; position: absolute;
top: 10vw; top: 10vw;
z-index: 100; z-index: 100;
left: 14vw; left: 14.4vw;
border-radius: 50%; border-radius: 50%;
} }
.headImgTwo{ .headImgTwo{
height: 19vw; height: 20vw;
width: 19vw; width: 20vw;
position: absolute; position: absolute;
top: 10vw; top: 10vw;
z-index: 100; z-index: 100;
left: 14.5vw; left: 14vw;
border-radius: 50%; border-radius: 50%;
} }
.headImgThree{ .headImgThree{
height: 19vw; height: 20vw;
width: 19vw; width: 20vw;
position: absolute; position: absolute;
top: 10vw; top: 10vw;
z-index: 100; z-index: 100;
left: 32.5vw; left: 32.3vw;
border-radius: 50%; border-radius: 50%;
} }
.udStyle{ .udStyle{
......
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