创作者微信小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
240 B

<template>
<view class="box">
<image class="img" src="/static/contact/contact.jpg" mode=""></image>
</view>
</template>
<script>
</script>
<style>
.box{
display: flex;
flex: 1;
}
.img{
width: 750rpx;
height: 1200rpx;
}
</style>