1.12 第十六版
This commit is contained in:
@ -1143,22 +1143,48 @@
|
||||
}
|
||||
|
||||
.modal-list-pname {
|
||||
&>span {
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
line-height: 38px;
|
||||
letter-spacing: 0px;
|
||||
color: #FFFFFF;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
.modal-list-left {
|
||||
&>span {
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
line-height: 38px;
|
||||
letter-spacing: 0px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
&>img {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
&>div {
|
||||
padding-left: 28px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
}
|
||||
|
||||
&>img {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
.modal-list-right {
|
||||
.modal-list-proc {
|
||||
align-items: center;
|
||||
padding: 2px 12px;
|
||||
background: rgba(25, 198, 255, 0.17);
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #29F0F9;
|
||||
border-radius: 3px;
|
||||
|
||||
&>div {
|
||||
padding-left: 28px;
|
||||
color: #FFFFFF;
|
||||
&>span {
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
line-height: 20px;
|
||||
letter-spacing: 0px;
|
||||
color: #29F0F9;
|
||||
z-index: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user