|
@@ -1,117 +1,142 @@
|
|
|
.followWares {
|
|
|
- width: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ margin-top:20rpx;
|
|
|
+ /* background: #e8e8e8; */
|
|
|
+}
|
|
|
+.followWareCard {
|
|
|
+ position: relative;
|
|
|
+ overflow: hidden;
|
|
|
+ width: 720rpx;
|
|
|
+ height: 476rpx;
|
|
|
background: #fff;
|
|
|
-
|
|
|
+ /* padding: 26rpx; */
|
|
|
+ border-radius: 12rpx;
|
|
|
+ /* margin: 0 0 18rpx 16rpx; */
|
|
|
+ margin: 0 auto 20rpx;
|
|
|
+ /* box-shadow: 0 8rpx 6rpx 0 rgba(0, 0, 0, .28); */
|
|
|
}
|
|
|
|
|
|
-.followWares .followWareCard {
|
|
|
- width: 100%;
|
|
|
- height: 526rpx;
|
|
|
- border-top: solid 2rpx #f0f1f5;
|
|
|
-}
|
|
|
|
|
|
-.followWareCard .userCard {
|
|
|
- width: 100%;
|
|
|
- height: 126rpx;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- flex-direction: row;
|
|
|
-}
|
|
|
|
|
|
-.userCard .avatar {
|
|
|
- width: 96rpx;
|
|
|
- height: 96rpx;
|
|
|
- margin-left: 22rpx;
|
|
|
- border-radius: 50%;
|
|
|
- display: flex;
|
|
|
+.followWareCard .wareCardImg {
|
|
|
+ display: block;
|
|
|
+ width: 662rpx;
|
|
|
+ height: 272rpx;
|
|
|
+ margin: 12rpx auto 0;
|
|
|
+ border-radius: 20rpx;
|
|
|
}
|
|
|
|
|
|
-.userCard .nameCross {
|
|
|
+.followWareCard .titleSummary {
|
|
|
display: flex;
|
|
|
- flex-direction: column;
|
|
|
- height: 100%;
|
|
|
- font-size: 32rpx;
|
|
|
- margin-left: 14rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.nameCross .nickName {
|
|
|
- color: #000;
|
|
|
- margin-top: 14rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.nameCross .time {
|
|
|
- color: #686868;
|
|
|
-}
|
|
|
-
|
|
|
-.followWareCard .wareCardImg {
|
|
|
- width: 704rpx;
|
|
|
- height: 290rpx;
|
|
|
- border-radius: 20rpx;
|
|
|
- margin: 0 auto;
|
|
|
- display: block;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-top: 12rpx;
|
|
|
}
|
|
|
|
|
|
.followWareCard .wareCardTitle {
|
|
|
+ /* margin: 0 auto; */
|
|
|
width: 100%;
|
|
|
height: 46rpx;
|
|
|
display: block;
|
|
|
+ /* text-align: left; */
|
|
|
color: #414141;
|
|
|
- margin-left: 22rpx;
|
|
|
- margin-top: 10rpx;
|
|
|
font-size: 32rpx;
|
|
|
letter-spacing: 4rpx;
|
|
|
+ margin-left: 28rpx;
|
|
|
font-family: MicrosoftYaHei;
|
|
|
}
|
|
|
|
|
|
-.followWareCard .bottomData {
|
|
|
- height: 34rpx;
|
|
|
- margin-top: 10rpx;
|
|
|
+.followWareCard .topData {
|
|
|
+ height: 92rpx;
|
|
|
+ margin-top: 14rpx;
|
|
|
display: flex;
|
|
|
- margin-left: 22rpx;
|
|
|
- justify-content: space-between;
|
|
|
+ flex-direction: row;
|
|
|
+ /* justify-content: space-between; */
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
|
|
-.followWareCard .bottomData .wareCardPlays {
|
|
|
- width: 100rpx;
|
|
|
- margin-left: 270rpx;
|
|
|
+.worksLeft {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
+ flex:1;
|
|
|
+ margin-left:10rpx;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worksLeft .worksInfo .authorName {
|
|
|
+ color: #444444;
|
|
|
+ font-size: 32rpx;
|
|
|
+ margin-top: 8rpx;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.worksLeft .worksInfo .time {
|
|
|
+ color: #686868;
|
|
|
+ font-size: 28rpx;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.followWareCard .topData .wareCardPlays {
|
|
|
+ width: 100rpx;
|
|
|
+ /* margin-left: 270rpx; */
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row-reverse;
|
|
|
align-items: center;
|
|
|
+ padding-right:35rpx;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
-.followWareCard .wareCardTip {
|
|
|
+.followWareCard .topData .authorAvatar {
|
|
|
+ width: 92rpx;
|
|
|
+ height: 92rpx;
|
|
|
+ margin: 0 22rpx 0 22rpx;
|
|
|
+ display: block;
|
|
|
|
|
|
+ border-radius: 50%;
|
|
|
+}
|
|
|
+.topData .numberInfo{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+.followWareCard .wareCardTip {
|
|
|
width: 178rpx;
|
|
|
height: 40rpx;
|
|
|
display: block;
|
|
|
- text-align: center;
|
|
|
- color: #414141;
|
|
|
+ text-align: left;
|
|
|
+ color: #444;
|
|
|
font-size: 24rpx;
|
|
|
+ line-height:40rpx;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.followWareCard .wareCardPlays .wareCardPlaysImg {
|
|
|
- width: 30rpx;
|
|
|
- height: 30rpx;
|
|
|
+ width:26rpx;
|
|
|
+height:26rpx;
|
|
|
+margin-right: 6rpx;
|
|
|
+float: right;
|
|
|
}
|
|
|
|
|
|
.followWareCard .wareCardPlays text {
|
|
|
margin-left: 4rpx;
|
|
|
- color: #61CA54;
|
|
|
- font-size: 24rpx;
|
|
|
+ color: #5e5e5e;
|
|
|
+ font-size: 22rpx;
|
|
|
+ text-align:right;
|
|
|
+/* width:57%; */
|
|
|
+ float: right;
|
|
|
}
|
|
|
|
|
|
.followWareCard .wareCardLikes {
|
|
|
width: 100rpx;
|
|
|
margin-right: 18rpx;
|
|
|
display: flex;
|
|
|
- flex-direction: row;
|
|
|
+ flex-direction: row-reverse;
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
|
|
.followWareCard .wareCardLikes .wareCardLikesImg {
|
|
|
- width: 30rpx;
|
|
|
- height: 30rpx;
|
|
|
+ width:26rpx;
|
|
|
+height:24rpx;
|
|
|
+margin-right: 6rpx;
|
|
|
}
|
|
|
|
|
|
.followWareCard .wareCardLikes text {
|