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

修改页面布局

parent ee5f612e
......@@ -276,6 +276,7 @@
.photo-guide{
margin-top: 20rpx;
background-color: #FFFFFF;
padding-bottom: 40rpx;
.ticketTest{
padding-top: 30rpx;
display: block;
......
......@@ -4,7 +4,7 @@
<view class="u-search-box">
<view class="u-search-inner">
<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 class="button">
<u-button size="mini" shape="circle" hover-class="none" @click="search">
......
<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="testTitle">积分变更</view>
<view class="line"></view>
......
......@@ -78,6 +78,7 @@
min-height: 100vh;
background-color: #eeeeee;
padding-top: 34rpx;
padding-bottom: 40rpx;
// display: flex;
// align-items: 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