uni-popup-message.wxss 698 B

1
  1. .uni-popup-message{display:flex;flex-direction:row;justify-content:center}.uni-popup-message__box{background-color:#e1f3d8;padding:10px 15px;border-color:#eee;border-style:solid;border-width:1px;flex:1}@media screen and (min-width:500px){.fixforpc-width{margin-top:20px;border-radius:4px;flex:none;min-width:380px;max-width:50%}}.uni-popup-message-text{font-size:14px;padding:0}.uni-popup__success{background-color:#e1f3d8}.uni-popup__success-text{color:#67c23a}.uni-popup__warn{background-color:#faecd8}.uni-popup__warn-text{color:#e6a23c}.uni-popup__error{background-color:#fde2e2}.uni-popup__error-text{color:#f56c6c}.uni-popup__info{background-color:#f2f6fc}.uni-popup__info-text{color:#909399}