...
|
...
|
@@ -12,7 +12,7 @@ |
|
|
.dialog-box {
|
|
|
width: 540px;
|
|
|
border-radius: 20px;
|
|
|
background: hsla(100, 100%, 100%, 0.8);
|
|
|
background: hsla(100, 100%, 100%, 0.84);
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
margin-left: -270px;
|
...
|
...
|
@@ -23,6 +23,7 @@ |
|
|
|
|
|
.dialog-content {
|
|
|
padding: 60px 30px;
|
|
|
font-size: 32px;
|
|
|
}
|
|
|
|
|
|
.dialog-header {
|
...
|
...
|
@@ -46,16 +47,22 @@ |
|
|
&:nth-last-of-type(1) {
|
|
|
border-left: 1px solid #ccc;
|
|
|
border-radius: 0 0 10px 10px;
|
|
|
color: #e01;
|
|
|
color: #d0021b;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
> span:active {
|
|
|
background-color: #ccc;
|
|
|
}
|
|
|
|
|
|
> span.dialog-center-btn {
|
|
|
width: 100%;
|
|
|
border: none;
|
|
|
text-align: center;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/*边框在物理机上1px变粗*/
|
|
|
/* 边框在物理机上1px变粗 */
|
|
|
.dialog-footer::before {
|
|
|
content: "";
|
|
|
position: absolute;
|
...
|
...
|
|