triple.wxss 837 Bytes
.resource-shop-triple-image .anchor-item {
  display: inline-block;
  width: 25%;
  font-size: 50rpx;
  box-sizing: border-box;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.resource-shop-triple-image .image-item {
  width: 100%;
  font-size: 0;
}

.resource-shop-triple-image .image-text {
  display: inline-block;
  max-width: 100%;
  font-size: 24rpx;
  text-align: center;
  box-sizing: border-box;
  padding: 5rpx 10rpx;
  background-color: #fff;
}

.resource-shop-triple-image.margin-bottom-20 {
  margin-bottom: 20rpx;
}

.resource-shop-triple-image.margin-bottom-30 {
  margin-bottom: 30rpx;
}

.resource-shop-triple-image.padding-bottom-20 {
  padding-bottom: 20rpx;
  background-color: #f2f2f2;
}

.resource-shop-triple-image.padding-bottom-30 {
  padding-bottom: 30rpx;
  background-color: #f2f2f2;
}