yiming
2024-04-16 cb15c57d0ff984f5a100cf25d560fb0a69c00984
packagePersonal/pages/downloads/index.wxss
@@ -1,4 +1,6 @@
/* pages/personalCenter/downloads/index.wxss */
@import "./index.skeleton.wxss";
.container {
  width: 100vw;
  height: 100vh;
@@ -10,7 +12,7 @@
}
.pageInfo {
  padding: 40rpx;
  padding: 24rpx;
}
.content-item {
@@ -22,6 +24,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 +40,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 +74,7 @@
}
.stateBox {
  width: 120rpx;
  width: 110rpx;
  text-align: right;
  font-size: 28rpx;
  line-height: 60rpx;
@@ -89,4 +101,9 @@
.loading {
  padding: 20rpx;
  text-align: center;
}
.body-loading {
  padding: 200rpx 0;
  text-align: center;
}