u-button.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* uni.scss */
  16. /* 行为相关颜色 */
  17. /* 文字基本颜色 */
  18. /* 背景颜色 */
  19. /* 边框颜色 */
  20. /* 尺寸变量 */
  21. /* 文字尺寸 */
  22. /* 图片尺寸 */
  23. /* Border Radius */
  24. /* 水平间距 */
  25. /* 垂直间距 */
  26. /* 透明度 */
  27. /* 文章场景相关 */
  28. view.data-v-2bf0e569, scroll-view.data-v-2bf0e569, swiper-item.data-v-2bf0e569 {
  29. display: flex;
  30. flex-direction: column;
  31. flex-shrink: 0;
  32. flex-grow: 0;
  33. flex-basis: auto;
  34. align-items: stretch;
  35. align-content: flex-start;
  36. }
  37. .u-button.data-v-2bf0e569 {
  38. width: 100%;
  39. }
  40. .u-button__text.data-v-2bf0e569 {
  41. white-space: nowrap;
  42. line-height: 1;
  43. }
  44. .u-button.data-v-2bf0e569:before {
  45. position: absolute;
  46. top: 50%;
  47. left: 50%;
  48. width: 100%;
  49. height: 100%;
  50. border: inherit;
  51. border-radius: inherit;
  52. -webkit-transform: translate(-50%, -50%);
  53. transform: translate(-50%, -50%);
  54. opacity: 0;
  55. content: " ";
  56. background-color: #000;
  57. border-color: #000;
  58. }
  59. .u-button--active.data-v-2bf0e569:before {
  60. opacity: .15;
  61. }
  62. .u-button__icon + .u-button__text.data-v-2bf0e569:not(:empty), .u-button__loading-text.data-v-2bf0e569 {
  63. margin-left: 4px;
  64. }
  65. .u-button--plain.u-button--primary.data-v-2bf0e569 {
  66. color: #3c9cff;
  67. }
  68. .u-button--plain.u-button--info.data-v-2bf0e569 {
  69. color: #909399;
  70. }
  71. .u-button--plain.u-button--success.data-v-2bf0e569 {
  72. color: #5ac725;
  73. }
  74. .u-button--plain.u-button--error.data-v-2bf0e569 {
  75. color: #f56c6c;
  76. }
  77. .u-button--plain.u-button--warning.data-v-2bf0e569 {
  78. color: #f56c6c;
  79. }
  80. .u-button.data-v-2bf0e569 {
  81. height: 40px;
  82. position: relative;
  83. align-items: center;
  84. justify-content: center;
  85. display: flex;
  86. flex-direction: row;
  87. box-sizing: border-box;
  88. flex-direction: row;
  89. }
  90. .u-button__text.data-v-2bf0e569 {
  91. font-size: 15px;
  92. }
  93. .u-button__loading-text.data-v-2bf0e569 {
  94. font-size: 15px;
  95. margin-left: 4px;
  96. }
  97. .u-button--large.data-v-2bf0e569 {
  98. width: 100%;
  99. height: 50px;
  100. padding: 0 15px;
  101. }
  102. .u-button--normal.data-v-2bf0e569 {
  103. padding: 0 12px;
  104. font-size: 14px;
  105. }
  106. .u-button--small.data-v-2bf0e569 {
  107. min-width: 60px;
  108. height: 30px;
  109. padding: 0px 8px;
  110. font-size: 12px;
  111. }
  112. .u-button--mini.data-v-2bf0e569 {
  113. height: 22px;
  114. font-size: 10px;
  115. min-width: 50px;
  116. padding: 0px 8px;
  117. }
  118. .u-button--disabled.data-v-2bf0e569 {
  119. opacity: 0.5;
  120. }
  121. .u-button--info.data-v-2bf0e569 {
  122. color: #323233;
  123. background-color: #fff;
  124. border-color: #ebedf0;
  125. border-width: 1px;
  126. border-style: solid;
  127. }
  128. .u-button--success.data-v-2bf0e569 {
  129. color: #fff;
  130. background-color: #5ac725;
  131. border-color: #5ac725;
  132. border-width: 1px;
  133. border-style: solid;
  134. }
  135. .u-button--primary.data-v-2bf0e569 {
  136. color: #fff;
  137. background-color: #3c9cff;
  138. border-color: #3c9cff;
  139. border-width: 1px;
  140. border-style: solid;
  141. }
  142. .u-button--error.data-v-2bf0e569 {
  143. color: #fff;
  144. background-color: #f56c6c;
  145. border-color: #f56c6c;
  146. border-width: 1px;
  147. border-style: solid;
  148. }
  149. .u-button--warning.data-v-2bf0e569 {
  150. color: #fff;
  151. background-color: #f9ae3d;
  152. border-color: #f9ae3d;
  153. border-width: 1px;
  154. border-style: solid;
  155. }
  156. .u-button--block.data-v-2bf0e569 {
  157. display: flex;
  158. flex-direction: row;
  159. width: 100%;
  160. }
  161. .u-button--circle.data-v-2bf0e569 {
  162. border-top-right-radius: 100px;
  163. border-top-left-radius: 100px;
  164. border-bottom-left-radius: 100px;
  165. border-bottom-right-radius: 100px;
  166. }
  167. .u-button--square.data-v-2bf0e569 {
  168. border-bottom-left-radius: 3px;
  169. border-bottom-right-radius: 3px;
  170. border-top-left-radius: 3px;
  171. border-top-right-radius: 3px;
  172. }
  173. .u-button__icon.data-v-2bf0e569 {
  174. min-width: 1em;
  175. line-height: inherit !important;
  176. vertical-align: top;
  177. }
  178. .u-button--plain.data-v-2bf0e569 {
  179. background-color: #fff;
  180. }
  181. .u-button--hairline.data-v-2bf0e569 {
  182. border-width: 0.5px !important;
  183. }