闫增涛
2024-04-11 78068d49c20a8b90db902d955f558af507eb8b96
packagePersonal/pages/downloads/index.wxss
@@ -10,7 +10,7 @@
}
.pageInfo {
  padding: 40rpx;
  padding: 24rpx;
}
.content-item {
@@ -22,6 +22,7 @@
.content-item .icon {
  width: 150rpx;
  height: 200rpx;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.content-item .icon .img {
@@ -37,11 +38,20 @@
.titleBox {
  margin-left: 20rpx;
  flex: 1;
}
.titleBox .item-title {
  font-weight: bold;
  margin-bottom: 20rpx;
  max-height: 88rpx;
  color: #333333;
  line-height: 44rpx;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.createDate {
@@ -62,7 +72,7 @@
}
.stateBox {
  width: 120rpx;
  width: 110rpx;
  text-align: right;
  font-size: 28rpx;
  line-height: 60rpx;
@@ -89,4 +99,9 @@
.loading {
  padding: 20rpx;
  text-align: center;
}
.body-loading {
  padding: 200rpx 0;
  text-align: center;
}