#
zjj
昨天 befe56903ca496dfa9bd176a5daa3669e8965ce9
#
3个文件已修改
1个文件已添加
31 ■■■■ 已修改文件
App.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/login/index.vue 24 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/family/HarmonyOS_Sans_SC_Regular.ttf 补丁 | 查看 | 原始文档 | blame | 历史
App.vue
@@ -140,6 +140,11 @@
        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.json
@@ -1,7 +1,7 @@
{
    "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
        {
            "path": "pages/login/login",
            "path": "pages/login/index",
            "style": {
                "navigationBarTitleText": "%page.login%"
            }
pages/login/index.vue
@@ -1,12 +1,12 @@
<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;">
@@ -188,7 +188,7 @@
        color: #ababab;        
    }
    .textType3{
        font-family: a3;
        font-family: a4;
    }
    .bodyView{
        display: flex;
@@ -203,11 +203,8 @@
    .topView{
        flex: 7;
    }
    .topView cover-image{
    .topView image{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .logoView{
        flex: 1;
@@ -216,10 +213,9 @@
        align-items: center;
        
    }
    .logoView cover-image{
        width: 33%;
        height: 35px;
        object-fit: cover;
    .logoView image{
        width: 33%;
        height: 50px;
        margin-right: 20px;
    }
    .bottomView{
@@ -297,7 +293,7 @@
    }
    .loadingButton{
        background-color: #ffda1e;
        font-family: a1;
    }
    .check {
        
static/family/HarmonyOS_Sans_SC_Regular.ttf
Binary files differ