Browse Source

app2.0 登录增加图片

临城职教中职
杨晓琪 2 years ago
parent
commit
4e10cad9dc
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue

+ 5
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue View File

@@ -1,6 +1,8 @@
<template>
<view class="page">
<view class="content">
<image src="@/static/login-banner.png" mode="widthFix" style="width:100%"></image>
<view style="padding: 0 38px;">
<view class="head-banner">
<!-- 标题文字 -->
<view class="main-title">
@@ -61,6 +63,8 @@
:range="apiRootList"
type="radio"
/>
</view>
</view>
<!-- 页面底部版权文字 -->
<view class="footer">{{ copyRightDisplay }}</view>
@@ -239,7 +243,7 @@ page {
.content {
text-align: center;
width: 100%;
padding: 0 38rpx;
// padding: 0 38rpx;
}

.head-banner {


Loading…
Cancel
Save