css
This commit is contained in:
@@ -371,17 +371,21 @@ page {
|
|||||||
padding: 24px 0 24px 32px;
|
padding: 24px 0 24px 32px;
|
||||||
display: flex;
|
display: flex;
|
||||||
u-input {
|
u-input {
|
||||||
width: calc(100% - 80px);
|
width: calc(100% - 112px);
|
||||||
height: 80px;
|
height: 80px;
|
||||||
background: #F4F6FA;
|
background: #F4F6FA;
|
||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
padding-left: 32px;
|
padding-left: 32px;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
width: 48px;
|
width: 80px;
|
||||||
height: 48px;
|
height: 80px;
|
||||||
padding: 16px 32px 0;
|
padding: 0 16px;
|
||||||
}
|
}
|
||||||
|
// .send-img {
|
||||||
|
// padding-left: 16px;
|
||||||
|
// width: 96px;
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
.type-record {
|
.type-record {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user