no message
This commit is contained in:
parent
93c4b6e753
commit
9894f0c58d
@ -548,7 +548,7 @@
|
|||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: 1px solid #f2f2f2;
|
border: 1px solid #f2f2f2;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 21px 15px;
|
padding: 21px 15px 11px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -616,7 +616,7 @@
|
|||||||
background-color: rgba(255, 255, 255, 1);
|
background-color: rgba(255, 255, 255, 1);
|
||||||
border: 1px solid rgba(242, 242, 242, 1);
|
border: 1px solid rgba(242, 242, 242, 1);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 21px 15px;
|
padding: 21px 15px 11px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
.name {
|
.name {
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: 1px solid #f2f2f2;
|
border: 1px solid #f2f2f2;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 21px 15px;
|
padding: 21px 15px 11px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -99,7 +99,7 @@
|
|||||||
background-color: rgba(255, 255, 255, 1);
|
background-color: rgba(255, 255, 255, 1);
|
||||||
border: 1px solid rgba(242, 242, 242, 1);
|
border: 1px solid rgba(242, 242, 242, 1);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 21px 15px;
|
padding: 21px 15px 11px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -202,7 +202,7 @@
|
|||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: 1px solid #f2f2f2;
|
border: 1px solid #f2f2f2;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 21px 15px;
|
padding: 21px 15px 11px;
|
||||||
margin-bottom: 19px;
|
margin-bottom: 19px;
|
||||||
}
|
}
|
||||||
.body .right .list .item .name {
|
.body .right .list .item .name {
|
||||||
|
@ -219,9 +219,8 @@
|
|||||||
background-color: rgba(255, 255, 255, 1);
|
background-color: rgba(255, 255, 255, 1);
|
||||||
border: 1px solid rgba(242, 242, 242, 1);
|
border: 1px solid rgba(242, 242, 242, 1);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 21px 15px;
|
padding: 21px 15px 11px;
|
||||||
margin-bottom: 19px;
|
margin-bottom: 19px;
|
||||||
// position: relative;
|
|
||||||
.name {
|
.name {
|
||||||
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
||||||
font-weight: 650;
|
font-weight: 650;
|
||||||
@ -230,7 +229,6 @@
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
padding-right: 80px;
|
padding-right: 80px;
|
||||||
// width: 345px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.english {
|
.english {
|
||||||
|
Loading…
Reference in New Issue
Block a user