123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- .followWares {
- display: flex;
- flex-wrap: wrap;
- margin-top:26rpx;
- /* 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); */
- }
- .followWareCard .wareCardImg {
- display: block;
- width: 662rpx;
- height: 272rpx;
- margin: 22rpx auto 0;
- border-radius: 20rpx;
- }
- .followWareCard .titleSummary {
- display: flex;
- justify-content: space-between;
- margin-top: 12rpx;
- }
- .followWareCard .wareCardTitle {
- /* margin: 0 auto; */
- width: 80%;
- height: 46rpx;
- display: block;
- /* text-align: left; */
- color: #414141;
- font-size: 32rpx;
- letter-spacing: 4rpx;
- margin-left: 28rpx;
- /* font-family: MicrosoftYaHei; */
- }
- .followWareCard .topData {
- height: 92rpx;
- margin-top: 22rpx;
- display: flex;
- flex-direction: row;
- /* justify-content: space-between; */
- align-items: center;
- }
- .worksLeft {
- display: flex;
- flex-direction: row;
- flex:1;
- margin-left:10rpx;
- position:relative;
- }
- .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 .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: left;
- color: #444;
- font-size: 24rpx;
- line-height:44rpx;
- }
- .followWareCard .wareCardPlays .wareCardPlaysImg {
- width:26rpx;
- height:26rpx;
- margin-right: 6rpx;
- float: right;
- }
- .followWareCard .wareCardPlays text {
- margin-left: 4rpx;
- color: #5e5e5e;
- font-size: 22rpx;
- text-align:right;
- /* width:57%; */
- float: right;
- }
- .followWareCard .wareCardLikes {
- width: 100rpx;
- margin-right: 18rpx;
- display: flex;
- flex-direction: row-reverse;
- align-items: center;
- }
- .followWareCard .wareCardLikes .wareCardLikesImg {
- width:26rpx;
- height:24rpx;
- margin-right: 6rpx;
- }
- .followWareCard .wareCardLikes text {
- margin-left: 4rpx;
- color: #FF9800;
- font-size: 24rpx;
- }
|