File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
<template>
<div id="Chapter1_1" class="content-wrap">
<div class="title-box mb25 flex align-center mt40">
<span class="title mr40">1. Hello WORLD</span>
<span class="subtitle">my name is dd</span>
</div>
<div class="flex justify-between align-center">
<div class="pre-btn" @click="goToPage('Chapter2_7')"><img src="../../../../resources/img/left.png" alt=""></div>
<div class="content title-box">
<p class="title mt25 title-bg">앗! 퍼즐이 망가졌어! 퍼즐을 맞춰 문장을 완성해보자!</p>
<p class="subtitle2 "></p>
<div class="mt80 text-ct">
<div class="dropGroup flex align-center justify-center mt30">
<div style="position: relative;" >
<img src="../../../../resources/img/img28_s.png" alt="">
<button style=" left: 30px;
top: 167px;"><img src="../../../../resources/img/img29_s_01.png" alt=""><p>a</p></button>
<button style=" right: 409px;
top: 133px;"><img src="../../../../resources/img/img30_s_01.png" alt=""><p>a</p></button>
<button style=" right: 46px;
top: 128px;"><img src="../../../../resources/img/img31_s_01.png" alt=""><p>a</p></button>
</div>
</div>
<div class="dragGroup mt40">
<div class="flex justify-center" style="gap: 20px;">
<article style=" right: 0;
top: 36%; "><button><img src="../../../../resources/img/img29_s.png" alt=""><p>a</p></button></article>
<article style=" left: 0;
top: 36%; "><button><img src="../../../../resources/img/img30_s.png" alt=""><p>a</p></button></article>
<article style="left: 50%;
top: 10%;"><button><img src="../../../../resources/img/img31_s.png" alt=""><p>a</p></button></article>
</div>
</div>
</div>
</div>
<div class="next-btn" @click="goToPage('Chapter2_9')"><img src="../../../../resources/img/right.png" alt=""></div>
</div>
</div>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
goToPage(page) {
this.$router.push({ name: page });
}
},
watch: {
},
computed: {
},
components: {
},
mounted() {
}
}
</script>
<style scoped>
</style>