page { width: 100%; height: 100vh; } .publish-evaluation { width: 100%; height: 100%; background: #f7f7f7; box-sizing: border-box; padding: 20rpx; } .publish-evaluation .content { width: 100%; height: 970rpx; background: #fff; border-radius: 16rpx; box-sizing: border-box; padding: 0 25rpx; } .satisify { width: 100%; } .satisify .header { color: #333; font-size: 32rpx; padding: 20rpx 0 20rpx 0; line-height: 40rpx; display: table; border-bottom: 1px solid #E7EEEE; } .cont{ background: #f7f7f7; border-radius: 16rpx; font-size: 28rpx; padding: 20rpx; box-sizing: border-box; min-height: 300rpx; } .satisify .satisify-btn { width: 100%; height: 260rpx; display: flex; align-items: center; justify-content: space-around; } .satisify .satisify-btn .type { height: 100%; flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; } .satisify .satisify-btn .type image { width: 100rpx; height: 100rpx; object-fit: cover; } .satisify .satisify-btn .type view { font-size: 28rpx; color: #999; line-height: 90rpx; height: 90rpx; } .satisify-content { width: 100%; height: 600rpx; box-sizing: border-box; padding-top: 30rpx; padding-bottom: 40rpx; display: flex; flex-direction: column; /*align-content: center;*/ /*justify-content: center;*/ } .satisify-content textarea { width: 600rpx; height: 460rpx; font-size: 32rpx; line-height: 46rpx; margin: 0 auto; background: #F7F7F7; padding: 20rpx; display: flex; box-sizing: border-box; border-radius: 16rpx; color: #333; } .satisify-content .textarea-satisify { font-size: 32rpx; line-height: 46rpx; color: #999; } .publish-evaluation-btn { width: 100%; height: 84rpx; display: flex; align-items: center; justify-content: center; margin-top: 60rpx; } .publish-evaluation-btn button { width: 560rpx; height: 80rpx; padding: 0; border-radius: 44rpx; /*background: linear-gradient(to right, #F40C0C, #FF4E4E);*/ background: #E60000; color: #fff; font-size: 36rpx; line-height: 86rpx; text-align:center; } .submitbtn{ width: 560rpx; height: 80rpx; padding: 0; border-radius: 40rpx; /*background: linear-gradient(to right, #F40C0C, #FF4E4E);*/ background: #E60000; color: #fff; font-size: 36rpx; line-height: 80rpx; text-align:center; } .publish-evaluation-btn button::after { border: 0; } .publish-evaluation-btn .hover-btn { background: red; }