page { width: 100%; min-height: 100vh; height: auto; } .discussion-detail { width: 100%; height: 100%; background: #f7f7f7; box-sizing: border-box; padding: 20rpx; padding-bottom: 120rpx; } .discussion-detail .bottom { width: 100%; height: 90rpx; background: #fff; padding: 15rpx; box-sizing: border-box; display: flex; align-items: center; position: fixed; bottom: 0; left: 0; } .discussion-detail .reply { width: 490rpx; height: 70rpx; border-radius: 8rpx; background: #F2F2F2; display: flex; align-items: center; } .discussion-detail .reply image { width: 30rpx; height: 30rpx; margin: 0 10rpx 0 25rpx; } .discussion-detail .reply input { height: 100%; width: calc(100% - 65rpx); font-size: 26rpx; } .discussion-detail .reply .placeholder-input { font-size: 26rpx; color: #a8a8a8; } .discussion-detail button { width: 200rpx; height: 70rpx; border-radius: 35rpx; background: linear-gradient(to right, #FFAC00, #FFBF00); color: #fff; font-size: 30rpx; line-height: 70rpx; text-align:center; padding: 0; outline: 0; } .discussion-detail button::after { border:0; } .discussion-detail .hover-button { background: orange; }