Merge pull request 'GDPAO' (#164) from gyh into master
Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/164
This commit was merged in pull request #164.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view>
|
||||
<view class="status_bar"></view>
|
||||
<view class="index" @touchmove.stop.prevent="moveHandle">
|
||||
<view class="index">
|
||||
<view class="top">
|
||||
<view class="sosuo" @click="goSearch">
|
||||
<u-icon name="search" color="#555" size="34rpx"></u-icon>
|
||||
@@ -98,11 +98,7 @@
|
||||
width: 750rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100vh;
|
||||
/* #ifdef APP-PLUS */
|
||||
padding-bottom: 88rpx;
|
||||
/* #endif */
|
||||
overflow: hidden;
|
||||
height: 100vh;
|
||||
|
||||
.top {
|
||||
z-index: 10000;
|
||||
@@ -135,9 +131,8 @@
|
||||
|
||||
.card {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin-top: 88rpx;
|
||||
// pointer-events: none;
|
||||
height: calc(100vh + 500rpx);
|
||||
padding-top: 88rpx;
|
||||
|
||||
.box {
|
||||
width: 100%;
|
||||
@@ -147,17 +142,18 @@
|
||||
|
||||
.list {
|
||||
display: flex;
|
||||
padding-bottom: 50rpx;
|
||||
margin-bottom: 50rpx;
|
||||
// height: 100vh;
|
||||
// padding-bottom: 100rpx;
|
||||
// margin-bottom: 50rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.tuijian {
|
||||
width: 750rpx;
|
||||
padding: 30rpx;
|
||||
margin-left: -30rpx;
|
||||
height: 400rpx;
|
||||
background-color: #ececec;
|
||||
padding: 30rpx;
|
||||
|
||||
.title {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user