You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
714 B
55 lines
714 B
.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;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|