19 lines
229 B
Vue
19 lines
229 B
Vue
<template>
|
|
<view>
|
|
<image class="img" src="../static/img/help/password.jpg"></image>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style>
|
|
page{
|
|
background-color: #1B66FF;
|
|
}
|
|
.img{
|
|
width: 100%;
|
|
height: 1960rpx;
|
|
}
|
|
</style>
|