前端知识图谱界面

master
xiaozhi 3 weeks ago
parent 5ac10ee922
commit 004d01b1b2

@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 859 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 917 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB

Loading…
Cancel
Save