Commit dda6ab28 by yuwen

Merge branch 'yuwen' into '1a86cad6'

Yuwen

See merge request !8
parents 7e1bfb26 b55a01af
...@@ -60,6 +60,15 @@ ...@@ -60,6 +60,15 @@
</div> </div>
<div class="edit" @click="edit"></div> <div class="edit" @click="edit"></div>
</div> </div>
<bullet-frame
:visible="visible"
@beforeClose="closePopup"
:layout="{width: '1102px', height: '792px'}"
>
<div>
<img :src="pics[currIndex]" />
</div>
</bullet-frame>
</div> </div>
</template> </template>
<script> <script>
...@@ -111,6 +120,13 @@ export default { ...@@ -111,6 +120,13 @@ export default {
], ],
// 老师姓名 // 老师姓名
studentName: '', studentName: '',
visible: false,
currIndex: 999,
pics: [
require('../../static/images/sixthForm/healthy.png'),
require('../../static/images/sixthForm/study.png'),
require('../../static/images/sixthForm/integration.png')
],
activeImgs: [active1, active2, active3], activeImgs: [active1, active2, active3],
swiperOption: { swiperOption: {
watchSlidesProgress: true, watchSlidesProgress: true,
...@@ -232,6 +248,7 @@ export default { ...@@ -232,6 +248,7 @@ export default {
height: 1080px; height: 1080px;
background: url('@{imagePath}bg.png') no-repeat center; background: url('@{imagePath}bg.png') no-repeat center;
margin: 0 auto; margin: 0 auto;
verflow: hidden;
.left{ .left{
.left-top{ .left-top{
width: 96px; width: 96px;
...@@ -239,7 +256,7 @@ export default { ...@@ -239,7 +256,7 @@ export default {
background: url('@{imagePath}btn.png') no-repeat; background: url('@{imagePath}btn.png') no-repeat;
position: absolute; position: absolute;
top: 111px; top: 111px;
left: 548px; left: 408px;
} }
.left-bottom{ .left-bottom{
width: 96px; width: 96px;
...@@ -247,7 +264,7 @@ export default { ...@@ -247,7 +264,7 @@ export default {
background: url('@{imagePath}btn.png') no-repeat; background: url('@{imagePath}btn.png') no-repeat;
position: absolute; position: absolute;
bottom: 271px; bottom: 271px;
left: 548px; left: 408px;
} }
} }
.center{ .center{
...@@ -257,7 +274,7 @@ export default { ...@@ -257,7 +274,7 @@ export default {
background: url('@{imagePath}research.png') no-repeat; background: url('@{imagePath}research.png') no-repeat;
position: absolute; position: absolute;
top: 736px; top: 736px;
left: 696px; left: 546px;
display: flex; display: flex;
.select-item { .select-item {
position: relative; position: relative;
...@@ -309,12 +326,12 @@ export default { ...@@ -309,12 +326,12 @@ export default {
background: url('@{imagePath}btn.png') no-repeat; background: url('@{imagePath}btn.png') no-repeat;
position: absolute; position: absolute;
top: 110px; top: 110px;
left: 1938px; left: 1798px;
} }
.right-bottom{ .right-bottom{
position: absolute; position: absolute;
top: 821px; top: 821px;
left: 1556px; left: 1406px;
.title{ .title{
width: 152px; width: 152px;
height: 18px; height: 18px;
...@@ -327,7 +344,7 @@ export default { ...@@ -327,7 +344,7 @@ export default {
background: url('@{imagePath}return.png'); background: url('@{imagePath}return.png');
position: absolute; position: absolute;
top: 39px; top: 39px;
left: 1962px; left: 1822px;
} }
} }
} }
......
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