Merge branch '0407/GFRS-818【0410】人力发展-DISC性格分析' into release/0407

This commit is contained in:
tian.guangyuan
2020-04-07 20:48:03 +08:00
2 changed files with 10 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -1,6 +1,6 @@
<!-- DISC性格分析 - 分享后打开图片展示页 --> <!-- DISC性格分析 - 分享后打开图片展示页 -->
<template> <template>
<div style="position:relative"> <div class="DISCtopBg">
<img style="width: 100%;" src="@/assets/images/DISCtop.png" /> <img style="width: 100%;" src="@/assets/images/DISCtop.png" />
<img style="width: 52%;position: absolute;bottom: 3.6%;left: 24%;" src="@/assets/images/DISCbtn.png" @click="toTest" /> <img style="width: 52%;position: absolute;bottom: 3.6%;left: 24%;" src="@/assets/images/DISCbtn.png" @click="toTest" />
</div> </div>
@@ -40,4 +40,12 @@ export default {
} }
</script> </script>
<style scoped="scoped" lang="scss"></style> <style scoped="scoped" lang="scss">
.DISCtopBg{
background-image: url('../../../../assets/images/DISCtopBg.png');
background-size: 100% auto;
background-repeat: repeat-y;
position: absolute;
height: inherit;
}
</style>