shuishen
2021-09-06 27a6b50f5090ef558af14fc642d71a722382ac13
大部分的样式修改
14 files modified
12 files added
112 ■■■■ changed files
.hbuilderx/launch.json 19 ●●●● patch | view | raw | blame | history
pages.json 58 ●●●● patch | view | raw | blame | history
pages/article/article.vue 2 ●●● patch | view | raw | blame | history
pages/groupChat/groupChat.vue 2 ●●● patch | view | raw | blame | history
pages/home/home.vue 6 ●●●● patch | view | raw | blame | history
pages/myself/myself.vue 6 ●●●● patch | view | raw | blame | history
pages/reported/reported.vue 19 ●●●●● patch | view | raw | blame | history
static/images/index/top-bar/GPUCache/data_0 patch | view | raw | blame | history
static/images/index/top-bar/GPUCache/data_1 patch | view | raw | blame | history
static/images/index/top-bar/GPUCache/data_2 patch | view | raw | blame | history
static/images/index/top-bar/GPUCache/data_3 patch | view | raw | blame | history
static/images/index/top-bar/GPUCache/index patch | view | raw | blame | history
static/myself/clock - 副本.png patch | view | raw | blame | history
static/myself/clock.png patch | view | raw | blame | history
static/myself/clock01 - 副本.png patch | view | raw | blame | history
static/myself/clock01.png patch | view | raw | blame | history
static/myself/logout002 - 副本.png patch | view | raw | blame | history
static/myself/logout002.png patch | view | raw | blame | history
static/myself/privacy01 - 副本.png patch | view | raw | blame | history
static/myself/privacy01.png patch | view | raw | blame | history
static/myself/shu - 副本.png patch | view | raw | blame | history
static/myself/shu.png patch | view | raw | blame | history
static/myself/system02 - 副本.png patch | view | raw | blame | history
static/myself/system02.png patch | view | raw | blame | history
static/myself/us003 - 副本.png patch | view | raw | blame | history
static/myself/us003.png patch | view | raw | blame | history
.hbuilderx/launch.json
@@ -2,10 +2,19 @@
  // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
    "version": "0.0",
    "configurations": [{
            "type": "uniCloud",
            "default": {
                "launchtype": "local"
            }
        }
         "app-plus" :
         {
             "launchtype" : "local"
         },
         "default" :
         {
             "launchtype" : "local"
         },
         "h5" :
         {
             "launchtype" : "local"
         },
         "type" : "uniCloud"
     }
    ]
}
pages.json
@@ -17,7 +17,7 @@
            "name": "loging",
            "style": {
                "navigationBarTitleText": "注册账号",
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
                // "app-plus": {
                //     "animationType": "fade-in",
@@ -26,19 +26,18 @@
            }
        },
        {
            "path" : "pages/registerUser/idphoto",
            "style" :
            {
            "path": "pages/registerUser/idphoto",
            "style": {
                "navigationBarTitleText": "人脸识别",
                "navigationStyle":"custom",
                "backgroundColor":"#000000"
            }
                "navigationStyle": "custom",
                "backgroundColor": "#000000"
            }
        },
        {
            "path": "pages/home/home",
            "style": {
                "navigationBarTitleText": "首页",
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
@@ -48,7 +47,7 @@
            "path": "pages/shengzs/index",
            "style": {
                "navigationBarTitleText": "能量树",
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        },
@@ -57,8 +56,9 @@
            "name": "myself",
            "style": {
                "navigationBarTitleText": "",
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarTextStyle": "white"
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white",
                "navigationStyle": "custom"
            }
        },
        {
@@ -66,7 +66,7 @@
            "name": "aboutUs",
            "style": {
                "navigationBarTitleText": "关于我们",
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        },
@@ -75,7 +75,7 @@
            "name": "shezhi",
            "style": {
                "navigationBarTitleText": "系统设置",
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        },
@@ -92,7 +92,7 @@
            "name": "genxin",
            "style": {
                "navigationBarTitleText": "隐私政策",
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        },
@@ -100,7 +100,7 @@
            "path": "pages/business/business",
            "style": {
                "navigationBarTitleText": "工作台",
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        },
@@ -159,8 +159,8 @@
            "name": "groupChat",
            "style": {
                "navigationBarTitleText": "我要说",
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarTextStyle":"white"
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        },
        {
@@ -228,7 +228,7 @@
            "path": "pages/article/article",
            "style": {
                "navigationBarTitleText": "资讯",
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        },
@@ -236,7 +236,9 @@
            "path": "pages/article/article_detail",
            "name": "equipment",
            "style": {
                "navigationBarTitleText": "详情"
                "navigationBarTitleText": "详情",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        },
        {
@@ -244,7 +246,7 @@
            "name": "equipment",
            "style": {
                "navigationBarTitleText": "巡逻任务",
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        },
@@ -253,7 +255,7 @@
            "name": "investigation",
            "style": {
                "navigationBarTitleText": "地图",
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        },
@@ -270,7 +272,9 @@
        {
            "path": "pages/handle/handle",
            "style": {
                "navigationBarTitleText": "我要办"
                "navigationBarTitleText": "我要办",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        },
        {
@@ -278,7 +282,7 @@
            "name": "alarm_list",
            "style": {
                "navigationBarTitleText": "群防任务",
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        },
@@ -294,7 +298,7 @@
            "name": "map",
            "style": {
                "navigationBarTitleText": "群防任务",
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        },
@@ -321,7 +325,7 @@
            "name": "mapJQtijiao",
            "style": {
                "navigationBarTitleText": "处理结果",
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        },
@@ -330,7 +334,7 @@
            "name": "alarmOver",
            "style": {
                "navigationBarTitleText": "任务详情",
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarBackgroundColor": "#103289",
                "navigationBarTextStyle": "white"
            }
        },
pages/article/article.vue
@@ -174,7 +174,7 @@
                        .select('#articleBox')
                        .boundingClientRect(data => {
                            that.swiperHeight = (safeArea.bottom - data.top - 44);
                            that.swiperHeight = (safeArea.bottom - data.top - 50);
                        })
                        .exec();
pages/groupChat/groupChat.vue
@@ -4,7 +4,7 @@
        <!-- 自定义顶部导航栏 -->
        <!-- <navBarTop :title="'聊天室'"></navBarTop> -->
        <view class="tab">
            <u-tabs :list="list" :is-scroll="false" :current="current" active-color="#14B9C8" inactive-color="#595959"
            <u-tabs :list="list" :is-scroll="false" :current="current" active-color="#103289" inactive-color="#595959"
                height="100" @change="change"></u-tabs>
        </view>
        <swiper id="swiperBox" :style="{ height: swiperHeight + 'px' }" :current="current" @change="tabsChange">
pages/home/home.vue
@@ -3,7 +3,7 @@
        <!-- 头部 start -->
        <view class="head">
            <u-navbar :is-fixed="false" :border-bottom="false" :is-back="false" title=""
                :background="{ background: '#0BB9C8' }">
                :background="{ background: '#103289' }">
                <view class="nav-wrap">
                    <!-- <picker mode="selector" :range="positionArr" range-key="name" @change="changePicker"
                        class="picker-box">
@@ -269,7 +269,7 @@
        left: 0;
        z-index: 1;
    }
    .head-bg {
        position: absolute;
        left: 0px;
@@ -277,7 +277,7 @@
        z-index: -1;
        width: 750rpx;
        height: 270rpx;
        background: #0bb9c8;
        background: #103289;
    }
    .nav-wrap {
pages/myself/myself.vue
@@ -331,7 +331,7 @@
            width: 100%;
            height: 12rem;
            border-radius: 0px 0px 12px 12px;
            background-image: linear-gradient(to bottom, #0BB9C8, #0BB9C8);
            background-image: linear-gradient(to bottom, #103289, #174cd1);
            color: #fff;
            flex-direction: column;
@@ -376,7 +376,7 @@
                width: 88%;
                margin: 0 auto;
                height: 2.4rem;
                background-image: linear-gradient(to right, #1D949F, #0BB9C8);
                background-image: linear-gradient(to bottom, #103289, #174cd1);
                box-shadow:0 0 0.1px 0.1px #0BB9C8;
                // border: 1px solid #00ff00;
                
@@ -386,7 +386,7 @@
                    line-height: 1.8rem;
                    margin-left: 0.6rem;
                    margin-top: 0.3rem;
                    background-image: linear-gradient(to right,#078893, #0CB5C4);
                    background-image: linear-gradient(to bottom, #103289, #174cd1);
                    
                    .dept-name {
                        margin-left: 0.3rem;
pages/reported/reported.vue
@@ -1,14 +1,8 @@
<template>
    <view class="policeDetails">
        <!-- 自定义顶部导航栏 -->
        <u-navbar
            :is-back="true"
            title="事件上报"
            :background="background"
            back-icon-color="#FFF"
            title-color="#FFF"
            >
            <view class="navbar-right" slot="right">历史上报</view>
        <u-navbar :is-back="true" title="事件上报" :background="background" back-icon-color="#FFF" title-color="#FFF">
            <view class="navbar-right" slot="right">历史上报</view>
        </u-navbar>
        <!-- <view class="row address">
            <view class="title">地址</view>
@@ -67,8 +61,8 @@
                videos: [],
                title: '事件上报',
                backImage: '../../static/images/nav/back02.png',
                background:{
                    backgroundColor:"#0BB9C8"
                background: {
                    backgroundColor: "#103289"
                }
            }
        },
@@ -245,8 +239,7 @@
</script>
<style lang="scss">
    .navbar-right{
    .navbar-right {
        color: #fff;
        font-size: 0.7rem;
        margin-right: 1.5rem;
@@ -404,7 +397,7 @@
            .butb {
                margin-bottom: 4.5rem;
                width: 100%;
                height:3rem;
                height: 3rem;
                // border: 1px solid rgb(46, 118, 228);
                border-radius: 8px;
                display: flex;
static/images/index/top-bar/GPUCache/data_0
Binary files differ
static/images/index/top-bar/GPUCache/data_1
Binary files differ
static/images/index/top-bar/GPUCache/data_2
Binary files differ
static/images/index/top-bar/GPUCache/data_3
Binary files differ
static/images/index/top-bar/GPUCache/index
Binary files differ
static/myself/clock - 副本.png
static/myself/clock.png

static/myself/clock01 - 副本.png
static/myself/clock01.png

static/myself/logout002 - 副本.png
static/myself/logout002.png

static/myself/privacy01 - 副本.png
static/myself/privacy01.png

static/myself/shu - 副本.png
static/myself/shu.png

static/myself/system02 - 副本.png
static/myself/system02.png

static/myself/us003 - 副本.png
static/myself/us003.png