代码上传
This commit is contained in:
parent
2353f99940
commit
89b5956f75
|
@ -17,10 +17,10 @@
|
||||||
<view class="business-top">
|
<view class="business-top">
|
||||||
<view style="display: flex; align-items: center">
|
<view style="display: flex; align-items: center">
|
||||||
<image src="../../../static/8L.png" class="image"></image>
|
<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>
|
||||||
<view style="font-size: 24rpx; color: #858585">
|
<view style="font-size: 24rpx; color: #858585">
|
||||||
{{ "共一项代办业务" }}
|
{{ "共1项代办业务" }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="business-bottom">
|
<view class="business-bottom">
|
||||||
|
|
|
@ -2,8 +2,9 @@
|
||||||
<view class="content" :style="{ backgroundPositionY: -44 + safeAreaInsets.top + 'px' }">
|
<view class="content" :style="{ backgroundPositionY: -44 + safeAreaInsets.top + 'px' }">
|
||||||
<view class="top" :style="{ paddingTop: safeAreaInsets.top + 'px' }">
|
<view class="top" :style="{ paddingTop: safeAreaInsets.top + 'px' }">
|
||||||
<view style="color: #fff;width: 120rpx;">哈尔滨</view>
|
<view style="color: #fff;width: 120rpx;">哈尔滨</view>
|
||||||
<uni-search-bar class="search" bgColor="#EEEEEE" radius="100" placeholder="搜索" clearButton="none"
|
<!-- <uni-search-bar class="search" bgColor="#EEEEEE" radius="100" placeholder="搜索" clearButton="none"
|
||||||
cancelButton="none" @confirm="search" />
|
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>
|
<image src="../../static/on.png" style="width: 80rpx; height: 60rpx"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="card">
|
<view class="card">
|
||||||
|
@ -47,11 +48,11 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="business">
|
<view class="business" style="padding: 10rpx 20rpx;">
|
||||||
<view v-for="(item, index) in businessList" :key="index" class="grid-item">
|
<view v-for="(item, index) in businessList" :key="index" class="grid-item">
|
||||||
<view class="business-content" @click="closedclick(item.id)">
|
<view class="business-content" @click="closedclick(item.id)">
|
||||||
<image style="width: 70rpx; height: 70rpx; margin-bottom: 20rpx" :src="item.img" />
|
<image style="width: 70rpx; height: 70rpx; margin-bottom: 20rpx" :src="item.img" />
|
||||||
<text style="font-size: 12px">{{ item.text }}</text>
|
<text style="font-size: 12px;color: #696967;">{{ item.text }}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -69,7 +70,7 @@
|
||||||
<swiper class="swiper-box" @change="change">
|
<swiper class="swiper-box" @change="change">
|
||||||
<swiper-item v-for="(item, index) in info" :key="index">
|
<swiper-item v-for="(item, index) in info" :key="index">
|
||||||
<view class="swiper-item" style="margin-right: 20rpx">
|
<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>
|
</image>
|
||||||
<view class="swiper-text">
|
<view class="swiper-text">
|
||||||
<text>{{ item.content }}</text>
|
<text>{{ item.content }}</text>
|
||||||
|
@ -259,7 +260,7 @@
|
||||||
.business {
|
.business {
|
||||||
margin: 3% 0;
|
margin: 3% 0;
|
||||||
height: 380rpx;
|
height: 380rpx;
|
||||||
width: 100%;
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #ebeef0;
|
border: 1px solid #ebeef0;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
|
@ -291,7 +292,7 @@
|
||||||
|
|
||||||
.information {
|
.information {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 350rpx;
|
height: 300rpx;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #ebebeb;
|
border: 1px solid #ebebeb;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
|
@ -299,7 +300,7 @@
|
||||||
|
|
||||||
.information-top {
|
.information-top {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 30%;
|
height: 25%;
|
||||||
border-bottom: 1px solid #f4f3f5;
|
border-bottom: 1px solid #f4f3f5;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -308,9 +309,9 @@
|
||||||
|
|
||||||
.information-content {
|
.information-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 70%;
|
height: 65%;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 50rpx;
|
||||||
|
|
||||||
.swiper-item {
|
.swiper-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"hash": "f0e888ba",
|
"hash": "4a204181",
|
||||||
"configHash": "046e9b57",
|
"configHash": "eb966fb1",
|
||||||
"lockfileHash": "fa978dd2",
|
"lockfileHash": "fa978dd2",
|
||||||
"browserHash": "f56c9596",
|
"browserHash": "65cd6fd1",
|
||||||
"optimized": {
|
"optimized": {
|
||||||
"echarts": {
|
"echarts": {
|
||||||
"src": "../../../../../node_modules/echarts/index.js",
|
"src": "../../../../../node_modules/echarts/index.js",
|
||||||
"file": "echarts.js",
|
"file": "echarts.js",
|
||||||
"fileHash": "3a5ca97e",
|
"fileHash": "47eb0dc6",
|
||||||
"needsInterop": false
|
"needsInterop": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user