暂无数据组件(小程序)


<view class='no_data' wx:if='{{articleList.length == 0 && page_index == 1}}'>
    <view class='no_data_box'>
        <view class='img'>
            <image src='../../../../images/empty-order.png' mode='widthFix'></image>
        </view>
        <view class='no_data_text'>没有相关数据</view>
        <!-- <view class='onPage_btn'>
        <navigator url='/pages/goodlist/index' class='shopping_btn'>去购物</navigator>
      </view> -->
    </view>
</view>

wxss

.no_data {
    position: absolute;
    top: 100rpx;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.no_data_box {
    width: 100%;
    text-align: center;
}

.no_data_box .img {
    max-width: 65%;
    margin: 0 auto;
}

.no_data_box .no_data_text {
    margin-top: 30rpx;
}

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM