This commit is contained in:
liuye
2024-01-08 10:19:40 +08:00
parent 143e11cdf4
commit 1230f98b7b

View File

@@ -371,17 +371,21 @@ page {
padding: 24px 0 24px 32px;
display: flex;
u-input {
width: calc(100% - 80px);
width: calc(100% - 112px);
height: 80px;
background: #F4F6FA;
border-radius: 40px;
padding-left: 32px;
}
img {
width: 48px;
height: 48px;
padding: 16px 32px 0;
width: 80px;
height: 80px;
padding: 0 16px;
}
// .send-img {
// padding-left: 16px;
// width: 96px;
// }
}
.type-record {
position: relative;