/* pages/user/my_saw/index.wxss */ .container{ padding: 60rpx 44rpx 72rpx 44rpx; } .weui-tab__panel { padding-top: 0; } .saw_avatar { width: 80rpx; height: 80rpx; border-radius: 50%; } .weui-cell { padding: 10rpx 0 0; } .weui-cell__bd{ margin-left: 30rpx; } .saw_name{ font-size: 30rpx; } .saw_time{ font-size: 24rpx; color: #999; } .weui-media-box{ padding: 0; } .saw_content{ margin: 20rpx 0; } .saw_exhibition{ background: #eeeeee; height: 140rpx; display: flex; /* justify-content: center; */ /* align-items: center; */ } .saw_image{ width: 140rpx; height: 140rpx; } .saw_exhibition_info{ margin: 14rpx; } .saw_exhibition_info_title{ font-weight: bold; } .saw_exhibition_info_txt{ font-size: 22rpx; color: #999; } .fdkk-cells{ background: #fff; margin-bottom: 20rpx; } .weui-tab__content_item:last-child > .fdkk-cells{ margin-bottom: 0; } .item-img { width: 100%; height: 100%; } .iconfont { font-size: 22rpx; margin-right: 15rpx; } .icon-like{ color: #E02F2F; } /* 没有收藏 */ .noCollection{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; } .noCollection image{ width: 450rpx; height: 450rpx; margin: 0 auto; margin-top: 196rpx; margin-bottom: 272rpx; } .noCollection text{ color: #646464; font-size: 32rpx; opacity: 0.9; }