goods_list.wxss 1.88 KB
.collects {
  margin-top: 40rpx;
}
.ib{
  display: inline-block;
}
.fs24{
    font-size: 24rpx;
}
.flex-center{
display:flex;
justify-content:center;
align-items:center;
}
.xc-wc{
  color: #d60021;

}
.fs22{
    font-size: 22rpx;
}
.xc-ash{
color: #b9b9b9;
}
.choice_box .choice_list .choice_footer .price {
    color: #f23030; height: 10px
}
.fs35{
    font-size:35rpx;
}
.flex{display: flex}
.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.goods_name{
  height: 62rpx;
  margin-top: 6rpx;
  line-height: 30rpx
}
.hang {
  width: 100%;
  margin: auto;
  padding-left: 21rpx;
}

.hang .collect {
  width: 347rpx;
  height: 571rpx;
  border-radius: 25rpx;
  border: 1rpx solid rgb(214, 214, 214);
  overflow: hidden;
  margin-right: 14rpx;
  margin-bottom: 5rpx;
}

.collect .bottom {
  padding: 0rpx 20rpx;
}

.collect .sp {
  width: 100%;
  height: 326rpx;
}

.collect .money {
  margin-top: 60rpx;
  margin-bottom: 18rpx;
  line-height: 28rpx;
  align-items: baseline;
}
.collect .money view{
  line-height: 28rpx;
}
.collect .money .flex {
    font-weight: bold;
}
.collect .money .flex .fs24{
  padding-top: 5rpx;
}
.collect .Discount {
  width: 156rpx;
  height: 28rpx;
  border-radius: 20rpx;
  background-color: rgb(56, 56, 56);
  font-size: 18rpx;
  color: rgb(255, 255, 255);
}

.collect .Discount image {
  height: 18rpx;
  width: 18rpx;
  line-height: 28rpx;
  margin-right: 3rpx;
}

.collect.ml20 {
  margin-left: 13rpx;
}

.fs24.dollar {
  padding: 0rpx;
}

.money .price {
  margin-left: 12rpx;
  text-decoration: line-through;
  line-height: 23rpx;
}

.province {
  line-height: 26rpx;
}

.nothing {
  height: 75rpx;
  width: 100%;
}

.nothing .no_content {
  margin: 0rpx 11rpx;
  color: rgb(138, 138, 138);
}

.nothing .Foil {
  width: 80rpx;
  height: 2rpx;
  background-color: rgb(138, 138, 138);
}