/* pages/details/details.wxss */ .details { width: 100%; height: 100%; background: #eaeaea; } .details-scroll { width: 100%; height: 100%; } .details-video { width: 100%; height: 436rpx; } #myVideo { width: 100%; height: 100%; } .menu { display: flex; align-items: center; justify-content: space-around; margin-top: 30rpx; } .menu-item { width: 90rpx; height: 120rpx; } .menu-item image{ width: 100%; height: 100%; } .comment { padding: 0 16rpx 10rpx 16rpx; box-sizing: border-box; } .pinglun { display: flex; align-items: center; width: 100%; height: 116rpx; margin-top: 27rpx; border-radius: 20rpx; background: #7a7a7a; padding: 0 25rpx; box-sizing: border-box; color: #fff; font-size: 40rpx; font-weight: 600; } .anthology { display: flex; flex-wrap: wrap; width: 100%; margin-top: 5rpx; box-sizing: border-box; font-size: 32rpx; color: #888; font-weight: bold; } .collection { width: 100rpx; height: 100rpx; background: #fff; text-align: center; line-height: 100rpx; border-radius: 20rpx; margin: 27rpx 0 0 18rpx; } .comment-details { width: 100%; margin-top: 27rpx; border-radius: 20rpx; background: #fff; padding: 23rpx 33rpx; box-sizing: border-box; font-size: 32rpx; line-height: 44rpx; } .input-box { position: relative; width: 100%; height: 320rpx; margin-top: 27rpx; border-radius: 20rpx; background: #fff; padding: 34rpx 0 112rpx 34rpx; box-sizing: border-box; } .btn { position: absolute; right: 22rpx; bottom: 25rpx; display: flex; } .btn view { width: 153rpx; height: 87rpx; text-align: center; line-height: 87rpx; border-radius: 20rpx; color: #fff; font-size: 32rpx; } .no { background: #cdcdcd; margin-right: 22rpx; } .yes { background: #fe9d00; } .content-speak { display: flex; flex-direction: column; width: 100%; margin-top: 27rpx; border-radius: 20rpx; background: #fff; padding: 30rpx 34rpx; box-sizing: border-box; } .information-item { display: flex; } .information-item image { width: 92rpx; height: 92rpx; border-radius: 50%; background: red; margin-right: 22rpx; } .information-item .name { display: flex; flex-direction: column; color: #424242; font-size: 32rpx; font-weight:bold; } .language { font-size: 32rpx; margin-top: 10px; }