Commit 1610a608 by wdc147

add

parent 0aebebb5
...@@ -3,14 +3,15 @@ ...@@ -3,14 +3,15 @@
<div class="content"> <div class="content">
<div class="growthRecord-top"> <div class="growthRecord-top">
<div class="loge" @click="loge"></div>
<div class="tab"> <div class="tab">
<div class="item"> <div class="item">
<img src="../../static/images/growthRecord/growactive.png" alt=""> <img src="../../static/images/growthRecord/growactive.png" alt="">
</div> </div>
<div class="item"> <div class="item" @click="progress">
<img src="../../static/images/growthRecord/progress.png" alt=""> <img src="../../static/images/growthRecord/progress.png" alt="">
</div> </div>
<div class="item"> <div class="item" @click="safety">
<img src="../../static/images/growthRecord/safety.png" alt=""> <img src="../../static/images/growthRecord/safety.png" alt="">
</div> </div>
</div> </div>
...@@ -76,6 +77,17 @@ export default { ...@@ -76,6 +77,17 @@ export default {
swiperSlide swiperSlide
}, },
methods: { methods: {
loge () {
},
// 教师发展
progress () {
},
// 安全场景
safety () {
},
// 三年级 // 三年级
threegrade () { threegrade () {
...@@ -106,6 +118,13 @@ export default { ...@@ -106,6 +118,13 @@ export default {
.growthRecord-top{ .growthRecord-top{
width: 100%; width: 100%;
height: 77px; height: 77px;
display: flex;
justify-content: space-between;
.loge{
cursor: pointer;
width: 377px;
height: 76px;
}
.tab{ .tab{
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
...@@ -138,6 +157,7 @@ export default { ...@@ -138,6 +157,7 @@ export default {
width: 100%; width: 100%;
height: 924px; height: 924px;
padding: 26px 0 0 46px; padding: 26px 0 0 46px;
.grade{ .grade{
width: 334px; width: 334px;
height: 431px; height: 431px;
......
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