MrShi
5 天以前 59bfd0b8bbbf0ee94ec68e4a3a1a6e536d0ad8fd
small-program/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
@@ -187,6 +187,51 @@
  justify-content: space-between;
  margin-top: 40rpx;
}
.label-list.data-v-57280228 {
  width: 100%;
  margin-top: 30rpx;
  white-space: nowrap;
}
.label-list .list-item.data-v-57280228 {
  width: 210rpx;
  height: 120rpx;
  padding: 16rpx 20rpx;
  box-sizing: border-box;
  background: #E6F7FF;
  border-radius: 16rpx;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 20rpx;
  vertical-align: middle;
}
.label-list .list-item text.data-v-57280228:nth-child(1) {
  font-weight: 400;
  font-size: 26rpx;
  color: #10B2FA;
}
.label-list .list-item text.data-v-57280228:nth-child(2) {
  font-weight: 600;
  font-size: 34rpx;
  color: #222222;
}
.label-list .list-item image.data-v-57280228 {
  width: 76rpx;
  height: 62rpx;
  position: absolute;
  bottom: 0;
  right: 0;
}
.label-list.data-v-57280228::-webkit-scrollbar {
  display: none;
}
.tag-name.data-v-57280228 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 170rpx;
}
.section-title.data-v-57280228 {
  font-size: 36rpx;
  font-weight: 700;
@@ -201,6 +246,17 @@
}
.recommend-list.data-v-57280228 {
  margin-top: 32rpx;
}
.no-data.data-v-57280228 {
  width: 100%;
  margin-top: 80rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-data image.data-v-57280228 {
  width: 320rpx;
  height: 320rpx;
}
.point-card.data-v-57280228 {
  display: flex;
@@ -232,6 +288,27 @@
  justify-content: space-between;
  gap: 10rpx;
}
.point-tips.data-v-57280228 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 12rpx;
}
.point-tips .point-tips-item.data-v-57280228 {
  width: 130rpx;
  height: 36rpx;
  line-height: 36rpx;
  text-align: center;
  border-radius: 8rpx;
  font-weight: 400;
  font-size: 20rpx;
  color: #10B2FA;
  margin-right: 12rpx;
  border: 1rpx solid #10B2FA;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.point-name.data-v-57280228 {
  flex: 1;
  font-size: 32rpx;