1.修复首页活动,搜索后,数据重复展示
2.修复每次进发布页都会弹出输入数字的弹窗 3.优化主理人页面UI 4.优化个人信息编辑页面UI 5.优化发布页面活动分类弹窗UI 6.详情页面新增报名结束状态
This commit is contained in:
parent
4a983641a4
commit
40a26b1630
@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<view class="detail_all">
|
||||
<view class="nav">
|
||||
<u-navbar :is-back="true" leftIconColor="#000000" :autoBack="true" :bgColor="background"
|
||||
title="详情"></u-navbar>
|
||||
<u-navbar :is-back="true" leftIconColor="#000000" :autoBack="true" :bgColor="background"
|
||||
title="详情" :titleStyle="{color:'#000000',fontSize:'32rpx'}"></u-navbar>
|
||||
</view>
|
||||
<view class="box flex justify-start flex-column align-items" :class="overlay ? 'no-scroll' : ''">
|
||||
<view class="swiper">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<view class="detail_all">
|
||||
<view class="nav">
|
||||
<u-navbar :is-back="true" leftIconColor="#000000" :autoBack="true" :bgColor="background"
|
||||
title="详情"></u-navbar>
|
||||
title="详情" :titleStyle="{color:'#000000',fontSize:'32rpx'}"></u-navbar>
|
||||
</view>
|
||||
<view class="box flex justify-start flex-column align-items" :class="overlay ? 'no-scroll' : ''">
|
||||
<view class="swiper">
|
||||
|
@ -167,7 +167,7 @@
|
||||
background: '#ffffff00',
|
||||
titleStyle: {
|
||||
color: '#000000',
|
||||
fontSize: '28rpx'
|
||||
fontSize: '32rpx'
|
||||
},
|
||||
status:null,
|
||||
toptitle: '',
|
||||
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="page">
|
||||
<view class="nav">
|
||||
<u-navbar :is-back="true" leftIconColor="#000000" :autoBack="true" :bgColor="'#ffffff'" :title="title"
|
||||
<u-navbar :titleStyle="{color:'#000000',fontSize:'32rpx'}" :is-back="true" leftIconColor="#000000" :autoBack="true" :bgColor="'#ffffff'" :title="title"
|
||||
></u-navbar>
|
||||
</view>
|
||||
<view style="padding:30rpx;margin-top: 180rpx;" v-if="istype">
|
||||
@ -18,7 +18,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="btn_1" @click="save()">保存</view>
|
||||
<view class="btn_1" @click="save()">保存信息</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@ -125,7 +125,7 @@ export default {
|
||||
border-radius: 18rpx 18rpx 18rpx 18rpx;
|
||||
border: 1rpx solid #707070;
|
||||
height: 90rpx;
|
||||
padding-left: 10rpx;
|
||||
padding-left: 40rpx;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -138,14 +138,14 @@ export default {
|
||||
|
||||
.btn_1 {
|
||||
width: 95%;
|
||||
height: 90rpx;
|
||||
height: 92rpx;
|
||||
background: #323232;
|
||||
border-radius: 198rpx 198rpx 198rpx 198rpx;
|
||||
font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
|
||||
font-weight: 400;
|
||||
font-size: 32rpx;
|
||||
font-size: 36rpx;
|
||||
color: #BBFC5B;
|
||||
line-height: 90rpx;
|
||||
line-height: 92rpx;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
position: fixed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user