homepage.wxss 2.5 KB
/* 轮播图 */

.swiper_image {
  width: 750rpx;
  height: 400rpx;
  font-size: 0;
  position: relative;
  box-shadow: 0px -1px 6px 0px rgba(212, 137, 96, 0.11);
  border-radius: 10px;
}

.swiper_item_img {
  height: 400rpx;
}

.swiper_image image {
  width: 100%;
  height: 100%;
  /* box-shadow:0px -1px 6px 0px rgba(212,137,96,0.11); */
}

.swiper_item_img swiper-item {
  width: 750rpx;
  height: 400rpx;
  box-shadow: 0px -1px 6px 0px rgba(212, 137, 96, 0.11);
  display: felx;
  align-items: center;
  justify-content: center;
}

.swiper_item_img swiper-item image {
  width: 100%;
  height: 100%;
}

.dots {
  /* width: 156rpx; */
  height: 36rpx;
  display: flex;
  flex-direction: row;
  position: absolute;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 20rpx;
}

/*未选中时的小圆点样式 */

.dot {
  width: 11rpx;
  height: 11rpx;
  border-radius: 50%;
  margin-right: 16rpx;
  background-color: #fff;
}

/*选中以后的小圆点样式  */

.active {
  width: 10rpx;
  height: 10rpx;
  border-radius: 50%;
  background-color: #3d444d;
  border: 1rpx solid #3d444d;
}

/* 搜素框 */

.searchbox {
  width:686rpx;
  height:60rpx;
  display: flex;
  align-items: center;
  position: fixed;
  top:30rpx;
  left: 32rpx;
  background: #fff;
  border-radius:8rpx;
  padding: 30rpx;
  box-sizing: border-box
}

.searchboxright{
  width:252rpx;
  color:#8C9198;
  font-size: 24rpx;
  margin-left:2rpx;

}
.shuruname{
  color:#8C9198;
  font-size: 24rpx;
}
.hot{
  /* padding: 40rpx 32rpx;
  box-sizing: border-box */
  padding-bottom: 32rpx;
}
.hottui{
  color:#06121E;
  font-size: 32rpx;
  font-weight: bold;
  padding: 30rpx 20rpx;
  box-sizing: border-box;
  border-top:24rpx solid #f9f9f9;
  border-bottom:1rpx solid #f5f5f5;
}
.hotboxitem{
  display:flex;
  justify-content: space-between;
  margin-top:20rpx;
  padding: 24rpx 32rpx;
  box-sizing: border-box;
  border-bottom:24rpx solid #f9f9f9;
  /* align-items: center */
}
.hotboxitemleft{
  width:312rpx;
}
.hotboxitemleftimg{
  width:312rpx;
  height:312rpx;
  font-size: 0;
  border-radius:16rpx;
}
.hotboxitemleftimg image{
  width:100%;
  height:100%;
  border-radius:16rpx;
}

.goodbottom{
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin-top:10rpx;
}
.goodbottomleft{
  color:#FF5A4E;
  font-size:28rpx;
}
.goodbottomright{
  color:#3D444D;
  font-size: 24rpx;
}
.song{
  width:44rpx;
  height:44rpx;
  font-size: 0;
  margin-top:144rpx;
}
.song image{
  width:100%;
  height:100%;
}