MrShi
6 天以前 b099e758396f61b39d24cf5fa6be7bb0d10c2b4d
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;
@@ -243,6 +288,24 @@
  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: 116rpx;
  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;
}
.point-name.data-v-57280228 {
  flex: 1;
  font-size: 32rpx;