no message
This commit is contained in:
parent
d65a921ef6
commit
c658037233
@ -72,6 +72,7 @@ body {
|
|||||||
border-radius: 153px 15px 15px 153px;
|
border-radius: 153px 15px 15px 153px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.base .left .text {
|
.base .left .text {
|
||||||
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
||||||
@ -79,6 +80,7 @@ body {
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: rgba(170, 170, 170, 0.90196078);
|
color: rgba(170, 170, 170, 0.90196078);
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
.base .left .img {
|
.base .left .img {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
@ -777,6 +779,7 @@ body {
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
.hint-list .item:not(:last-of-type) {
|
.hint-list .item:not(:last-of-type) {
|
||||||
border-bottom: 1px #e6e4e4 dotted;
|
border-bottom: 1px #e6e4e4 dotted;
|
||||||
|
@ -86,12 +86,14 @@ body {
|
|||||||
border-radius: 153px 15px 15px 153px;
|
border-radius: 153px 15px 15px 153px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
|
position: relative;
|
||||||
.text {
|
.text {
|
||||||
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img {
|
.img {
|
||||||
@ -878,6 +880,7 @@ body {
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
|
display: block;
|
||||||
|
|
||||||
&:not(:last-of-type) {
|
&:not(:last-of-type) {
|
||||||
border-bottom: 1px #e6e4e4 dotted;
|
border-bottom: 1px #e6e4e4 dotted;
|
||||||
|
Loading…
Reference in New Issue
Block a user