nopicture.wxss 3.4 KB
.container {
  height: 100%;
  background-color: #F9F9F9;
}

/* 卡片 */
.card {
  width: 100%;
  height: 340rpx;
  padding: 30rpx;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 20rpx;
}

.card .card_text {
  height: 98rpx;
  width: 100%;
  font-size: 32rpx;
  line-height: 60rpx;
  color: #06121F;
  font-weight: 700;
  margin-bottom: 20rpx;
}

.card .card_box {
  /* height: 160rpx; */
  width: 100%;
  display: flex;
}

.card .card_box .card_left {
  flex: 1;
  align-items: center;
  line-height: 55rpx;
}

.card .card_box .card_left .del {
  color: #000;
  font-size: 24rpx;
  text-decoration: line-through
}

.card .card_box .card_left .zan_price {
  color: #FF444B;
  font-size: 28rpx;
}

.card .card_box .card_left .sales {
  font-size: 24rpx;
}

.card .card_box .card_right {
  flex: 1;
  align-items: center;
  line-height: 55rpx;
}

.card .card_box .card_right .collar {
  font-size: 24rpx;
  color: #000;
}

/*  十个赞分享 */
.praise {
  width: 100%;
  height: 86rpx;
  background-color: #fff;
  display: flex;
  margin-bottom: 16rpx;
}

.praise .praise_title {
  font-size: 24rpx;
  color: #E8370F;
  height: 86rpx;
  line-height: 86rpx;
  margin-left: 32rpx;
}

/* .praise navigator image {
  width: 48rpx;
  height: 48rpx;
  margin: 20rpx 10rpx;
}

.praise navigator:nth-child(2) {
  margin-left: 75rpx;
} */
.praise button {
  background-color: transparent;
  padding: 0;
}

button:not([size='mini']) {
  width: 60rpx !important;
}

.praise button image {
  width: 48rpx;
  height: 48rpx;
  margin: 20rpx 10rpx;
}

/* 点赞用户 */
.praise_person {
  width: 100%;
  height: 80rpx;
  line-height: 80rpx;
  background-color: #fff;
  margin-bottom: 5rpx;
}

.praise_person text {
  font-size: 32rpx;
  font-weight: 700;
  margin-left: 32rpx;
}

.person_box {
  margin-bottom: 20rpx;
  padding-bottom: 30rpx;
  box-sizing: border-box;
  height: 100%;
  background-color: #fff;
}

.person_box .person_name {
  width: 100%;
  display: flex;
  height: 90rpx;
  line-height: 90rpx;
  background-color: #fff;
  padding: 20rpx 32rpx;
  box-sizing: border-box;

}

.person_box .person_name image {
  width: 72rpx;
  height: 72rpx;

}

.person_box .person_name text {
  font-size: 24rpx;
  margin-left: 20rpx;
  font-weight: 500;
}

/* 详情  评价 */
.details {
  width: 100%;
  height: 90rpx;
  background-color: #fff;
  padding: 0 32rpx;
  box-sizing: border-box;
  display: flex;
}

.details .details_name {
  width: 72rpx;
  height: 90rpx;
  line-height: 90rpx;
  border-bottom: 4rpx solid #E8370F;
  font-weight: 700;
}

.details .appraise_name {
  width: 72rpx;
  height: 90rpx;
  line-height: 90rpx;
  /* border-bottom: 4rpx solid #E8370F; */
  font-size: 28rpx;
  margin: 0 70rpx;
}

.details_text {
  padding: 0 32rpx;
  box-sizing: border-box;
  background-color: #fff;
}

.details_text text {
  font-size: 28rpx;
  /* margin-top: 50rpx; */
  line-height: 52rpx;
  padding-bottom: 150rpx;
}

/* 点赞 */
.praise_box {
  width: 100%;
  padding: 15rpx 32rpx 15rpx 32rpx;
  background-color: #fff;
  border-top: solid 1rpx #F9F9F9;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
}

.praise_btn {
  width: 100%;
  height: 90rpx;
  line-height: 90rpx;
  background-color: #E8370F;
  border-radius: 12rpx;
  display: flex;
  justify-content: center;
  align-items: center;
}

.praise_btn image {
  width: 40rpx;
  height: 40rpx;

}
.praise_btn text{
  font-size: 32rpx;
  color: #fff;
  margin-left: 10rpx;
}