| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="list-item" style="padding-top: 50rpx; box-sizing: border-box;" v-if="info.inviteRecordList && info.inviteRecordList.length"> |
| | | <view class="list-item" style="padding-top: 50rpx; box-sizing: border-box;"> |
| | | <view class="list-item-top"> |
| | | <text>邀请记录</text> |
| | | <image src="/static/images/yaoqing_title@2x.png" mode="widthFix"></image> |
| | | </view> |
| | | <template v-if="info.inviteRecordList && info.inviteRecordList.length"> |
| | |
| | | <view class="statis" v-if="item.firstOrderStatus !==1" >已注册</view> |
| | | </view> |
| | | </template> |
| | | <view class="list-item-wu" v-else>空空如也,快去邀请吧</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | .share { |
| | | min-height: 100vh; |
| | | .info-rule{ |
| | | width: 30rpx; |
| | | background: rgba(0,0,0,0.4); |
| | |
| | | padding: 0 30rpx; |
| | | box-sizing: border-box; |
| | | position: relative; |
| | | top: -210rpx; |
| | | top: -248rpx; |
| | | left: 0; |
| | | .list-item { |
| | | width: 100%; |
| | |
| | | &:last-child { |
| | | margin: 0 !important; |
| | | } |
| | | .list-item-wu { |
| | | width: 100%; |
| | | text-align: center; |
| | | font-weight: 400; |
| | | font-size: 30rpx; |
| | | color: #999999; |
| | | margin: 50rpx 0; |
| | | } |
| | | .list-item-top { |
| | | width: 354rpx; |
| | | height: 72rpx; |
| | |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | text { |
| | | font-weight: 600; |
| | | font-size: 30rpx; |
| | | color: #FFFFFF; |
| | | position: absolute; |
| | | top: 20rpx; |
| | | left: 50%; |
| | | z-index: 999; |
| | | transform: translate(-50%, 0); |
| | | } |
| | | } |
| | | .list-item-row { |
| | | width: 100%; |