代码上传

This commit is contained in:
yangchunyu 2024-06-27 17:07:55 +08:00
parent 2353f99940
commit 89b5956f75
3 changed files with 22 additions and 21 deletions

View File

@ -17,10 +17,10 @@
<view class="business-top">
<view style="display: flex; align-items: center">
<image src="../../../static/8L.png" class="image"></image>
<text style="margin-left: 30rpx; font-weight: 500; font-size: 32rpx">办驾驶证业务</text>
<text style="margin-left: 30rpx; font-weight: 500; font-size: 32rpx">办驾驶证业务</text>
</view>
<view style="font-size: 24rpx; color: #858585">
{{ "共项代办业务" }}
{{ "共1项代办业务" }}
</view>
</view>
<view class="business-bottom">

View File

@ -2,8 +2,9 @@
<view class="content" :style="{ backgroundPositionY: -44 + safeAreaInsets.top + 'px' }">
<view class="top" :style="{ paddingTop: safeAreaInsets.top + 'px' }">
<view style="color: #fff;width: 120rpx;">哈尔滨</view>
<uni-search-bar class="search" bgColor="#EEEEEE" radius="100" placeholder="搜索" clearButton="none"
cancelButton="none" @confirm="search" />
<!-- <uni-search-bar class="search" bgColor="#EEEEEE" radius="100" placeholder="搜索" clearButton="none"
cancelButton="none" @confirm="search" /> -->
<up-search placeholder="搜索" bgColor="#EEEEEE" height="25" searchIconSize="18" :showAction="false"></up-search>
<image src="../../static/on.png" style="width: 80rpx; height: 60rpx"></image>
</view>
<view class="card">
@ -47,13 +48,13 @@
</view>
</view>
</view>
<view class="business">
<view v-for="(item, index) in businessList" :key="index" class="grid-item">
<view class="business-content" @click="closedclick(item.id)">
<image style="width: 70rpx; height: 70rpx; margin-bottom: 20rpx" :src="item.img" />
<text style="font-size: 12px">{{ item.text }}</text>
</view>
</view>
<view class="business" style="padding: 10rpx 20rpx;">
<view v-for="(item, index) in businessList" :key="index" class="grid-item">
<view class="business-content" @click="closedclick(item.id)">
<image style="width: 70rpx; height: 70rpx; margin-bottom: 20rpx" :src="item.img" />
<text style="font-size: 12px;color: #696967;">{{ item.text }}</text>
</view>
</view>
</view>
<view class="information">
<view class="information-top">
@ -69,7 +70,7 @@
<swiper class="swiper-box" @change="change">
<swiper-item v-for="(item, index) in info" :key="index">
<view class="swiper-item" style="margin-right: 20rpx">
<image :src="item.Image" style="width: 200rpx; height: 200rpx; margin-left: 20rpx">
<image :src="item.Image" style="width: 200rpx; height: 170rpx; margin-left: 20rpx; border-radius: 10rpx;">
</image>
<view class="swiper-text">
<text>{{ item.content }}</text>
@ -259,7 +260,7 @@
.business {
margin: 3% 0;
height: 380rpx;
width: 100%;
background-color: #fff;
border: 1px solid #ebeef0;
border-radius: 20rpx;
@ -291,7 +292,7 @@
.information {
width: 100%;
height: 350rpx;
height: 300rpx;
background-color: #fff;
border: 1px solid #ebebeb;
border-radius: 20rpx;
@ -299,7 +300,7 @@
.information-top {
width: 100%;
height: 30%;
height: 25%;
border-bottom: 1px solid #f4f3f5;
display: flex;
align-items: center;
@ -308,9 +309,9 @@
.information-content {
width: 100%;
height: 70%;
height: 65%;
display: flex;
margin-bottom: 20rpx;
margin-bottom: 50rpx;
.swiper-item {
display: flex;

View File

@ -1,13 +1,13 @@
{
"hash": "f0e888ba",
"configHash": "046e9b57",
"hash": "4a204181",
"configHash": "eb966fb1",
"lockfileHash": "fa978dd2",
"browserHash": "f56c9596",
"browserHash": "65cd6fd1",
"optimized": {
"echarts": {
"src": "../../../../../node_modules/echarts/index.js",
"file": "echarts.js",
"fileHash": "3a5ca97e",
"fileHash": "47eb0dc6",
"needsInterop": false
}
},