.work { margin-bottom: 24rpx; background-color: white; border-radius: 32rpx; box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px; padding-bottom: 20rpx; } .work .workHead { display: flex; justify-content: space-between; align-items: center; padding: 20rpx; } .work .workHead .wH-left { display: flex; justify-content: space-between; align-items: center; } .work .workHead .wH-left .avatar { width: 80rpx; height: 80rpx; border-radius: 50%; overflow: hidden; background-color: #e4e1e1; } .work .workHead .wH-left .wH-left-user { margin-left: 18rpx; } .work .workHead .wH-left .wH-left-user .nickname { max-width: 320rpx; font-size: 30rpx; font-weight: bold; color: #000; } .work .workHead .wH-left .wH-left-user .time { margin-top: 4rpx; font-size: 26rpx; color: rgba(0, 0, 0, 0.6); } .work .workHead .wH-right { display: flex; align-items: center; } .work .workHead .wH-right .wH-right-btn { text-align: center; margin-right: 30rpx; } .work .workHead .wH-right .wH-right-btn .img { width: 27rpx; height: 32rpx; } .work .workHead .wH-right .wH-right-btn .text { font-size: 26rpx; color: rgba(0, 0, 0, 0.74); } .work .workHead .wH-right .follow { display: flex; align-items: center; justify-content: center; width: 140rpx; font-size: 24rpx; padding: 6rpx 0rpx; border-radius: 50rpx; border: 1rpx solid #1BC665; color: #1BC665; } .work .workHead .wH-right .follow .character { width: 22rpx; height: 22rpx; margin-right: 6rpx; } .work .workHead .wH-right .isFans { border: 1rpx solid #969696; color: #969696; } .work .workHead .wH-right .pkNum { color: #30C866; font-size: 44rpx; margin-right: 20rpx; } .work .workContent { font-size: 0px; } .work .workContent .videoBox { position: relative; width: 100%; height: 422rpx; } .work .workContent .videoBox .maskBg { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); } .work .workContent .videoBox .maskImg { z-index: 10; width: 215rpx; height: 215rpx; position: absolute; top: 0px; right: 0px; left: 0px; bottom: 0px; margin: auto; } .work .workContent .videoBox .play { position: absolute; left: 50%; top: 40%; width: 90rpx; height: 90rpx; transform: translate(-50%); } .work .workContent .videoBox .cover { width: 100%; height: 100%; } .work .workContent .video { width: 100%; height: 422rpx; } .work .workContent .audioBox { position: relative; width: 100%; height: 208rpx; overflow: hidden; } .work .workContent .audioBox .audioBg { width: 100%; height: 100%; filter: blur(12px); } .work .workContent .audioBox .mask { position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background-color: rgba(0, 0, 0, 0.2); } .work .workContent .audioBox .audioPlay { position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: 220rpx; height: 174rpx; border-radius: 20rpx; background-color: rgba(0, 0, 0, 0.3); display: flex; align-items: center; justify-content: center; } .work .workContent .audioBox .audioPlay .audioPlayBg { width: 150rpx; height: 150rpx; } .work .workContent .audioBox .audioPlay .audioPlayZhen { position: absolute; right: 30rpx; top: 16rpx; width: 32rpx; height: 40rpx; } .work .workContent .audioBox .audioPlay .cover { position: absolute; width: 130rpx; height: 130rpx; border-radius: 50%; } .work .workContent .audioBox .audioPlay .circle { animation: identifier 12s infinite linear; } .work .workFooter { margin-top: 15rpx; display: flex; justify-content: space-between; align-items: center; padding: 14rpx 20rpx 30rpx; } .work .workFooter .mangeL-box { display: flex; align-items: center; margin-right: 30rpx; } .work .workFooter .mangeL-box .icon { width: 44rpx; height: 44rpx; } .work .workFooter .mangeL-box .icon-name { margin-left: 8rpx; font-size: 28rpx; } .work .toReading { width: 166rpx; margin: 0 auto; display: flex; align-items: center; justify-content: center; padding: 12rpx 32rpx; border-radius: 50rpx; background-image: linear-gradient(270deg, #33C3FF 0%, #81C7FF 100%, #14C962 100%); box-shadow: 0 4rpx 10rpx 0 rgba(50, 197, 255, 0.46); } .work .toReading .reading { width: 24rpx; height: 32rpx; } .work .toReading .reading-text { color: white; font-size: 30rpx; margin-left: 12rpx; } @keyframes identifier { 0% { transform: rotate(0deg) scale(1); } 50% { transform: rotate(180deg) scale(1); } 100% { transform: rotate(360deg) scale(1); } }