Files
jobslink-user-clent/pageMy/help/authentication.vue

19 lines
243 B
Vue
Raw Normal View History

2024-02-02 10:24:54 +08:00
<template>
<view>
<image class="img" src="../static/img/help/auth.jpg"></image>
</view>
</template>
<script>
</script>
<style>
page{
background-color: #1B66FF;
}
.img{
width: 100%;
height: 1379rpx;
}
</style>