Commit 7e1bfb26 by yangyang19979

Merge branch 'yangqingjie' into '1a86cad6'

update

See merge request !7
parents 6d6b6827 d83afba4
Subproject commit 3e4439c28ae19ff665cfef1192ba73ee32590e66 Subproject commit 88c881800bc3ed5c011c05dc0d3668296c9bde95
...@@ -67,10 +67,10 @@ export default { ...@@ -67,10 +67,10 @@ export default {
.close { .close {
cursor: pointer; cursor: pointer;
position: fixed; position: fixed;
top: 180px; top: 155px;
right: 330px; right: 315px;
width: 35px; width: 40px;
height: 33px; height: 40px;
z-index: 1; z-index: 1;
// background: url('../../../static/images/close.png') no-repeat left top; // background: url('../../../static/images/close.png') no-repeat left top;
} }
...@@ -78,9 +78,10 @@ export default { ...@@ -78,9 +78,10 @@ export default {
.content { .content {
position: relative; position: relative;
width: 100%; width: 1352px;
height: 100%; height: 792px;
z-index: 0; z-index: 0;
overflow: hidden;
} }
} }
} }
......
...@@ -20,6 +20,7 @@ export default { ...@@ -20,6 +20,7 @@ export default {
.student{ .student{
width: 1920px; width: 1920px;
height: 1080px; height: 1080px;
margin:0 auto;
position: relative; position: relative;
.img1{ .img1{
......
...@@ -48,10 +48,9 @@ ...@@ -48,10 +48,9 @@
<bullet-frame <bullet-frame
:visible="visible" :visible="visible"
@beforeClose="closePopup" @beforeClose="closePopup"
:layout="{width: '1102px', height: '792px'}"
> >
<div> <div>
<img :src="pics[currIndex]" /> <img class='bulletImg' :src="pics[currIndex]" />
</div> </div>
</bullet-frame> </bullet-frame>
</div> </div>
...@@ -147,10 +146,10 @@ export default { ...@@ -147,10 +146,10 @@ export default {
* @method Search 查询更多 * @method Search 查询更多
*/ */
Search () { Search () {
if (this.studentName === '小王') { // if (this.studentName === '小王') {
this.$router.push({path: '/student'}) // this.$router.push({path: '/student'})
} // }
console.log(123) this.$router.push({path: '/student'})
} }
} }
...@@ -211,7 +210,6 @@ export default { ...@@ -211,7 +210,6 @@ export default {
padding:16px 0px 0px 19px; padding:16px 0px 0px 19px;
background: url('@{imagePath}kuang.png') no-repeat center; background: url('@{imagePath}kuang.png') no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
border: springgreen 1px solid;
.select-item { .select-item {
position: relative; position: relative;
...@@ -256,5 +254,10 @@ export default { ...@@ -256,5 +254,10 @@ export default {
} }
} }
} }
.bulletImg{
width: 1428px;
height: 870px;
margin:-27px 0px 0px -40px;
}
</style> </style>
\ No newline at end of file
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