uni-popup-dialog.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .uni-popup-dialog.data-v-2fab037e {
  12. width: 300px;
  13. border-radius: 15px;
  14. background-color: #fff;
  15. }
  16. .uni-dialog-title.data-v-2fab037e {
  17. display: -webkit-box;
  18. display: -webkit-flex;
  19. display: flex;
  20. -webkit-box-orient: horizontal;
  21. -webkit-box-direction: normal;
  22. -webkit-flex-direction: row;
  23. flex-direction: row;
  24. -webkit-box-pack: center;
  25. -webkit-justify-content: center;
  26. justify-content: center;
  27. padding-top: 15px;
  28. padding-bottom: 5px;
  29. }
  30. .uni-dialog-title-text.data-v-2fab037e {
  31. font-size: 16px;
  32. font-weight: 500;
  33. }
  34. .uni-dialog-content.data-v-2fab037e {
  35. display: -webkit-box;
  36. display: -webkit-flex;
  37. display: flex;
  38. -webkit-box-orient: horizontal;
  39. -webkit-box-direction: normal;
  40. -webkit-flex-direction: row;
  41. flex-direction: row;
  42. -webkit-box-pack: center;
  43. -webkit-justify-content: center;
  44. justify-content: center;
  45. -webkit-box-align: center;
  46. -webkit-align-items: center;
  47. align-items: center;
  48. padding: 5px 15px 15px 15px;
  49. }
  50. .uni-dialog-content-text.data-v-2fab037e {
  51. font-size: 14px;
  52. color: #6e6e6e;
  53. }
  54. .uni-dialog-button-group.data-v-2fab037e {
  55. display: -webkit-box;
  56. display: -webkit-flex;
  57. display: flex;
  58. -webkit-box-orient: horizontal;
  59. -webkit-box-direction: normal;
  60. -webkit-flex-direction: row;
  61. flex-direction: row;
  62. border-top-color: #f5f5f5;
  63. border-top-style: solid;
  64. border-top-width: 1px;
  65. }
  66. .uni-dialog-button.data-v-2fab037e {
  67. display: -webkit-box;
  68. display: -webkit-flex;
  69. display: flex;
  70. -webkit-box-flex: 1;
  71. -webkit-flex: 1;
  72. flex: 1;
  73. -webkit-box-orient: horizontal;
  74. -webkit-box-direction: normal;
  75. -webkit-flex-direction: row;
  76. flex-direction: row;
  77. -webkit-box-pack: center;
  78. -webkit-justify-content: center;
  79. justify-content: center;
  80. -webkit-box-align: center;
  81. -webkit-align-items: center;
  82. align-items: center;
  83. height: 45px;
  84. }
  85. .uni-border-left.data-v-2fab037e {
  86. border-left-color: #f0f0f0;
  87. border-left-style: solid;
  88. border-left-width: 1px;
  89. }
  90. .uni-dialog-button-text.data-v-2fab037e {
  91. font-size: 14px;
  92. }
  93. .uni-button-color.data-v-2fab037e {
  94. color: #5dbc7c;
  95. }
  96. .uni-dialog-input.data-v-2fab037e {
  97. -webkit-box-flex: 1;
  98. -webkit-flex: 1;
  99. flex: 1;
  100. font-size: 14px;
  101. }
  102. .uni-popup__success.data-v-2fab037e {
  103. color: #4cd964;
  104. }
  105. .uni-popup__warn.data-v-2fab037e {
  106. color: #f0ad4e;
  107. }
  108. .uni-popup__error.data-v-2fab037e {
  109. color: #dd524d;
  110. }
  111. .uni-popup__info.data-v-2fab037e {
  112. color: #909399;
  113. }