Commit 0151da1d by wdc147

update

parent 89d58a19
...@@ -90,11 +90,11 @@ export default { ...@@ -90,11 +90,11 @@ export default {
}, },
// 三年级 // 三年级
threegrade () { threegrade () {
this.$router.push('/class3')
}, },
// 六年级 // 六年级
sixgrade () { sixgrade () {
this.$router.push('/sixthForm')
}, },
// 小学 // 小学
primary () { primary () {
...@@ -112,6 +112,7 @@ export default { ...@@ -112,6 +112,7 @@ export default {
.growthRecord{ .growthRecord{
width: 1920px; width: 1920px;
height: 1080px; height: 1080px;
margin:0 auto;
background: url('../../static/images/growthRecord/backurl.jpg') no-repeat left top; background: url('../../static/images/growthRecord/backurl.jpg') no-repeat left top;
.content{ .content{
...@@ -180,8 +181,10 @@ export default { ...@@ -180,8 +181,10 @@ export default {
width: 120px; width: 120px;
height: 100%; height: 100%;
margin-left: 457px; margin-left: 457px;
cursor: pointer;
} }
.gradesix{ .gradesix{
cursor: pointer;
width: 120px; width: 120px;
height: 100%; height: 100%;
margin-left: 465px; margin-left: 465px;
......
...@@ -24,6 +24,7 @@ export default { ...@@ -24,6 +24,7 @@ export default {
.primary-page{ .primary-page{
width: 1920px; width: 1920px;
height: 1080px; height: 1080px;
margin:0 auto;
background: url('../../static/images/primary.png') no-repeat left top; background: url('../../static/images/primary.png') no-repeat left top;
.header{ .header{
width: 100%; width: 100%;
......
...@@ -42,6 +42,7 @@ export default { ...@@ -42,6 +42,7 @@ export default {
.safety-page{ .safety-page{
width: 1920px; width: 1920px;
height: 1080px; height: 1080px;
margin:0 auto;
background: url('../../static/images/safety/backurl.png') no-repeat left top; background: url('../../static/images/safety/backurl.png') no-repeat left top;
.header{ .header{
width: 100%; width: 100%;
......
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