uni-popup-message.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .uni-popup-message.data-v-2b5e1e44 {
  12. display: -webkit-box;
  13. display: -webkit-flex;
  14. display: flex;
  15. -webkit-box-orient: horizontal;
  16. -webkit-box-direction: normal;
  17. -webkit-flex-direction: row;
  18. flex-direction: row;
  19. background-color: #e1f3d8;
  20. padding: 10px 15px;
  21. border-color: #eee;
  22. border-style: solid;
  23. border-width: 1px;
  24. }
  25. .uni-popup-message-text.data-v-2b5e1e44 {
  26. font-size: 14px;
  27. padding: 0;
  28. }
  29. .uni-popup__success.data-v-2b5e1e44 {
  30. background-color: #e1f3d8;
  31. }
  32. .uni-popup__success-text.data-v-2b5e1e44 {
  33. color: #67C23A;
  34. }
  35. .uni-popup__warn.data-v-2b5e1e44 {
  36. background-color: #faecd8;
  37. }
  38. .uni-popup__warn-text.data-v-2b5e1e44 {
  39. color: #E6A23C;
  40. }
  41. .uni-popup__error.data-v-2b5e1e44 {
  42. background-color: #fde2e2;
  43. }
  44. .uni-popup__error-text.data-v-2b5e1e44 {
  45. color: #F56C6C;
  46. }
  47. .uni-popup__info.data-v-2b5e1e44 {
  48. background-color: #F2F6FC;
  49. }
  50. .uni-popup__info-text.data-v-2b5e1e44 {
  51. color: #909399;
  52. }