Commit 2a367b71 authored by 杨硕's avatar 杨硕

修改页面布局

parent ee5f612e
...@@ -276,6 +276,7 @@ ...@@ -276,6 +276,7 @@
.photo-guide{ .photo-guide{
margin-top: 20rpx; margin-top: 20rpx;
background-color: #FFFFFF; background-color: #FFFFFF;
padding-bottom: 40rpx;
.ticketTest{ .ticketTest{
padding-top: 30rpx; padding-top: 30rpx;
display: block; display: block;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<view class="u-search-box"> <view class="u-search-box">
<view class="u-search-inner"> <view class="u-search-inner">
<u-icon name="search" color="#909399" :size="28"></u-icon> <u-icon name="search" color="#909399" :size="28"></u-icon>
<u-input style="width: 100%;" class="u-search-text" v-model="name" :disabled="ture" type="text" height="50" placeholder="搜商名称" /> <u-input style="width: 100%;" class="u-search-text" v-model="name" :disabled="ture" type="text" height="50" placeholder="搜商名称" />
</view> </view>
<view class="button"> <view class="button">
<u-button size="mini" shape="circle" hover-class="none" @click="search"> <u-button size="mini" shape="circle" hover-class="none" @click="search">
......
<template> <template>
<view style="background-color: #eeeeee;min-height: 100vh;"> <view style="background-color: #eeeeee;min-height: 100vh;padding: 40rpx 0;">
<view class="modify"> <view class="modify">
<view class="testTitle">积分变更</view> <view class="testTitle">积分变更</view>
<view class="line"></view> <view class="line"></view>
......
...@@ -78,6 +78,7 @@ ...@@ -78,6 +78,7 @@
min-height: 100vh; min-height: 100vh;
background-color: #eeeeee; background-color: #eeeeee;
padding-top: 34rpx; padding-top: 34rpx;
padding-bottom: 40rpx;
// display: flex; // display: flex;
// align-items: center; // align-items: center;
// justify-content: center; // justify-content: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment