弹框的样式
This commit is contained in:
parent
0d7805fc9d
commit
3ca38e76a1
|
@ -51,12 +51,14 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
ul{
|
ul{
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
padding-left: 0px!important;
|
||||||
li{
|
li{
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
list-style-type: none!important;
|
||||||
&:first-child{
|
&:first-child{
|
||||||
color: #E65714;
|
color: #E65714;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue