Commit b147ff1a authored by lvtz's avatar lvtz

fix

parent fec4179b
......@@ -45,7 +45,7 @@
animation: btnscale 1s linear infinite forwards;
}
.theme-index-container {
min-height: 100vh;
/* min-height: 100vh; */
background-color: #fff;
border-bottom: 1px solid transparent;
}
......@@ -660,4 +660,8 @@
font-weight: 400;
color: rgba(147, 147, 147, 1);
line-height: 1;
}
.empty-content-box{
height: 400rpx;
position: relative;
}
\ No newline at end of file
......@@ -1240,7 +1240,7 @@ Page({
// 跟录音相关的操作
goindex() {
wx.reLaunch({
url: `/business/pages/schoolclasslist/index?sid=${this.data.sid}`,
url: `/business/pages/deskcenter/index?sid=${this.data.sid}`,
})
},
sharecallback() {
......
......@@ -654,4 +654,9 @@
position: absolute;
left: 0;
top: 0;
}
.empty-content-box{
height: 400rpx;
position: relative;
}
\ No newline at end of file
......@@ -4,6 +4,6 @@
"navigationBarBackgroundColor": "#35BAFD",
"navigationBarTextStyle": "white",
"usingComponents": {
"empty-content": "../../../components/emptycontent"
}
}
\ No newline at end of file
......@@ -96,9 +96,8 @@
</view>
</view>
</view>
<view class="empty-content" wx:else>
<image class='empty-img' src='{{imageRoot}}2c/common/emptyimg.png?{{imageVersion}}'></image>
<view class="empty-text">{{searchName!=''?'查找结果为空~':'暂无数据~'}}</view>
<view class="empty-content-box" wx:else>
<empty-content text="{{searchName!=''?'查找结果为空~':'暂无数据~'}}" emptyimg="common/empty/empty_b.png"></empty-content>
</view>
</view>
<view class="footer-box">
......
......@@ -429,21 +429,6 @@
/* 空场景 */
.empty-content {
/* position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%); */
display: flex;
flex-direction: column;
align-items: center;
line-height: 45rpx;
padding: 40rpx 0;
}
.empty-content .empty-img {
width: 263rpx;
height: 219rpx;
}
.empty-content .empty-text {
font-size: 26rpx;
color: rgba(0, 0, 0, 0.6);
}
\ No newline at end of file
height: 400rpx;
position: relative;
}
\ No newline at end of file
......@@ -1095,7 +1095,7 @@ Page({
// 跟录音相关的操作
goindex() {
wx.reLaunch({
url: `/business/pages/schoolclasslist/index?sid=${this.data.sid}`,
url: `/business/pages/deskcenter/index?sid=${this.data.sid}`,
})
},
sharecallback() {
......
......@@ -847,4 +847,9 @@
.addSub-dialog .addSub-dialog-content .footer .right{
color:rgba(101,184,244,1);
border-left:1px solid rgba(0,0,0,.05);
}
.empty-content-box{
height: 400rpx;
position: relative;
}
\ No newline at end of file
......@@ -75,9 +75,8 @@
</view>
</view>
</view>
<view class="empty-content-box"
wx:if="{{emptyMemberPage1}}">
<empty-content></empty-content>
<view class="empty-content-box" wx:if="{{emptyMemberPage1}}">
<empty-content text="暂无数据~" emptyimg=""></empty-content>
</view>
</view>
<view class="has-sign-box" wx:if="{{twoSmallSort == 1}}">
......@@ -107,26 +106,11 @@
</view>
<view class="" wx:if="{{item.score > 0}}">
<view class="member-star-box">
<image class="star-icon"
src="{{imageRoot}}2b/common/{{item.score >= 10 ? 'staractive.png' : 'stargrey.png'}}?{{imageVersion}}"
>
</image>
<image class="star-icon"
src="{{imageRoot}}2b/common/{{item.score >= 20 ? 'staractive.png' : 'stargrey.png'}}?{{imageVersion}}"
>
</image>
<image class="star-icon"
src="{{imageRoot}}2b/common/{{item.score >= 30 ? 'staractive.png' : 'stargrey.png'}}?{{imageVersion}}"
>
</image>
<image class="star-icon"
src="{{imageRoot}}2b/common/{{item.score >= 40 ? 'staractive.png' : 'stargrey.png'}}?{{imageVersion}}"
>
</image>
<image class="star-icon"
src="{{imageRoot}}2b/common/{{item.score >= 50 ? 'staractive.png' : 'stargrey.png'}}?{{imageVersion}}"
>
</image>
<image class="star-icon" src="{{imageRoot}}2b/common/{{item.score >= 10 ? 'staractive.png' : 'stargrey.png'}}?{{imageVersion}}"></image>
<image class="star-icon" src="{{imageRoot}}2b/common/{{item.score >= 20 ? 'staractive.png' : 'stargrey.png'}}?{{imageVersion}}"></image>
<image class="star-icon" src="{{imageRoot}}2b/common/{{item.score >= 30 ? 'staractive.png' : 'stargrey.png'}}?{{imageVersion}}"></image>
<image class="star-icon" src="{{imageRoot}}2b/common/{{item.score >= 40 ? 'staractive.png' : 'stargrey.png'}}?{{imageVersion}}"></image>
<image class="star-icon" src="{{imageRoot}}2b/common/{{item.score >= 50 ? 'staractive.png' : 'stargrey.png'}}?{{imageVersion}}"></image>
</view>
</view>
</view>
......
......@@ -1064,7 +1064,7 @@ Page({
// 跟录音相关的操作
goindex () {
wx.reLaunch({
url: `/business/pages/schoolclasslist/index?sid=${this.data.sid}`,
url: `/business/pages/deskcenter/index?sid=${this.data.sid}`,
})
},
sharecallback () {
......
......@@ -557,4 +557,9 @@
position: absolute;
left: 0;
top: 0;
}
.empty-content-box{
height: 400rpx;
position: relative;
}
\ No newline at end of file
......@@ -29,12 +29,6 @@
</view>
</view>
<view class="empty-content-box" wx:else>
<view class="empty-content">
<image class='empty-content-img' src='{{imageRoot}}2c/common/emptyimg.png?{{imageVersion}}'></image>
<text class="empty-content-text">{{searchName?'没有找到该学员':'暂无数据'}}</text>
</view>
</view>
<empty-content text="{{searchName?'没有找到该学员~':'暂无数据~'}}" emptyimg="common/empty/empty_b.png" wx:else></empty-content>
</view>
</view>
\ No newline at end of file
......@@ -130,28 +130,4 @@
font-size: 26rpx;
color: #000;
padding: 0 8rpx;
}
.empty-content-box{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.empty-content {
height: 434rpx;
position: relative;
text-align: center;
}
.empty-content .empty-content-img {
width: 263rpx;
height: 219rpx;
}
.empty-content .empty-content-text {
display: block;
font-size: 28rpx;
margin-top: 54rpx;
color: rgba(0, 0, 0, 0.5);
}
\ No newline at end of file
......@@ -12,7 +12,12 @@ Component({
imgwidth: {
type: Number,
value: 255
},
imgheight: {
type: Number,
value: 198
}
// 默认为b空场景,(小蓝人common/empty/empty_b.png,255*198),
},
data: {
imageRoot: app.globalData.imageRoot,
......
<view class="empty-content">
<image class="empty-img" src="{{imageRoot}}{{emptyimg?emptyimg:'common/empty/empty_b.png'}}?{{imageVersion}}" mode="widthFix" style="width:{{imgwidth}}rpx"></image>
<image class="empty-img" src="{{imageRoot}}{{emptyimg?emptyimg:'common/empty/empty_b.png'}}?{{imageVersion}}" mode="widthFix" style="width:{{imgwidth}}rpx;height: {{imgheight}}rpx"></image>
<text class="empty-text" selectable="false" space="false" decode="false">{{text}}</text>
</view>
\ No newline at end of file
.empty-content {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
......
This diff is collapsed.
......@@ -268,7 +268,6 @@ page{
.sign-content {
background-color: #fff;
position: relative;
padding-bottom: 90rpx;
}
.sign-content .sign-loading-maxk {
......@@ -1197,4 +1196,8 @@ page{
}
.clock-list .clock-item:last-of-type{
border-bottom: none;
}
.empty-content-box{
height: 400rpx;
position: relative;
}
\ No newline at end of file
This diff is collapsed.
......@@ -694,4 +694,8 @@ sjd-input-footer .sure{
}
.clock-box .clock-item:last-of-type{
border-bottom: 0;
}
.empty-content-box{
height: 500rpx;
}
\ No newline at end of file
{
"usingComponents": {
"sjdbottombar":"../../../components/sjdbottombar"
"sjdbottombar":"../../../components/sjdbottombar",
"empty-content": "../../../components/emptycontent"
},
"navigationBarTitleText": "积分商城",
"enablePullDownRefresh": true
......
<wxs src="../../../filter/index.wxs" module="filter" />
<view class="container">
<view class="header-box" hover-class="none" hover-stop-propagation="false">
<view class="amountcard" hover-class="none" hover-stop-propagation="false">
<view class="avatarbox" hover-class="none" hover-stop-propagation="false">
<image class="avatar" src="{{filter.imagify(userInfo.avatar, 'image/resize,w_320/format,jpg/quality,q_50')}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
<view class="scorestatic" hover-class="none" hover-stop-propagation="false">{{balance}}</view>
<image class="star" src="{{imageRoot}}2c/mall/star.png?{{imageVersion}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
<view class="header-box" >
<view class="amountcard" >
<view class="avatarbox" >
<image class="avatar" src="{{filter.imagify(userInfo.avatar, 'image/resize,w_320/format,jpg/quality,q_50')}}"></image>
<view class="scorestatic" >{{balance}}</view>
<image class="star" src="{{imageRoot}}2c/mall/star.png?{{imageVersion}}"></image>
</view>
<view class="btnbox" hover-class="none" hover-stop-propagation="false">
<view class="btn btna" hover-class="none" hover-stop-propagation="false" bindtap="goEarnPoints">
<image class="btnicon" src="{{imageRoot}}2c/mall/earnscore.png?{{imageVersion}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
<view class="btnbox" >
<view class="btn btna" bindtap="goEarnPoints">
<image class="btnicon" src="{{imageRoot}}2c/mall/earnscore.png?{{imageVersion}}"></image>
<text class="btnname" selectable="false" space="false" decode="false">赚积分</text>
<form report-submit="true" bindsubmit="formIdCreate" class="createidform">
<button form-type="submit" class="createidbutton">生成form</button>
</form>
</view>
<view class="btn btnb" hover-class="none" hover-stop-propagation="false" bindtap="goExchangeList">
<image class="btnicon" src="{{imageRoot}}2c/mall/exchangerecord.png?{{imageVersion}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
<view class="btn btnb" bindtap="goExchangeList">
<image class="btnicon" src="{{imageRoot}}2c/mall/exchangerecord.png?{{imageVersion}}"></image>
<text class="btnname" selectable="false" space="false" decode="false">兑换记录</text>
<form report-submit="true" bindsubmit="formIdCreate" class="createidform">
<button form-type="submit" class="createidbutton">生成form</button>
......@@ -25,16 +25,16 @@
</view>
</view>
</view>
<view class="areatitle prizearea" hover-class="none" hover-stop-propagation="false" wx:if="{{goodsList.length > 0}}">
<image class="areaicon" src="{{imageRoot}}2c/mall/gifticon.png?{{imageVersion}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
<view class="areatitle prizearea" wx:if="{{goodsList.length > 0}}">
<image class="areaicon" src="{{imageRoot}}2c/mall/gifticon.png?{{imageVersion}}"></image>
<text class="areaname" selectable="false" space="false" decode="false">精选奖品</text>
</view>
<view class="prizecontent" hover-class="none" hover-stop-propagation="false" wx:if="{{goodsList.length > 0}}">
<view class="prizecardbox {{(index+1)%2 == 1 ? 'odd' : 'even'}}" hover-class="none" hover-stop-propagation="false" bindtap="goGoodDetail" data-id="{{item.id}}" wx:for="{{goodsList}}" wx:key="{{index}}">
<view class="prizecard" hover-class="none" hover-stop-propagation="false">
<image class="prizeimage" src="{{filter.imagify(item.cover, 'image/resize,w_320/format,jpg/quality,q_50')}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
<view class="prizename" hover-class="none" hover-stop-propagation="false">{{item.title}}</view>
<view class="prizestatic" hover-class="none" hover-stop-propagation="false">
<view class="prizecontent" wx:if="{{goodsList.length > 0}}">
<view class="prizecardbox {{(index+1)%2 == 1 ? 'odd' : 'even'}}" bindtap="goGoodDetail" data-id="{{item.id}}" wx:for="{{goodsList}}" wx:key="{{index}}">
<view class="prizecard" >
<image class="prizeimage" src="{{filter.imagify(item.cover, 'image/resize,w_320/format,jpg/quality,q_50')}}"></image>
<view class="prizename" >{{item.title}}</view>
<view class="prizestatic" >
<text class="scoreneed" selectable="false" space="false" decode="false">{{item.price}}积分</text>
<text class="prizeleft" selectable="false" space="false" decode="false">仅剩{{item.inventory - item.consumption}}份</text>
</view>
......@@ -44,36 +44,33 @@
</form>
</view>
</view>
<view class="areatitle cardarea" hover-class="none" hover-stop-propagation="false" wx:if="{{couponList.length > 0}}">
<image class="areaicon" src="{{imageRoot}}2c/mall/cardicon.png?{{imageVersion}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
<view class="areatitle cardarea" wx:if="{{couponList.length > 0}}">
<image class="areaicon" src="{{imageRoot}}2c/mall/cardicon.png?{{imageVersion}}"></image>
<text class="areaname" selectable="false" space="false" decode="false">优惠卡券</text>
</view>
<view class="couponcontent" hover-class="none" hover-stop-propagation="false" wx:if="{{couponList.length > 0}}">
<view class="couponcardbox {{(index+1)%2 == 1 ? 'odd' : 'even'}} {{couponList.length==1? 'no-border':''}}" hover-class="none" hover-stop-propagation="false" bindtap="goGoodDetail" data-id="{{item.id}}" wx:for="{{couponList}}" wx:key="{{index}}">
<view class="couponcard" hover-class="none" hover-stop-propagation="false">
<view class="couponitem" hover-class="none" hover-stop-propagation="false">
<image class="couponbg" src="{{imageRoot}}2c/mall/cardbgred.png?{{imageVersion}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
<view class="couponimgbox" hover-class="none" hover-stop-propagation="false">
<image class="couponimg" src="{{filter.imagify(item.cover, 'image/resize,w_320/format,jpg/quality,q_50')}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
<view class="couponcontent" wx:if="{{couponList.length > 0}}">
<view class="couponcardbox {{(index+1)%2 == 1 ? 'odd' : 'even'}} {{couponList.length==1? 'no-border':''}}" bindtap="goGoodDetail" data-id="{{item.id}}" wx:for="{{couponList}}" wx:key="{{index}}">
<view class="couponcard" >
<view class="couponitem" >
<image class="couponbg" src="{{imageRoot}}2c/mall/cardbgred.png?{{imageVersion}}"></image>
<view class="couponimgbox" >
<image class="couponimg" src="{{filter.imagify(item.cover, 'image/resize,w_320/format,jpg/quality,q_50')}}"></image>
</view>
<view class="couponinfobox" hover-class="none" hover-stop-propagation="false">
<view class="top" hover-class="none" hover-stop-propagation="false">积分</view>
<view class="middle" hover-class="none" hover-stop-propagation="false">{{item.price}}</view>
<view class="bottom" hover-class="none" hover-stop-propagation="false">仅剩{{item.inventory - item.consumption}}张</view>
<view class="couponinfobox" >
<view class="top" >积分</view>
<view class="middle" >{{item.price}}</view>
<view class="bottom" >仅剩{{item.inventory - item.consumption}}张</view>
</view>
</view>
<view class="couponcardname" hover-class="none" hover-stop-propagation="false">{{item.title}}</view>
<view class="couponcardname" >{{item.title}}</view>
</view>
<form report-submit="true" bindsubmit="formIdCreate" class="createidform">
<button form-type="submit" class="createidbutton">生成form</button>
</form>
</view>
</view>
<view class="empty-content" hover-class="none" hover-stop-propagation="false" wx:if="{{emptyPage}}">
<view class="empty-img-box" hover-class="none" hover-stop-propagation="false">
<image class="empty-icon" src='{{imageRoot}}2c/rankinglist/empty.png?{{imageVersion}}'></image>
</view>
<view class="empty-text" hover-class="none" hover-stop-propagation="false">老师还没设置奖品、卡券哦~</view>
<view class="empty-content-box" wx:if="{{emptyPage}}">
<empty-content text="老师还没设置奖品、卡券哦~" emptyimg="common/empty/empty_no.png" width="263" height="219"></empty-content>
</view>
<sjdbottombar></sjdbottombar>
</view>
\ No newline at end of file
......@@ -267,25 +267,7 @@
font-size: 24rpx;
line-height: 1;
}
.empty-content {
padding-top: 152rpx;
}
.empty-content .empty-img-box {
width: 263rpx;
height: 219rpx;
margin: 0 auto;
}
.empty-content .empty-img-box .empty-icon {
width: 263rpx;
height: 219rpx;
}
.empty-content .empty-text {
padding-top: 47rpx;
text-align: center;
font-size: 26rpx;
color: rgba(0, 0, 0, 0.5);
padding-bottom: 217rpx;
.empty-content-box {
height: 400rpx;
position: relative;
}
\ No newline at end of file
This diff is collapsed.
......@@ -315,7 +315,6 @@
.sign-content {
background-color: #fff;
position: relative;
padding-bottom: 90rpx;
}
.sign-content .sign-loading-maxk {
......@@ -1377,4 +1376,9 @@
}
.clock-list .clock-item:last-of-type{
border-bottom: none;
}
.empty\-content\-box{
height: 500rpx;
position: relative;
}
\ No newline at end of file
{
"usingComponents": {
"list-loading": "../../../components/listloading"
"list-loading": "../../../components/listloading",
"empty-content": "../../../components/emptycontent"
},
"navigationBarTitleText": "上课记录"
}
\ No newline at end of file
......@@ -34,9 +34,7 @@
</view>
</block>
</view>
<view class="empty-content" wx:if="{{emptyPage}}">
<image class='empty-img' src='{{imageRoot}}2b/potentialcustomer/emptyimg.png?{{imageVersion}}'></image>
<view class="empty-text">暂无数据~</view>
</view>
<empty-content text="暂无数据~" emptyimg="common/empty/empty_c_sraech.png" wx:if="{{emptyPage}}" width="263" height="219"></empty-content>
<view class="has-nomore" wx:if="{{!emptyPage && !hasmore}}">没有更多了</view>
</view>
@import "../../../style/commonlist.wxss";
.empty-content {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
text-align:center;
line-height: 45rpx;
}
.empty-content .empty-img {
display: block;
margin: 0 auto;
width: 255rpx;
height: 198rpx;
}
.empty-content .empty-text {
font-size: 26rpx;
padding-top: 30rpx;
color: rgba(0, 0, 0, 0.6);
}
.empty-content .empty-text2 {
font-size: 24rpx;
color: rgba(0, 0, 0, 0.4);
}
.has-nomore{
font-size: 26rpx;
color: #9C9C9D;
......
{
"usingComponents": {
"list-loading": "../../../components/listloading"
"list-loading": "../../../components/listloading",
"empty-content": "../../../components/emptycontent"
},
"navigationBarTitleText": "我的课程"
}
\ No newline at end of file
......@@ -40,9 +40,6 @@
<list-loading loading="{{listLoading}}"></list-loading>
</view>
<view class="empty-content" wx:if="{{emptyPage}}">
<image class='empty-img' src='{{imageRoot}}2b/potentialcustomer/emptyimg.png?{{imageVersion}}'></image>
<view class="empty-text">暂无数据~</view>
</view>
<empty-content text="暂无数据~" emptyimg="common/empty/empty_c_sraech.png" wx:if="{{emptyPage}}" width="263" height="219"></empty-content>
<view class="has-nomore" wx:if="{{!emptyPage && !hasmore}}">没有更多了</view>
</view>
\ No newline at end of file
......@@ -45,25 +45,6 @@
width: 170rpx;
}
.empty-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
line-height: 45rpx;
}
.empty-content .empty-img {
display: block;
margin: 0 auto;
width: 255rpx;
height: 198rpx;
}
.empty-content .empty-text {
font-size: 26rpx;
padding-top: 30rpx;
color: rgba(0, 0, 0, 0.6);
}
.has-nomore{
font-size: 26rpx;
color: #9C9C9D;
......
{
"usingComponents": {
"list-loading": "../../../components/listloading"
"list-loading": "../../../components/listloading",
"empty-content": "../../../components/emptycontent"
},
"navigationBarTitleText": "课程表",
"navigationBarBackgroundColor": "#FFD146"
......
......@@ -36,9 +36,6 @@
</view>
<list-loading loading="{{listLoading}}"></list-loading>
</view>
<view class="empty-content" wx:if="{{emptyPage}}">
<image class='empty-img' src='{{imageRoot}}2b/potentialcustomer/emptyimg.png?{{imageVersion}}'></image>
<view class="empty-text">暂无数据~</view>
</view>
<empty-content text="暂无数据~" emptyimg="common/empty/empty_c_sraech.png" wx:if="{{emptyPage}}" width="263" height="219"></empty-content>
<view class="has-nomore" wx:if="{{!emptyPage && !hasmore && page>1}}">没有更多了</view>
</view>
\ No newline at end of file
......@@ -29,30 +29,6 @@
padding-top: 80rpx;
}
.empty-content {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
padding: 84rpx 0 43rpx;
text-align:center;
line-height: 45rpx;
}
.empty-content .empty-img {
display: block;
margin: 0 auto;
width: 255rpx;
height: 198rpx;
}
.empty-content .empty-text {
font-size: 26rpx;
padding-top: 30rpx;
color: rgba(0, 0, 0, 0.6);
}
.empty-content .empty-text2 {
font-size: 24rpx;
color: rgba(0, 0, 0, 0.4);
}
.has-nomore{
font-size: 26rpx;
color: #9C9C9D;
......
This diff is collapsed.
......@@ -5,7 +5,6 @@
.container {
min-height: 100vh;
background-color: #fff;
padding-bottom: 100rpx;
}
.headerbox {
height: 314rpx;
......@@ -195,22 +194,7 @@
line-height: 22px;
}
.empty-content {
padding-top: 152rpx;
}
.empty-content .empty-img-box {
width: 263rpx;
height: 219rpx;
margin: 0 auto;
}
.empty-content .empty-img-box .empty-icon {
width: 263rpx;
height: 219rpx;
}
.empty-content .empty-text {
padding-top: 47rpx;
text-align: center;
font-size: 26rpx;
color: rgba(0, 0, 0, 0.5);
padding-bottom: 217rpx;
.empty-content-box {
height: 400rpx;
position: relative;
}
\ No newline at end of file
......@@ -5,10 +5,12 @@
<view class="nav-custombox" slot="navcustom">
<image class="icon-back" src="{{imageRoot}}2c/optimize/icon_wxback.png?{{imageVersion}}" bindtap="historyBack"/>
<view class="nav-title-box">
<view class="item {{item.statusType == statusType?'active':''}}" wx:for="{{statusTab}}" wx:key="" bindtap="subjectStatusShift" data-statustype="{{item.statusType}}">{{item.tabname}}</view>
<form report-submit="true" bindsubmit="formIdCreate" class="createidform">
<button form-type="submit" class="createidbutton">生成form</button>
</form>
<view class="item {{item.statusType == statusType?'active':''}}" wx:for="{{statusTab}}" wx:key="" bindtap="subjectStatusShift" data-statustype="{{item.statusType}}">
<form report-submit="true" bindsubmit="formIdCreate" class="createidform">
<button form-type="submit" class="createidbutton">生成form</button>
</form>
{{item.tabname}}
</view>
</view>
</view>
</custom-header>
......
......@@ -2,6 +2,7 @@
"navigationBarTitleText": "积分明细",
"usingComponents": {
"list-loading": "../../../components/listloading",
"sjdbottombar":"../../../components/sjdbottombar"
"sjdbottombar":"../../../components/sjdbottombar",
"empty-content": "../../../components/emptycontent"
}
}
\ No newline at end of file
......@@ -23,17 +23,17 @@
</view>
<view class="void-space"></view>
<view class="points-inout-container">
<view class="shiftbox" hover-class="none" hover-stop-propagation="false">
<view class="shiftitem {{pointsType == 1 ? 'active' : ''}}" data-pointstype="1" bindtap="pointsTypeShift" hover-class="none" hover-stop-propagation="false">
<view class="shiftname" hover-class="none" hover-stop-propagation="false">收入</view>
<view class="shiftline" hover-class="none" hover-stop-propagation="false"></view>
<view class="shiftbox" >
<view class="shiftitem {{pointsType == 1 ? 'active' : ''}}" data-pointstype="1" bindtap="pointsTypeShift" >
<view class="shiftname" >收入</view>
<view class="shiftline" ></view>
<form report-submit="true" bindsubmit="formIdCreate" class="createidform">
<button form-type="submit" class="createidbutton">生成form</button>
</form>
</view>
<view class="shiftitem {{pointsType == 2 ? 'active' : ''}}" data-pointstype="2" bindtap="pointsTypeShift" hover-class="none" hover-stop-propagation="false">
<view class="shiftname" hover-class="none" hover-stop-propagation="false">支出</view>
<view class="shiftline" hover-class="none" hover-stop-propagation="false"></view>
<view class="shiftitem {{pointsType == 2 ? 'active' : ''}}" data-pointstype="2" bindtap="pointsTypeShift" >
<view class="shiftname" >支出</view>
<view class="shiftline" ></view>
<form report-submit="true" bindsubmit="formIdCreate" class="createidform">
<button form-type="submit" class="createidbutton">生成form</button>
</form>
......@@ -52,13 +52,10 @@
</view>
<list-loading loading="{{listLoading}}"></list-loading>
</view>
<view class="" hover-class="none" hover-stop-propagation="false" wx:else>
<view class="empty-content" hover-class="none" hover-stop-propagation="false">
<image class='empty-content-img' src='{{imageRoot}}2c/rankinglist/empty.png?{{imageVersion}}'></image>
<text class="empty-content-text">没有记录~</text>
</view>
<view class="empty-content-box" wx:else>
<empty-content text="还没有记录哦~" emptyimg="common/empty/empty_no.png" width="263" height="219"></empty-content>
</view>
<sjdbottombar></sjdbottombar>
</view>
</view>
<sjdbottombar></sjdbottombar>
</view>
\ No newline at end of file
......@@ -2,9 +2,6 @@
font-family:'hyxl';
src:url('https://wxloss.oss-cn-hangzhou.aliyuncs.com/font/hyxl.ttf') format('truetype');
}
.container {
padding-bottom: 125rpx;
}
.top-box{
padding-top: 35rpx;
line-height: 1;
......@@ -191,22 +188,7 @@
}
/* 空场景 */
.empty-content {
.empty-content-box {
position: relative;
text-align: center;
padding-top: 180rpx;
}
.empty-content .empty-content-img {
width: 263rpx;
height: 219rpx;
margin: 0 auto;
}
.empty-content .empty-content-text {
text-align: center;
display: block;
font-size: 28rpx;
margin-top: 54rpx;
font-weight: 500;
margin: 0 auto;
color: rgba(0, 0, 0, 0.5);
height: 300rpx;
}
\ No newline at end of file
......@@ -6,6 +6,7 @@
"list-loading": "../../../components/listloading",
"go-top": "../../../components/goTop",
"activity-bar":"../../../components/activitybar",
"sjdbottombar":"../../../components/sjdbottombar"
"sjdbottombar":"../../../components/sjdbottombar",
"empty-content": "../../../components/emptycontent"
}
}
\ No newline at end of file
This diff is collapsed.
......@@ -363,23 +363,7 @@ swiper {
padding: 0 26rpx 0 22rpx;
overflow: auto;
}
.empty-content {
height: 434rpx;
position: relative;
text-align: center;
}
.empty-content .empty-content-img {
width: 263rpx;
height: 219rpx;
margin-top: 104rpx;
}
.empty-content .empty-content-text {
display: block;
font-size: 28rpx;
margin-top: 54rpx;
font-weight: 500;
color: rgba(0, 0, 0, 0.5);
}
.rankingList-item {
padding: 18rpx 0;
/* height: 75rpx; */
......@@ -498,4 +482,8 @@ font-size:34rpx;
}
.conent-box{
padding-bottom: 100rpx;
}
.empty-content-box {
height: 434rpx;
position: relative;
}
\ No newline at end of file
This diff is collapsed.
......@@ -236,7 +236,6 @@ page{
.sign-content {
background-color: #fff;
position: relative;
padding-bottom: 90rpx;
}
.sign-content .sign-loading-maxk{
position: absolute;
......@@ -873,3 +872,7 @@ page{
border-bottom: none;
}
.empty-content-box{
height: 500rpx;
position: relative;
}
\ No newline at end of file
......@@ -6,6 +6,7 @@
"list-loading": "../../../components/listloading",
"go-top": "../../../components/goTop",
"activity-bar":"../../../components/activitybar",
"sjdbottombar":"../../../components/sjdbottombar"
"sjdbottombar":"../../../components/sjdbottombar",
"empty-content": "../../../components/emptycontent"
}
}
\ No newline at end of file
This diff is collapsed.
......@@ -362,23 +362,6 @@
padding: 0 26rpx 0 22rpx;
overflow: auto;
}
.empty-content {
height: 434rpx;
position: relative;
text-align: center;
}
.empty-content .empty-content-img {
width: 263rpx;
height: 219rpx;
margin-top: 104rpx;
}
.empty-content .empty-content-text {
display: block;
font-size: 28rpx;
margin-top: 54rpx;
font-weight: 500;
color: rgba(0, 0, 0, 0.5);
}
.rankingList-item {
padding: 18rpx 0;
/* height: 75rpx; */
......@@ -497,4 +480,9 @@
}
.conent-box{
padding-bottom: 100rpx;
}
.empty-content-box {
height: 434rpx;
position: relative;
}
\ No newline at end of file
......@@ -24,20 +24,13 @@
</view>
</view>
<list-loading loading="{{listLoading}}"></list-loading>
<!-- <view class="tech-support clearfix" hover-class="none" hover-stop-propagation="false" wx:if="{{!hasmore}}">
<view class="short-line short-line-left" hover-class="none" hover-stop-propagation="false"></view>
<view class="tech-text" hover-class="none" hover-stop-propagation="false">
<text class="action" selectable="false" space="false" decode="false">技术支持</text>
<text class="company-name" selectable="false" space="false" decode="false">商家岛</text>
</view>
<view class="short-line short-line-right" hover-class="none" hover-stop-propagation="false"></view>
</view> -->
<sjdbottombar></sjdbottombar>
</view>
<view class="" hover-class="none" hover-stop-propagation="false" wx:if="{{emptyPage}}">
<empty-content></empty-content>
<empty-content text="暂无数据~" emptyimg="common/empty/empty_no.png" width="263" height="219" wx:if="{{emptyPage}}"></empty-content>
<view wx:if="{{emptyPage}}" style="position: fixed; bottom: 0; left:50%; transform:translateX(-50%);">
<sjdbottombar></sjdbottombar>
</view>
<sjdbottombar wx:if="{{emptyPage}}"></sjdbottombar>
<view class="" hover-class="none" hover-stop-propagation="false" wx:if="{{sid == activtySchoolInfo.sid}}">
<activity-bar
classid="{{activtySchoolInfo.id}}"
......
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