uni-popup-dialog.wxss 2.7 KB

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