|
|
@@ -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 { |
|
|
|