@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/apple.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/avocado.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/banana.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/Bread.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/broccoli.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/carrot.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/corn.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/eggplant.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/Fried Egg.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/garlic.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/Grape.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,32 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/Kiwi fruit.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/lemon.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/loquat.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/Mango.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/mushroom.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/orange.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/papaya.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/pear.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/pepper.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/Pineapple.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/Pizza.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/Pulled noodles.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/radish.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/Strawberry.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,31 @@
|
|||||||
|
<template>
|
||||||
|
<view >
|
||||||
|
<image class="background_dictionary" src="/static/homepages/homes/dictionary/pictures/watermelon.png" ></image>
|
||||||
|
<image class="button_dictionary" src="/static/homepages/homes/dictionary/pictures/button.png" ></image>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.background_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0%;
|
||||||
|
left: 0%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
.button_dictionary{
|
||||||
|
position: absolute; /* 绝对定位 */
|
||||||
|
width: 3%;
|
||||||
|
height: 3%;
|
||||||
|
top: 7%;
|
||||||
|
left: 7%; /* 水平居中 */
|
||||||
|
}
|
||||||
|
</style>
|
After Width: | Height: | Size: 213 KiB |
After Width: | Height: | Size: 388 KiB |
After Width: | Height: | Size: 859 KiB |
After Width: | Height: | Size: 422 KiB |
After Width: | Height: | Size: 228 KiB |
After Width: | Height: | Size: 321 KiB |
After Width: | Height: | Size: 302 KiB |
After Width: | Height: | Size: 306 KiB |
After Width: | Height: | Size: 632 KiB |
After Width: | Height: | Size: 917 KiB |
After Width: | Height: | Size: 345 KiB |
After Width: | Height: | Size: 621 KiB |
After Width: | Height: | Size: 539 KiB |
After Width: | Height: | Size: 398 B |
After Width: | Height: | Size: 236 KiB |
After Width: | Height: | Size: 326 KiB |
After Width: | Height: | Size: 271 KiB |
After Width: | Height: | Size: 322 KiB |
After Width: | Height: | Size: 385 KiB |
After Width: | Height: | Size: 274 KiB |
After Width: | Height: | Size: 319 KiB |
After Width: | Height: | Size: 395 KiB |
After Width: | Height: | Size: 528 KiB |
After Width: | Height: | Size: 265 KiB |
After Width: | Height: | Size: 282 KiB |
After Width: | Height: | Size: 320 KiB |
After Width: | Height: | Size: 291 KiB |