346149741
2024-06-20 f401dceabf57d3957788248839acd54612ffce8c
样式调整
1个文件已修改
8 ■■■■ 已修改文件
pages/index/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index/index.vue
@@ -1,6 +1,6 @@
<template>
    <view>
        <img src="/static/head.png" alt="" />
        <img src="/static/head.png" class="head" alt="" />
        <view class="hqzc">
            <img src="/static/hqzc.png" class="img" alt="" />
            <view class="line"></view>
@@ -173,7 +173,7 @@
        }
    }
    .btnbox{
        margin-top: 70rpx;
        margin-top: 110rpx;
        margin-left: 32rpx;
        margin-right: 32rpx;
        img{
@@ -244,4 +244,8 @@
        }
    }
    .head{
        width: 100%;
        height: 518rpx;
    }
</style>