| | |
| | | src: url('static/family/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
|
| | |
|
| | | }
|
| | | @font-face {
|
| | | font-family: a4;
|
| | | src: url('static/family/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
|
| | | |
| | | }
|
| | | .nav-list {
|
| | | display: flex;
|
| | | flex-wrap: wrap;
|
| | |
| | | {
|
| | | "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
| | | {
|
| | | "path": "pages/login/login",
|
| | | "path": "pages/login/index",
|
| | | "style": {
|
| | | "navigationBarTitleText": "%page.login%"
|
| | | }
|
| | |
| | | <template> |
| | | <view class="bodyView"> |
| | | <view class="topView"> |
| | | <cover-image src="/static/img/login_top.png"> |
| | | </cover-image> |
| | | <image src="/static/img/login_top.png" mode="aspectFill"> |
| | | </image> |
| | | </view> |
| | | <view class="logoView"> |
| | | <cover-image src="/static/img/newLogo.png"> |
| | | </cover-image> |
| | | <image src="/static/img/newLogo.png" mode="aspectFit"> |
| | | </image> |
| | | </view> |
| | | <view class="bottomView"> |
| | | <view class="itemView" style="margin-bottom: 40px;"> |
| | |
| | | color: #ababab; |
| | | } |
| | | .textType3{ |
| | | font-family: a3; |
| | | font-family: a4; |
| | | } |
| | | .bodyView{ |
| | | display: flex; |
| | |
| | | .topView{ |
| | | flex: 7; |
| | | } |
| | | .topView cover-image{ |
| | | .topView image{ |
| | | width: 100%; |
| | | height: 100%; |
| | | |
| | | object-fit: cover; |
| | | } |
| | | .logoView{ |
| | | flex: 1; |
| | |
| | | align-items: center; |
| | | |
| | | } |
| | | .logoView cover-image{ |
| | | width: 33%; |
| | | height: 35px; |
| | | object-fit: cover; |
| | | .logoView image{ |
| | | width: 33%; |
| | | height: 50px; |
| | | margin-right: 20px; |
| | | } |
| | | .bottomView{ |
| | |
| | | } |
| | | .loadingButton{ |
| | | background-color: #ffda1e; |
| | | |
| | | font-family: a1; |
| | | } |
| | | .check { |
| | | |