/* pages/user/myworks/myworks.wxss */ .user-works{ width: 750rpx; background: #F0F1F5; } .works-article{ margin-top: 4rpx; box-sizing: border-box; width: 100%; padding: 0 23rpx; background: #FFFFFF; } .user-info{ width: 100%; height: 120rpx; font-size:32rpx; display: flex; align-items: center; } .avatar-img{ margin-right: 14rpx; width: 96rpx; height: 96rpx; border-radius: 50%; } .avatar-img>image{ width: 100%; height: 100%; border-radius: 50%; } .user-name{ color: #000000; font-weight: 500; } .user-time{ color: #686868; font-weight: lighter; } .video-preview{ margin-top: 10rpx; width: 100%; height: 290rpx; border-radius: 20rpx; } .video-preview>image{ width: 100%; height: 100%; border-radius: 20rpx; } .content-title{ margin-top: 10rpx; width: 100%; height: 40rpx; font-size: 32rpx; font-weight: 500; color: #414141; } .content-detail{ margin-top: 30rpx; width: 100%; height: 50rpx; display: flex; justify-content: space-between; font-size: 24rpx; } .left{ width: 200rpx; } .right{ width: 150rpx; height: 100%; display: flex; justify-content: space-between; } .right image{ width: 100%; height: 100%; } .play-img{ width: 20rpx; height: 20rpx; } .point-img{ width: 26rpx; height: 24rpx; } .right-detail{ width: 50rpx; display: flex; justify-content: space-between; align-items: flex-start; }