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.
20 lines
236 B
20 lines
236 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: 100%;
|
|
height: 600px;
|
|
}
|
|
</style>
|
|
|