Browse Source

宅基地登录页

wulanhaote
庞东旭 2 years ago
parent
commit
3f56a961a4
4 changed files with 12 additions and 8 deletions
  1. BIN
      src/assets/fonts/YOUSHEBIAOTIHEI.TTF
  2. +12
    -8
      src/views/zjdLogin.vue
  3. BIN
      static/images/onlineHome/zjdLogo.png
  4. BIN
      static/images/onlineHome/zjdLogoIcon.png

BIN
src/assets/fonts/YOUSHEBIAOTIHEI.TTF View File


+ 12
- 8
src/views/zjdLogin.vue View File

@@ -2,7 +2,10 @@
<div class="app-container"> <div class="app-container">
<div > <div >
<img style="display: inline-block;width:100%;height:100%" src="../../static/images/onlineHome/zjdLogo.png" alt=""> <img style="display: inline-block;width:100%;height:100%" src="../../static/images/onlineHome/zjdLogo.png" alt="">
<p class="logoFont">宅基地管理</p>
<p class="logoFont">
<img src="../../static/images/onlineHome/zjdLogoIcon.png" alt="" style="margin-right: 10px;">
宅基地管理
</p>
</div> </div>
<div style="margin-top:0.5rem;padding:0 10px;"> <div style="margin-top:0.5rem;padding:0 10px;">
<van-tabs v-model="active" :swipeable="true" style="margin-top:0.5rem;padding:0 10px;"> <van-tabs v-model="active" :swipeable="true" style="margin-top:0.5rem;padding:0 10px;">
@@ -122,15 +125,15 @@
</div> </div>
</template> </template>
<style scoped lang="scss"> <style scoped lang="scss">
@font-face {
font-family: YOUSHEBIAOTIHEI;
src: url("../assets/fonts/YOUSHEBIAOTIHEI.TTF");
}
.logoFont{ .logoFont{
font-family:YOUSHEBIAOTIHEI;
text-align:center; text-align:center;
font-size:10vw;
line-height:30vw;
font-size:8vw;
display: flex;
align-items: center;
justify-content: center;
margin-top: 5vw;
font-weight: bold;
font-style: italic;
} }
.app-container{ .app-container{
background: #fff; background: #fff;
@@ -241,6 +244,7 @@ export default {
const username = Cookies.get("username"); const username = Cookies.get("username");
const password = Cookies.get("password"); const password = Cookies.get("password");
const rememberMe = Cookies.get("rememberMe"); const rememberMe = Cookies.get("rememberMe");
console.log(username)
this.formData = { this.formData = {
username: username === undefined ? this.formData.username : username, username: username === undefined ? this.formData.username : username,
password: password:


BIN
static/images/onlineHome/zjdLogo.png View File

Before After
Width: 1043  |  Height: 614  |  Size: 194 KiB Width: 374  |  Height: 287  |  Size: 194 KiB

BIN
static/images/onlineHome/zjdLogoIcon.png View File

Before After
Width: 76  |  Height: 31  |  Size: 5.3 KiB

Loading…
Cancel
Save