mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 06:56:44 +08:00
Merge branch '0407/GFRS-818【0410】人力发展-DISC性格分析' into release/0407
This commit is contained in:
BIN
src/assets/images/DISCtopBg.png
Normal file
BIN
src/assets/images/DISCtopBg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
@@ -1,6 +1,6 @@
|
||||
<!-- DISC性格分析 - 分享后打开图片展示页 -->
|
||||
<template>
|
||||
<div style="position:relative">
|
||||
<div class="DISCtopBg">
|
||||
<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" />
|
||||
</div>
|
||||
@@ -40,4 +40,12 @@ export default {
|
||||
}
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user