|
@@ -134,7 +134,7 @@ const inputType = ref("password");
|
|
|
<template>
|
|
<template>
|
|
|
<cwg-page-wrapper class="login-page" :isHeaderFixed="true" :isLoginPage="true">
|
|
<cwg-page-wrapper class="login-page" :isHeaderFixed="true" :isLoginPage="true">
|
|
|
<uni-row class="demo-uni-row">
|
|
<uni-row class="demo-uni-row">
|
|
|
- <match-media :min-width="991">
|
|
|
|
|
|
|
+ <cwg-match-media :min-width="991">
|
|
|
<uni-col :xs="24" :sm="24" :md="12" :lg="14" :xl="16" class="left-bg">
|
|
<uni-col :xs="24" :sm="24" :md="12" :lg="14" :xl="16" class="left-bg">
|
|
|
<view class="company logo u-flex-y u-flex-y-center">
|
|
<view class="company logo u-flex-y u-flex-y-center">
|
|
|
<image src="/static/images/logo4.png" class="company-icon" mode="widthFix"></image>
|
|
<image src="/static/images/logo4.png" class="company-icon" mode="widthFix"></image>
|
|
@@ -153,14 +153,14 @@ const inputType = ref("password");
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</uni-col>
|
|
</uni-col>
|
|
|
- </match-media>
|
|
|
|
|
|
|
+ </cwg-match-media>
|
|
|
<uni-col :xs="24" :sm="24" :md="12" :lg="10" :xl="8" class="right-f">
|
|
<uni-col :xs="24" :sm="24" :md="12" :lg="10" :xl="8" class="right-f">
|
|
|
<view class="account">
|
|
<view class="account">
|
|
|
- <match-media :max-width="991">
|
|
|
|
|
|
|
+ <cwg-match-media :max-width="991">
|
|
|
<view class="company u-flex-y u-flex-y-center">
|
|
<view class="company u-flex-y u-flex-y-center">
|
|
|
<image src="/static/images/logo.png" class="company-icon" mode="widthFix"></image>
|
|
<image src="/static/images/logo.png" class="company-icon" mode="widthFix"></image>
|
|
|
</view>
|
|
</view>
|
|
|
- </match-media>
|
|
|
|
|
|
|
+ </cwg-match-media>
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
<view class="tit1">{{ t('newSignin.item1') }}</view>
|
|
<view class="tit1">{{ t('newSignin.item1') }}</view>
|
|
|
<view class="tit2">{{ t('newSignin.item2') }}</view>
|
|
<view class="tit2">{{ t('newSignin.item2') }}</view>
|
|
@@ -206,7 +206,7 @@ const inputType = ref("password");
|
|
|
{{ t("signin.words") }}
|
|
{{ t("signin.words") }}
|
|
|
<text>{{ t("signin.signup") }}</text>
|
|
<text>{{ t("signin.signup") }}</text>
|
|
|
</navigator>
|
|
</navigator>
|
|
|
- <match-media :min-width="791">
|
|
|
|
|
|
|
+ <cwg-match-media :min-width="791">
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="qr-container">
|
|
<view class="qr-container">
|
|
@@ -217,17 +217,17 @@ const inputType = ref("password");
|
|
|
</view>
|
|
</view>
|
|
|
<QrCode width="200" height="200" text="cardGuide" :logo="logoImage"></QrCode>
|
|
<QrCode width="200" height="200" text="cardGuide" :logo="logoImage"></QrCode>
|
|
|
</view>
|
|
</view>
|
|
|
- </match-media>
|
|
|
|
|
|
|
+ </cwg-match-media>
|
|
|
</view>
|
|
</view>
|
|
|
</uni-col>
|
|
</uni-col>
|
|
|
</uni-row>
|
|
</uni-row>
|
|
|
<view class="bottom-box">
|
|
<view class="bottom-box">
|
|
|
- <match-media :max-width="791">
|
|
|
|
|
|
|
+ <cwg-match-media :max-width="791">
|
|
|
<view class="bottom-title ellipsis">{{ t('newSignin.item12') }}</view>
|
|
<view class="bottom-title ellipsis">{{ t('newSignin.item12') }}</view>
|
|
|
- </match-media>
|
|
|
|
|
- <match-media :min-width="791">
|
|
|
|
|
|
|
+ </cwg-match-media>
|
|
|
|
|
+ <cwg-match-media :min-width="791">
|
|
|
<view class="bottom-title">{{ t('newSignin.item12') }}</view>
|
|
<view class="bottom-title">{{ t('newSignin.item12') }}</view>
|
|
|
- </match-media>
|
|
|
|
|
|
|
+ </cwg-match-media>
|
|
|
<view class="cwg-button">
|
|
<view class="cwg-button">
|
|
|
<u-button type="primary" class="" @click="">
|
|
<u-button type="primary" class="" @click="">
|
|
|
{{ t("News.More") }}
|
|
{{ t("News.More") }}
|