no message
This commit is contained in:
parent
c658037233
commit
53f4f929a8
@ -79,13 +79,18 @@ body {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: rgba(170, 170, 170, 0.90196078);
|
height: 100%;
|
||||||
flex: 1;
|
outline: none;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
.base .left .img {
|
.base .left .img {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
.base .left .hint-list {
|
||||||
|
top: auto;
|
||||||
|
bottom: 54px;
|
||||||
|
}
|
||||||
.base .rigth {
|
.base .rigth {
|
||||||
width: 175px;
|
width: 175px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
|
@ -92,14 +92,21 @@ body {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: rgba(170, 170, 170, 0.901960784313726);
|
// color: rgba(170, 170, 170, 0.901960784313726);
|
||||||
flex: 1;
|
height: 100%;
|
||||||
|
outline: none;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img {
|
.img {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hint-list {
|
||||||
|
top: auto;
|
||||||
|
bottom: 54px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.rigth {
|
.rigth {
|
||||||
|
Loading…
Reference in New Issue
Block a user