Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
JuyuanPrimarySchool
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vue-project
JuyuanPrimarySchool
Commits
0f5a868e
Commit
0f5a868e
authored
Nov 22, 2021
by
zsh
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/
1a86cad6
' into xiaxs
parents
d1955fd5
22e25a31
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
47 additions
and
19 deletions
+47
-19
index.vue
src/components/BulletFrame/index.vue
+7
-6
class3-student.vue
src/pages/class3-student.vue
+1
-0
class3.vue
src/pages/class3.vue
+11
-7
sixthFormStudent.vue
src/pages/sixthFormStudent.vue
+28
-6
integration.png
static/images/sixthForm/integration.png
+0
-0
research1.png
static/images/sixthForm/research1.png
+0
-0
study.png
static/images/sixthForm/study.png
+0
-0
No files found.
src/components/BulletFrame/index.vue
View file @
0f5a868e
...
@@ -67,10 +67,10 @@ export default {
...
@@ -67,10 +67,10 @@ export default {
.close
{
.close
{
cursor
:
pointer
;
cursor
:
pointer
;
position
:
fixed
;
position
:
fixed
;
top
:
1
80
px
;
top
:
1
55
px
;
right
:
3
30
px
;
right
:
3
15
px
;
width
:
35
px
;
width
:
40
px
;
height
:
33
px
;
height
:
40
px
;
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
:
1
00%
;
width
:
1
352px
;
height
:
100%
;
height
:
792px
;
z-index
:
0
;
z-index
:
0
;
overflow
:
hidden
;
}
}
}
}
}
}
...
...
src/pages/class3-student.vue
View file @
0f5a868e
...
@@ -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{
...
...
src/pages/class3.vue
View file @
0f5a868e
...
@@ -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
src/pages/sixthFormStudent.vue
View file @
0f5a868e
...
@@ -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
class=
"bulletImg"
: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
,
...
@@ -233,6 +249,7 @@ export default {
...
@@ -233,6 +249,7 @@ export default {
overflow
:
hidden
;
overflow
:
hidden
;
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
;
...
@@ -240,7 +257,7 @@ export default {
...
@@ -240,7 +257,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
:
54
8px
;
left
:
40
8px
;
}
}
.left-bottom
{
.left-bottom
{
width
:
96px
;
width
:
96px
;
...
@@ -248,7 +265,7 @@ export default {
...
@@ -248,7 +265,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
:
54
8px
;
left
:
40
8px
;
}
}
}
}
.center
{
.center
{
...
@@ -258,7 +275,7 @@ export default {
...
@@ -258,7 +275,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
:
69
6px
;
left
:
54
6px
;
display
:
flex
;
display
:
flex
;
.select-item
{
.select-item
{
position
:
relative
;
position
:
relative
;
...
@@ -310,12 +327,12 @@ export default {
...
@@ -310,12 +327,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
:
1
93
8px
;
left
:
1
79
8px
;
}
}
.right-bottom
{
.right-bottom
{
position
:
absolute
;
position
:
absolute
;
top
:
821px
;
top
:
821px
;
left
:
1
55
6px
;
left
:
1
40
6px
;
.title{
.title{
width
:
152px
;
width
:
152px
;
height
:
18px
;
height
:
18px
;
...
@@ -328,8 +345,13 @@ export default {
...
@@ -328,8 +345,13 @@ export default {
background
:
url('@{imagePath}return.png')
;
background
:
url('@{imagePath}return.png')
;
position
:
absolute
;
position
:
absolute
;
top
:
39px
;
top
:
39px
;
left
:
1
96
2px
;
left
:
1
82
2px
;
}
}
}
}
}
}
.bulletImg
{
width
:
1428px
;
height
:
870px
;
margin
:
-27px
0px
0px
-40px
;
}
</
style
>
</
style
>
static/images/sixthForm/integration.png
View replaced file @
d1955fd5
View file @
0f5a868e
484 KB
|
W:
|
H:
482 KB
|
W:
|
H:
2-up
Swipe
Onion skin
static/images/sixthForm/research1.png
deleted
100644 → 0
View file @
d1955fd5
1.36 KB
static/images/sixthForm/study.png
0 → 100644
View file @
0f5a868e
673 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment