1 |
- .box{padding:30px;position:fixed;font-size:24px;height:200px;width:350px;background-color:#fff;border-radius:.25rem;left:50%;top:50%;transform:translate(-50%,-50%);z-index:100000;display:flex;justify-content:space-between;flex-direction:column}.box-left{font-size:20px}.box-middle{font-size:15px}.box-right{display:flex;justify-content:space-between}.over{position:fixed;width:100%;height:100%;opacity:.7;filter:alpha(opacity=70);top:0;left:0;z-index:10000;background-color:#111}.button{background-color:#1890ff;margin-bottom:5px}.button,.buttonT{width:65px;line-height:28px;font-size:12px;text-align:center;border-radius:3px;color:#fff}.buttonT{background-color:#13c166}
|