|
@@ -1,6 +1,12 @@
|
|
<template>
|
|
<template>
|
|
<div class="div-body">
|
|
<div class="div-body">
|
|
- <img class="div-img" src="@/static/image/bad_image.png" />
|
|
|
|
|
|
+ <div class="div-img">
|
|
|
|
+ <van-image
|
|
|
|
+ width="200rpx"
|
|
|
|
+ height="200rpx"
|
|
|
|
+ src="/static/image/bad_image.png"
|
|
|
|
+ />
|
|
|
|
+ </div>
|
|
<h1 class="mt-20 font-24">水果慧眼</h1>
|
|
<h1 class="mt-20 font-24">水果慧眼</h1>
|
|
<h6 class="mt-20 font-10 a.grey-9">梧桐AI智慧创新团队</h6>
|
|
<h6 class="mt-20 font-10 a.grey-9">梧桐AI智慧创新团队</h6>
|
|
|
|
|
|
@@ -33,8 +39,6 @@ export default {
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
.div-img {
|
|
.div-img {
|
|
- width: 100px;
|
|
|
|
- height: 100px;
|
|
|
|
margin-top: 20%;
|
|
margin-top: 20%;
|
|
margin-bottom: 90rpx;
|
|
margin-bottom: 90rpx;
|
|
}
|
|
}
|