|
@@ -62,28 +62,35 @@ swiper {
|
|
width: 100%;
|
|
width: 100%;
|
|
/* height: 50rpx; */
|
|
/* height: 50rpx; */
|
|
background: #fff;
|
|
background: #fff;
|
|
- margin-top: 8rpx;
|
|
|
|
|
|
+ margin-top: 10rpx;
|
|
}
|
|
}
|
|
|
|
|
|
.hotSection .title {
|
|
.hotSection .title {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
- margin: 20rpx 0 20rpx 20rpx;
|
|
|
|
|
|
+ margin: 8rpx 20rpx 20rpx 8rpx;
|
|
}
|
|
}
|
|
|
|
|
|
.hotSection .title image {
|
|
.hotSection .title image {
|
|
- /* margin-left: 24rpx; */
|
|
|
|
- width: 34rpx;
|
|
|
|
- height: 38rpx;
|
|
|
|
|
|
+ width: 54rpx;
|
|
|
|
+ height: 60rpx;
|
|
|
|
+ margin-left: 14rpx;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.hotSection .title .recommendTag {
|
|
|
|
+ width: 38rpx;
|
|
|
|
+ height: 34rpx;
|
|
}
|
|
}
|
|
|
|
+
|
|
.hotSection .title text {
|
|
.hotSection .title text {
|
|
- width: 112rpx;
|
|
|
|
|
|
+ width: 224rpx;
|
|
|
|
+ letter-spacing: 4rpx;
|
|
height: 40rpx;
|
|
height: 40rpx;
|
|
margin-left: 12rpx;
|
|
margin-left: 12rpx;
|
|
- font-size: 28rpx;
|
|
|
|
- line-height: 50rpx;
|
|
|
|
|
|
+ font-size: 32rpx;
|
|
|
|
+ line-height: 40rpx;
|
|
font-family: PingFangSC-regular;
|
|
font-family: PingFangSC-regular;
|
|
- color: #101010
|
|
|
|
|
|
+ color: #414141;
|
|
}
|
|
}
|
|
|
|
|
|
.hotWares {
|
|
.hotWares {
|
|
@@ -94,79 +101,162 @@ swiper {
|
|
.hotSection .hotWares .hotWareCard {
|
|
.hotSection .hotWares .hotWareCard {
|
|
position: relative;
|
|
position: relative;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- width: 352rpx;
|
|
|
|
- height: 322rpx;
|
|
|
|
- margin: 0 0 18rpx 16rpx;
|
|
|
|
- box-shadow: 0 8rpx 6rpx 0 rgba(0, 0, 0, .28);
|
|
|
|
|
|
+ width: 704rpx;
|
|
|
|
+ height: 402rpx;
|
|
|
|
+ /* margin: 0 0 18rpx 16rpx; */
|
|
|
|
+ margin: 0 auto 20rpx;
|
|
|
|
+ /* box-shadow: 0 8rpx 6rpx 0 rgba(0, 0, 0, .28); */
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.hotWareCard .wareCardImg {
|
|
.hotWareCard .wareCardImg {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 200rpx;
|
|
|
|
|
|
+ height: 290rpx;
|
|
|
|
+ border-radius: 20rpx;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.hotWareCard .wareCardTitle {
|
|
.hotWareCard .wareCardTitle {
|
|
- margin: 0 auto;
|
|
|
|
- width: 320rpx;
|
|
|
|
|
|
+ /* margin: 0 auto; */
|
|
|
|
+ width: 100%;
|
|
height: 46rpx;
|
|
height: 46rpx;
|
|
display: block;
|
|
display: block;
|
|
- text-align: center;
|
|
|
|
- color: rgba(16, 16, 16, 1);
|
|
|
|
|
|
+ /* text-align: left; */
|
|
|
|
+ color: #414141;
|
|
font-size: 32rpx;
|
|
font-size: 32rpx;
|
|
|
|
+ letter-spacing: 4rpx;
|
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
|
+}
|
|
|
|
+.hotWareCard .bottomData {
|
|
|
|
+ height: 34rpx;
|
|
|
|
+ margin-top: 10rpx;
|
|
|
|
+ display: flex;
|
|
|
|
+ /* flex-direction: row; */
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ align-items: center;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.hotWareCard .bottomData .wareCardPlays {
|
|
|
|
+ width: 100rpx;
|
|
|
|
+ margin-left: 270rpx;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: row;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
|
|
|
|
+.hotWareCard .wareCardTip {
|
|
|
|
|
|
|
|
+ width: 178rpx;
|
|
|
|
+ height: 40rpx;
|
|
|
|
+ display: block;
|
|
|
|
+ text-align: center;
|
|
|
|
+ color: #414141;
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
+}
|
|
|
|
|
|
|
|
+.hotWareCard .wareCardPlays .wareCardPlaysImg {
|
|
|
|
+ width: 30rpx;
|
|
|
|
+ height: 30rpx;
|
|
|
|
+}
|
|
|
|
|
|
-.hotWareCard .wareCardTip {
|
|
|
|
|
|
+.hotWareCard .wareCardPlays text {
|
|
|
|
+ margin-left: 4rpx;
|
|
|
|
+ color: #61CA54;
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.hotWareCard .wareCardLikes {
|
|
|
|
+ width: 100rpx;
|
|
|
|
+ margin-right: 18rpx;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: row;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.hotWareCard .wareCardLikes .wareCardLikesImg {
|
|
|
|
+ width: 30rpx;
|
|
|
|
+ height: 30rpx;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.hotWareCard .wareCardLikes text {
|
|
|
|
+ margin-left: 4rpx;
|
|
|
|
+ color: #FF9800;
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/** 第一个大图**/
|
|
|
|
+.hotSection .hotWares .hotWareCardFirst {
|
|
|
|
+ position: relative;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ width: 740rpx;
|
|
|
|
+ height: 342rpx;
|
|
|
|
+ margin: 10rpx auto 20rpx;
|
|
|
|
+ box-shadow: 0 8rpx 6rpx 0 rgba(0, 0, 0, .28);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.hotWareCardFirst .wareCardImg {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.hotWareCardFirst .wrapper {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100rpx;
|
|
|
|
+ background: #fff;
|
|
position: absolute;
|
|
position: absolute;
|
|
- top: 10rpx;
|
|
|
|
- left: 4rpx;
|
|
|
|
- z-index: 2;
|
|
|
|
|
|
+ bottom: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.hotWareCardFirst .wareCardTitle {
|
|
|
|
+ margin: 10rpx 20rpx 0;
|
|
|
|
+ display: block;
|
|
|
|
+ /* text-align: center; */
|
|
|
|
+ color: rgba(16, 16, 16, 1);
|
|
|
|
+ font-size: 32rpx;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.hotWareCardFirst .wareCardTip {
|
|
|
|
+ margin: 0 20rpx;
|
|
width: 178rpx;
|
|
width: 178rpx;
|
|
- height: 40rpx;
|
|
|
|
|
|
+ height: 34rpx;
|
|
display: block;
|
|
display: block;
|
|
text-align: center;
|
|
text-align: center;
|
|
color: rgba(16, 16, 16, 1);
|
|
color: rgba(16, 16, 16, 1);
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-.hotWareCard .bottomData {
|
|
|
|
|
|
+.hotWareCardFirst .bottomData {
|
|
|
|
+ width: 100%;
|
|
height: 34rpx;
|
|
height: 34rpx;
|
|
- margin-top: 10rpx;
|
|
|
|
|
|
+ margin-top: 5rpx;
|
|
display: flex;
|
|
display: flex;
|
|
- /* flex-direction: row; */
|
|
|
|
|
|
+ flex-direction: row;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
align-items: center;
|
|
}
|
|
}
|
|
|
|
|
|
-.hotWareCard .wareCardPlays {
|
|
|
|
|
|
+.hotWareCardFirst .wareCardPlays {
|
|
width: 100rpx;
|
|
width: 100rpx;
|
|
- margin-left: 18rpx;
|
|
|
|
|
|
+ margin-left: 230rpx;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
align-items: center;
|
|
}
|
|
}
|
|
|
|
|
|
-.hotWareCard .wareCardPlays .wareCardPlaysImg {
|
|
|
|
|
|
+.hotWareCardFirst .wareCardPlays .wareCardPlaysImg {
|
|
width: 30rpx;
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
height: 30rpx;
|
|
}
|
|
}
|
|
|
|
|
|
-.hotWareCard .wareCardPlays text {
|
|
|
|
|
|
+.hotWareCardFirst .wareCardPlays text {
|
|
margin-left: 4rpx;
|
|
margin-left: 4rpx;
|
|
color: #61CA54;
|
|
color: #61CA54;
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
}
|
|
|
|
|
|
-.hotWareCard .wareCardLikes {
|
|
|
|
|
|
+.hotWareCardFirst .wareCardLikes {
|
|
width: 100rpx;
|
|
width: 100rpx;
|
|
margin-right: 18rpx;
|
|
margin-right: 18rpx;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -174,12 +264,12 @@ swiper {
|
|
align-items: center;
|
|
align-items: center;
|
|
}
|
|
}
|
|
|
|
|
|
-.hotWareCard .wareCardLikes .wareCardLikesImg {
|
|
|
|
|
|
+.hotWareCardFirst .wareCardLikes .wareCardLikesImg {
|
|
width: 30rpx;
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
height: 30rpx;
|
|
}
|
|
}
|
|
|
|
|
|
-.hotWareCard .wareCardLikes text {
|
|
|
|
|
|
+.hotWareCardFirst .wareCardLikes text {
|
|
margin-left: 4rpx;
|
|
margin-left: 4rpx;
|
|
color: #FF9800;
|
|
color: #FF9800;
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|