.container{ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); } .root { width: 100%; height: 100vh; display: flex; flex-direction: column; align-items: center; } .form-box { border: 1rpx solid #ccc; border-radius: 6rpx; padding: 20rpx; margin-bottom: 20rpx; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); } .sv { background-color: white; width: 80%; height: 90vh; } .sendBar { width: 80%; height: 10vh; display: flex; flex-direction: row; align-items: center; justify-content: center; border: 2px solid #1E90FF; } .input { background-color: white; border: 2px solid #1E90FF; } .box { width: 100%; display: flex; flex-direction: row; margin-top: 2px; margin-bottom: 2px; }