1.12 第十六版

This commit is contained in:
jl-zhoujl2
2023-01-12 15:40:58 +08:00
parent 2c1157f0cf
commit d78b495090
4 changed files with 70 additions and 35 deletions

View File

@ -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;
}
}
}
}