闫增涛
2024-03-20 ecbc81c918a288dc752b1634b3f545f795d992aa
pages/home/home.wxss
@@ -3,6 +3,12 @@
  padding-bottom: calc(env(safe-area-inset-bottom) + 96rpx);
}
.container {
  width: 100vw;
  position: relative;
  max-height: calc(100vh - env(safe-area-inset-bottom));
}
.background {
  width: 100%;
  position: fixed;
@@ -80,6 +86,7 @@
  margin-top: 20rpx;
  display: block;
  padding: 0 24rpx;
  padding-bottom: calc(env(safe-area-inset-bottom) + 96rpx);
}
.tabCardPublic {
@@ -257,7 +264,6 @@
.listBox2 .author {
  height: 28rpx;
  color: #333333;
  font-weight: bold;
  line-height: 30rpx;
  display: -webkit-box;
  margin-bottom: 10rpx;
@@ -330,7 +336,7 @@
.srcolbox {
  width: 100%;
  height: 480rpx;
  height: 420rpx;
  white-space: nowrap;
}
@@ -350,15 +356,14 @@
  padding: 20rpx 0;
}
.rankingList .author {
  height: 30rpx;
.rankingList .name {
  height: 80rpx;
  width: 188rpx;
  color: #333333;
  font-weight: bold;
  line-height: 30rpx;
  display: -webkit-box;
  margin-bottom: 10rpx;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}