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

19 lines
225 B
Vue
Raw Permalink Normal View History

2024-02-02 14:44:30 +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>