346149741
2024-06-20 d4b8366bf049764669c3ccfb5f739cd6acb5a847
首页静态
12个文件已添加
2个文件已修改
346 ■■■■■ 已修改文件
pages.json 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/hqzc/details.vue 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/hqzc/list.vue 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index/index.vue 230 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/message/details.vue 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/message/list.vue 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/head.png 补丁 | 查看 | 原始文档 | blame | 历史
static/hqzc.png 补丁 | 查看 | 原始文档 | blame | 历史
static/i01.png 补丁 | 查看 | 原始文档 | blame | 历史
static/i02.png 补丁 | 查看 | 原始文档 | blame | 历史
static/i03.png 补丁 | 查看 | 原始文档 | blame | 历史
static/i04.png 补丁 | 查看 | 原始文档 | blame | 历史
static/i05.png 补丁 | 查看 | 原始文档 | blame | 历史
static/i06.png 补丁 | 查看 | 原始文档 | blame | 历史
pages.json
@@ -36,6 +36,34 @@
            {
                "navigationBarTitleText" : "企业首页"
            }
        },
        {
            "path" : "pages/hqzc/list",
            "style" :
            {
                "navigationBarTitleText" : ""
            }
        },
        {
            "path" : "pages/hqzc/details",
            "style" :
            {
                "navigationBarTitleText" : ""
            }
        },
        {
            "path" : "pages/message/list",
            "style" :
            {
                "navigationBarTitleText" : ""
            }
        },
        {
            "path" : "pages/message/details",
            "style" :
            {
                "navigationBarTitleText" : ""
            }
        }
    ],
    "subPackages": [
pages/hqzc/details.vue
New file
@@ -0,0 +1,22 @@
<template>
    <view>
    </view>
</template>
<script>
    export default {
        data() {
            return {
            }
        },
        methods: {
        }
    }
</script>
<style>
</style>
pages/hqzc/list.vue
New file
@@ -0,0 +1,22 @@
<template>
    <view>
    </view>
</template>
<script>
    export default {
        data() {
            return {
            }
        },
        methods: {
        }
    }
</script>
<style>
</style>
pages/index/index.vue
@@ -1,9 +1,120 @@
<template>
    <view>
    <!--     <u-button @click="goMyCompany('01')">我是执法人员</u-button>
        <u-button @click="goMyCompany('02')">我是企业</u-button>
        <u-button @click="goMyCompany('00')">运营管理</u-button> -->
        <img src="/static/index.png" alt="" />
        <img src="/static/head.png" alt="" />
        <view class="hqzc">
            <img src="/static/hqzc.png" class="img" alt="" />
            <view class="line"></view>
            <view class="font">
                <p>海关总署贸易持续发展2024年立法局...</p>
                <p>国家医疗保障局办公室关于发布管理... </p>
            </view>
            <img src="/static/i06.png" class="more" alt="" />
        </view>
        <view class="btnbox">
            <img src="/static/i01.png" class="more" alt="" style="margin-right: 18rpx;" />
            <img src="/static/i02.png" class="more" alt="" />
            <img src="/static/i03.png" class="more" alt="" style="margin-right: 18rpx;" />
            <img src="/static/i04.png" class="more" alt="" />
                <!-- <u-button @click="goMyCompany('01')">我是执法人员</u-button>
                <u-button @click="goMyCompany('02')">我是企业</u-button>
                <u-button @click="goMyCompany('00')">运营管理</u-button> -->
        </view>
        <view class="msgbox">
            <view class="tit">
                <view class="t">
                    信息公示
                </view>
                <view class="m">
                    查更多>
                </view>
            </view>
            <view class="item">
                <img src="/static/i05.png" class="img" alt="" />
                <view class="right">
                    <view class="name">
                        北京尚策互动科技有限公司
                    </view>
                    <view class="box">
                        <view class="l">
                            <p>执法单位:农业农村局</p>
                            <p>执法时间:2024-06-03 12:30:67</p>
                        </view>
                        <view class="r">
                            去查看
                        </view>
                    </view>
                </view>
            </view>
            <view class="item">
                <img src="/static/i05.png" class="img" alt="" />
                <view class="right">
                    <view class="name">
                        北京斯诚科技发展有限公司
                    </view>
                    <view class="box">
                        <view class="l">
                            <p>执法单位:农业农村局</p>
                            <p>执法时间:2024-06-03 12:30:67</p>
                        </view>
                        <view class="r">
                            去查看
                        </view>
                    </view>
                </view>
            </view>
            <view class="item">
                <img src="/static/i05.png" class="img" alt="" />
                <view class="right">
                    <view class="name">
                        北京华星擘达物业管理有限公司
                    </view>
                    <view class="box">
                        <view class="l">
                            <p>执法单位:农业农村局</p>
                            <p>执法时间:2024-06-03 12:30:67</p>
                        </view>
                        <view class="r">
                            去查看
                        </view>
                    </view>
                </view>
            </view>
            <view class="item">
                <img src="/static/i05.png" class="img" alt="" />
                <view class="right">
                    <view class="name">
                        布雷曼管理咨询(北京)有限公司
                    </view>
                    <view class="box">
                        <view class="l">
                            <p>执法单位:农业农村局</p>
                            <p>执法时间:2024-06-03 12:30:67</p>
                        </view>
                        <view class="r">
                            去查看
                        </view>
                    </view>
                </view>
            </view>
            <view class="item">
                <img src="/static/i05.png" class="img" alt="" />
                <view class="right">
                    <view class="name">
                        北京元大投资有限公司
                    </view>
                    <view class="box">
                        <view class="l">
                            <p>执法单位:农业农村局</p>
                            <p>执法时间:2024-06-03 12:30:67</p>
                        </view>
                        <view class="r">
                            去查看
                        </view>
                    </view>
                </view>
            </view>
        </view>
        <view style="height: 30rpx;"></view>
    </view>
</template>
@@ -22,4 +133,115 @@
    };
</script>
<style>
    page{
        background: #F7F7F7;
    }
</style>
<style lang="scss" scoped>
    .hqzc{
        position: absolute;
        border-radius: 5px;
        background: #fff;
        display: flex;
        width: calc(100vw - 64rpx);
        align-items: center;
        left: 32rpx;
        top: 500rpx;
        padding: 24rpx;
        box-sizing: border-box;
        .line{
            width: 2rpx;
            height: 50rpx;
            background: #f1f1f1;
            margin-right: 18rpx;
        }
        .img{
            width: 76rpx;
            height: 76rpx;
            margin-right: 18rpx;
        }
        .more{
            width: 28rpx;
            height: 28rpx;
        }
        .font{
            font-size: 26rpx;
            color: #4A4E60;
            margin-right: 50rpx;
        }
    }
    .btnbox{
        margin-top: 70rpx;
        margin-left: 32rpx;
        margin-right: 32rpx;
        img{
            width: 334rpx;
            height: 208rpx;
        }
    }
    .msgbox{
        background: #fff;
        border-radius: 5px;
        padding: 24rpx;
        box-sizing: border-box;
        margin: 20rpx 32rpx;
        .tit{
            display: flex;
            justify-content: space-between;
            .t{
                color: #202d44;
                font-size: 36rpx;
                font-weight: bolder;
            }
            .m{
                color: #7e8596;
                font-size: 24rpx;
            }
        }
        .item{
            display: flex;
            margin-top: 26rpx;
            border-bottom: 1px solid #F1F1F1;
            padding-bottom: 26rpx;
            .img{
                width: 56rpx;
                height: 56rpx;
            }
            .right{
                width: 90%;
                .name{
                    color: #202d44;
                    font-size: 32rpx;
                    line-height: 44rpx;
                    margin-bottom: 24rpx;
                }
                .box{
                    display: flex;
                    justify-content: space-between;
                    .l{
                        font-size: 26rpx;
                         color: #7e8593;
                    }
                    .r{
                        width: 132rpx;
                        height: 64rpx;
                        line-height: 64rpx;
                        border-radius: 5px;
                        border: 1px solid #ABD2FF;
                        background: #F0F8FF;
                        color: #1171e0;
                        text-align: center;
                        font-size: 30rpx;
                    }
                }
            }
        }
        .item:last-child{
            border: none;
            padding-bottom: 0;
        }
    }
</style>
pages/message/details.vue
New file
@@ -0,0 +1,22 @@
<template>
    <view>
    </view>
</template>
<script>
    export default {
        data() {
            return {
            }
        },
        methods: {
        }
    }
</script>
<style>
</style>
pages/message/list.vue
New file
@@ -0,0 +1,22 @@
<template>
    <view>
    </view>
</template>
<script>
    export default {
        data() {
            return {
            }
        },
        methods: {
        }
    }
</script>
<style>
</style>
static/head.png
static/hqzc.png
static/i01.png
static/i02.png
static/i03.png
static/i04.png
static/i05.png
static/i06.png