/* packageH/signPage/contractList/contractList.wxss */ .item-box { background: #fff; padding: 32rpx; margin-bottom: 16rpx; text-align: left; } .head { font-weight: bold; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-break: break-all; margin-bottom: 16rpx; } .item-bottom { font-size: 12px; } .item-bottom { display: flex; margin-bottom: 10rpx; } .item-bottom .title { flex: 1; color: #666; } .item-bottom .status { flex: 0 0 160rpx; color: #377aff; text-align: center; } .item-bottom .tag { border: 1rpx solid #377aff; border-radius: 30rpx; padding: 3rpx 12rpx; } /* 抵消掉 app.wxs中的样式 */ .blank { text-align: center; } .blank .img { width: 180rpx; height: 180rpx; margin: 10rpx auto; } .blank .span { margin-top: 15px; color: #ccc; font-size: 14px; }