|
@@ -264,6 +264,19 @@ export default {
|
|
|
thr_.style.cssText = style;
|
|
|
}
|
|
|
}
|
|
|
+ const transformid_ = document.getElementById('transformid');
|
|
|
+ let style = 'width:' + width + 'px;';
|
|
|
+ style += 'height: 200px;';
|
|
|
+ transformid_.style.cssText = style;
|
|
|
+ this.transform = 'rotate(0deg)';
|
|
|
+ // this.vwidth = height;
|
|
|
+ this.vheight = `200px`;
|
|
|
+ this.vwidth = `${width}px`;
|
|
|
+ this.lheight = `200px`;
|
|
|
+ this.rheight = `200px`;
|
|
|
+
|
|
|
+ this.btop = `167px`;
|
|
|
+ this.bright = `10px`;
|
|
|
}
|
|
|
const lvr_ = document.getElementById('look-video-right');
|
|
|
let stylel = 'width:30%;';
|