page { position: relative; left: 0; top: 0; } .wrapper { width: 100%; padding-bottom: 100rpx; } video { display: block; width: 100%; height: 422rpx; } .main { padding: 24rpx 24rpx 40rpx 28rpx; border: 1rpx solid rgba(189, 189, 189, 1); } button.btn[type="default"] { width: 698rpx; height: 80rpx; border-radius: 40rpx; border: 2rpx solid rgba(145, 179, 121, 1); font-size: 28rpx; color: rgba(145, 179, 121, 1); background-color: transparent; } .title { display: flex; font-size: 0; text { position: relative; left: 0; top: 0; font-size: 32rpx; font-weight: 500; line-height: 46rpx; color: rgba(51, 51, 51, 1); &:after { position: absolute; left: 0; bottom: 0; z-index: -1; content: ''; width: 100%; height: 14rpx; background: rgba(145, 179, 121, 0.6); } } } .name-list-title { margin: 36rpx 0 24rpx; } .name-list { display: flex; flex-flow: row wrap; line-height: 40rpx; font-size: 28rpx; color: rgba(101, 101, 101, 1); word-break: break-all; word-wrap: break-word; } .video-title { margin: 48rpx 0 22rpx; } .subtitle { line-height: 40rpx; font-size: 28rpx; font-weight: 500; color: rgba(77, 77, 77, 1); } .describe { margin-top: 12rpx; line-height: 54rpx; font-size: 28rpx; color: rgba(101, 101, 101, 1); word-break: break-all; word-wrap: break-word; } .comment-list { padding: 40rpx 24rpx 40rpx 28rpx; .title { margin-bottom: 44rpx; } } .list { display: flex; width: 100%; margin-bottom: 28rpx; } .portrait { width: 80rpx; height: 80rpx; border-radius: 50%; overflow: hidden; image { display: block; width: 100%; height: 100%; } } .box { padding-left: 20rpx; padding-top: 18rpx; .name { line-height: 28rpx; font-size: 24rpx; font-weight: 700; color: rgba(51, 51, 51, 1); } .create-at { margin: 14rpx 0 20rpx; line-height: 28rpx; font-size: 20rpx; color: rgba(153, 153, 153, 1); } .content { line-height: 28rpx; font-size: 24rpx; color: rgba(51, 51, 51, 1); } } .form-item { position: relative; left: 0; top: 0; width: 572rpx; height: 76rpx; border-radius: 38rpx; background: rgba(240, 240, 240, 1); } .smile { position: absolute; left: 27rpx; top: 18rpx; width: 40rpx; height: 40rpx; } input { width: 383rpx; height: 100%; padding: 0 13rpx; margin-left: 67rpx; font-size: 32rpx; color: rgba(51, 51, 51, 1); } .placeholder { color: rgba(166, 166, 166, 1); } .footer-fixed-bottom .btn-send { position: absolute; right: 14rpx; top: 10rpx; z-index: 99; width: 108rpx; height: 56rpx; border-radius: 38rpx; background: rgba(96, 169, 252, 1); font-size: 24rpx; color: #FFF; } .footer-fixed-bottom .btn-like, .footer-fixed-bottom .btn-share { width: 48rpx; height: 48rpx; padding: 0 !important; background: transparent; image { width: 100%; height: 100%; } } .footer-fixed-bottom .btn-like { margin: 0 14rpx 0 10rpx; }