index.wxss 2.3 KB
/**index.wxss**/

page {
  background: #f5f5fa;
}

.swiper_box {
  width: 100%;
  height: 360rpx;
  position: relative;
}

.swiper_box .swiper {
  width: 100%;
  height: 360rpx;
}
.swiper image{
  width: 100%;
  height: 100%;
}
.indicator_dots {
  color: #487aff;
  position: absolute;
  bottom: 20rpx;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.dot {
  width: 12rpx;
  height: 12rpx;
  background: RGBA(72, 122, 255, 0.2);
  border-radius: 50%;
  margin: 0 10rpx;
}

.active {
  background: RGBA(72, 122, 255, 1);
}
.box{
  padding: 16rpx 32rpx;
}
.banner_box{
  height: 160rpx;
  background: #fff;
  border-radius: 10rpx;
  padding:15rpx 50rpx;   
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner_img_box{
  font-size: 26rpx;
  color: #666666;
  text-align: center;
}
.banner_img{
  width: 135rpx;
  height: 95rpx;
}
.banner_img image{
  width: 100%;
  height: 100%; 
}
.content_item{
  background: #fff;
  margin-bottom: 16rpx;
  padding: 35rpx 32rpx;
}

.list_title_box{
  font-size: 26rpx;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_img{
  width: 220rpx;
  height: 220rpx;
}
.list_img image{
  width: 100%;
  height: 100%;
}
.list_content_box{
  font-size: 30rpx;
  color: #1A1A1A;
  margin-top: 45rpx;
  display: flex;
}
.list_info_box{
 width: 67%;
}
.info_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info_title text{
  font-size: 30rpx;
  color: #1A1A1A;
  margin-right: 15rpx;
}
.price{
  width: 115rpx;
  font-size: 24rpx;
  color: #E30909;
}
.original_price{
  font-size: 24rpx;
  color: #999999;
  margin-left: 24rpx;
}
.list_label_box{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16rpx;
}
.list_label{
  font-size: 24rpx;
  color: #666666;
  background: #F7F7F7;
  border-radius: 18rpx;
  padding: 3rpx 20rpx;
  margin-right: 16rpx;
  margin-bottom: 10rpx;
}
.info_money{
  font-size: 32rpx;
  color: #E30909;
  display: flex;
  align-items: center;
}
.money_icon{
  font-size: 24rpx;
}
.list_label_box2{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.list_label2{
  font-size: 24rpx;
  color: #0F71CD;
  border: 1rpx solid #0F71CD;
  border-radius: 16rpx;
  padding: 3rpx 10rpx;
  margin: 0 10rpx 10rpx 0;
}