Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. .wux-button {
  2. padding: 0;
  3. border-radius: 0;
  4. color: inherit!important;
  5. background: 0 0!important;
  6. font-size: inherit;
  7. font-weight: 400;
  8. line-height: inherit;
  9. text-align: inherit;
  10. text-decoration: none;
  11. overflow: visible;
  12. min-height: 0!important;
  13. width: auto!important;
  14. -webkit-tap-highlight-color: transparent;
  15. position: relative;
  16. display: inline-block;
  17. box-sizing: border-box;
  18. margin: 0;
  19. padding: 0 24rpx;
  20. min-width: 104rpx;
  21. min-height: 88rpx!important;
  22. border: none;
  23. border-radius: 8rpx;
  24. vertical-align: middle;
  25. text-align: center;
  26. text-overflow: ellipsis;
  27. font-size: 32rpx;
  28. line-height: 84rpx;
  29. cursor: pointer
  30. }
  31. .wux-button::after {
  32. display: block;
  33. position: static;
  34. top: auto;
  35. left: auto;
  36. width: auto;
  37. height: auto;
  38. border: none;
  39. border-radius: 0;
  40. transform: none;
  41. transform-origin: 0 0
  42. }
  43. .wux-button::after {
  44. content: " ";
  45. width: 100%;
  46. height: 100%;
  47. position: absolute;
  48. top: -12rpx;
  49. right: -12rpx;
  50. bottom: -12rpx;
  51. left: -12rpx;
  52. border: none;
  53. transform: none;
  54. transform-origin: 0 0;
  55. box-sizing: border-box;
  56. border-radius: 0
  57. }
  58. .wux-button--bordered {
  59. border: 2rpx solid transparent
  60. }
  61. .wux-button--disabled {
  62. opacity: .4!important
  63. }
  64. .wux-button--small {
  65. padding: 4rpx 8rpx 2rpx;
  66. min-width: 56rpx;
  67. min-height: 60rpx!important;
  68. font-size: 24rpx;
  69. line-height: 52rpx
  70. }
  71. .wux-button--large {
  72. padding: 0 32rpx;
  73. min-width: 136rpx;
  74. min-height: 118rpx!important;
  75. font-size: 40rpx;
  76. line-height: 106rpx
  77. }
  78. .wux-button--block,
  79. .wux-button--full {
  80. width: 100%!important;
  81. margin-top: 20rpx;
  82. margin-bottom: 20rpx
  83. }
  84. .wux-button--block {
  85. display: block;
  86. clear: both
  87. }
  88. .wux-button--block::after {
  89. clear: both
  90. }
  91. .wux-button--full {
  92. display: block;
  93. margin-right: 0!important;
  94. margin-left: 0!important
  95. }
  96. .wux-button--full:not(.wux-button--rounded) {
  97. border-right-width: 0;
  98. border-left-width: 0;
  99. border-radius: 0
  100. }
  101. .wux-button--rounded {
  102. border-radius: 118rpx
  103. }
  104. .wux-button--rectangular {
  105. border-radius: 0
  106. }
  107. .wux-button--outline.wux-button--hover {
  108. color: #fff!important
  109. }
  110. .wux-button--light,
  111. .wux-button--light--disabled {
  112. border-color: transparent!important;
  113. background-color: #fff!important;
  114. color: #444!important
  115. }
  116. .wux-button--light.wux-button--hover {
  117. background-color: #e6e6e6!important;
  118. color: #444!important
  119. }
  120. .wux-button--light.wux-button--outline,
  121. .wux-button--light.wux-button--outline.wux-button--disabled {
  122. border-color: #fff!important;
  123. background-color: transparent!important;
  124. color: #fff!important
  125. }
  126. .wux-button--light.wux-button--outline.wux-button--hover {
  127. background-color: #fff!important;
  128. color: #fff!important
  129. }
  130. .wux-button--light.wux-button--clear,
  131. .wux-button--light.wux-button--clear.wux-button--disabled {
  132. background-color: transparent!important;
  133. color: #e6e6e6!important
  134. }
  135. .wux-button--light.wux-button--clear.wux-button--hover {
  136. opacity: .3!important
  137. }
  138. .wux-button--stable,
  139. .wux-button--stable--disabled {
  140. border-color: transparent!important;
  141. background-color: #f8f8f8!important;
  142. color: #444!important
  143. }
  144. .wux-button--stable.wux-button--hover {
  145. background-color: #dfdfdf!important;
  146. color: #444!important
  147. }
  148. .wux-button--stable.wux-button--outline,
  149. .wux-button--stable.wux-button--outline.wux-button--disabled {
  150. border-color: #f8f8f8!important;
  151. background-color: transparent!important;
  152. color: #f8f8f8!important
  153. }
  154. .wux-button--stable.wux-button--outline.wux-button--hover {
  155. background-color: #f8f8f8!important;
  156. color: #fff!important
  157. }
  158. .wux-button--stable.wux-button--clear,
  159. .wux-button--stable.wux-button--clear.wux-button--disabled {
  160. background-color: transparent!important;
  161. color: #dfdfdf!important
  162. }
  163. .wux-button--stable.wux-button--clear.wux-button--hover {
  164. opacity: .3!important
  165. }
  166. .wux-button--positive,
  167. .wux-button--positive--disabled {
  168. border-color: transparent!important;
  169. background-color: #387ef5!important;
  170. color: #fff!important
  171. }
  172. .wux-button--positive.wux-button--hover {
  173. background-color: #0c60ee!important;
  174. color: #fff!important
  175. }
  176. .wux-button--positive.wux-button--outline,
  177. .wux-button--positive.wux-button--outline.wux-button--disabled {
  178. border-color: #387ef5!important;
  179. background-color: transparent!important;
  180. color: #387ef5!important
  181. }
  182. .wux-button--positive.wux-button--outline.wux-button--hover {
  183. background-color: #387ef5!important;
  184. color: #fff!important
  185. }
  186. .wux-button--positive.wux-button--clear,
  187. .wux-button--positive.wux-button--clear.wux-button--disabled {
  188. background-color: transparent!important;
  189. color: #0c60ee!important
  190. }
  191. .wux-button--positive.wux-button--clear.wux-button--hover {
  192. opacity: .3!important
  193. }
  194. .wux-button--calm,
  195. .wux-button--calm--disabled {
  196. border-color: transparent!important;
  197. background-color: #11c1f3!important;
  198. color: #fff!important
  199. }
  200. .wux-button--calm.wux-button--hover {
  201. background-color: #0a9dc7!important;
  202. color: #fff!important
  203. }
  204. .wux-button--calm.wux-button--outline,
  205. .wux-button--calm.wux-button--outline.wux-button--disabled {
  206. border-color: #11c1f3!important;
  207. background-color: transparent!important;
  208. color: #11c1f3!important
  209. }
  210. .wux-button--calm.wux-button--outline.wux-button--hover {
  211. background-color: #11c1f3!important;
  212. color: #fff!important
  213. }
  214. .wux-button--calm.wux-button--clear,
  215. .wux-button--calm.wux-button--clear.wux-button--disabled {
  216. background-color: transparent!important;
  217. color: #0a9dc7!important
  218. }
  219. .wux-button--calm.wux-button--clear.wux-button--hover {
  220. opacity: .3!important
  221. }
  222. .wux-button--assertive,
  223. .wux-button--assertive--disabled {
  224. border-color: transparent!important;
  225. background-color: #ef473a!important;
  226. color: #fff!important
  227. }
  228. .wux-button--assertive.wux-button--hover {
  229. background-color: #e42112!important;
  230. color: #fff!important
  231. }
  232. .wux-button--assertive.wux-button--outline,
  233. .wux-button--assertive.wux-button--outline.wux-button--disabled {
  234. border-color: #ef473a!important;
  235. background-color: transparent!important;
  236. color: #ef473a!important
  237. }
  238. .wux-button--assertive.wux-button--outline.wux-button--hover {
  239. background-color: #ef473a!important;
  240. color: #fff!important
  241. }
  242. .wux-button--assertive.wux-button--clear,
  243. .wux-button--assertive.wux-button--clear.wux-button--disabled {
  244. background-color: transparent!important;
  245. color: #e42112!important
  246. }
  247. .wux-button--assertive.wux-button--clear.wux-button--hover {
  248. opacity: .3!important
  249. }
  250. .wux-button--balanced,
  251. .wux-button--balanced--disabled {
  252. border-color: transparent!important;
  253. background-color: #33cd5f!important;
  254. color: #fff!important
  255. }
  256. .wux-button--balanced.wux-button--hover {
  257. background-color: #28a54c!important;
  258. color: #fff!important
  259. }
  260. .wux-button--balanced.wux-button--outline,
  261. .wux-button--balanced.wux-button--outline.wux-button--disabled {
  262. border-color: #33cd5f!important;
  263. background-color: transparent!important;
  264. color: #33cd5f!important
  265. }
  266. .wux-button--balanced.wux-button--outline.wux-button--hover {
  267. background-color: #33cd5f!important;
  268. color: #fff!important
  269. }
  270. .wux-button--balanced.wux-button--clear,
  271. .wux-button--balanced.wux-button--clear.wux-button--disabled {
  272. background-color: transparent!important;
  273. color: #28a54c!important
  274. }
  275. .wux-button--balanced.wux-button--clear.wux-button--hover {
  276. opacity: .3!important
  277. }
  278. .wux-button--energized,
  279. .wux-button--energized--disabled {
  280. border-color: transparent!important;
  281. background-color: #ffc900!important;
  282. color: #fff!important
  283. }
  284. .wux-button--energized.wux-button--hover {
  285. background-color: #cca100!important;
  286. color: #fff!important
  287. }
  288. .wux-button--energized.wux-button--outline,
  289. .wux-button--energized.wux-button--outline.wux-button--disabled {
  290. border-color: #ffc900!important;
  291. background-color: transparent!important;
  292. color: #ffc900!important
  293. }
  294. .wux-button--energized.wux-button--outline.wux-button--hover {
  295. background-color: #ffc900!important;
  296. color: #fff!important
  297. }
  298. .wux-button--energized.wux-button--clear,
  299. .wux-button--energized.wux-button--clear.wux-button--disabled {
  300. background-color: transparent!important;
  301. color: #cca100!important
  302. }
  303. .wux-button--energized.wux-button--clear.wux-button--hover {
  304. opacity: .3!important
  305. }
  306. .wux-button--royal,
  307. .wux-button--royal--disabled {
  308. border-color: transparent!important;
  309. background-color: #886aea!important;
  310. color: #fff!important
  311. }
  312. .wux-button--royal.wux-button--hover {
  313. background-color: #643de4!important;
  314. color: #fff!important
  315. }
  316. .wux-button--royal.wux-button--outline,
  317. .wux-button--royal.wux-button--outline.wux-button--disabled {
  318. border-color: #886aea!important;
  319. background-color: transparent!important;
  320. color: #886aea!important
  321. }
  322. .wux-button--royal.wux-button--outline.wux-button--hover {
  323. background-color: #886aea!important;
  324. color: #fff!important
  325. }
  326. .wux-button--royal.wux-button--clear,
  327. .wux-button--royal.wux-button--clear.wux-button--disabled {
  328. background-color: transparent!important;
  329. color: #643de4!important
  330. }
  331. .wux-button--royal.wux-button--clear.wux-button--hover {
  332. opacity: .3!important
  333. }
  334. .wux-button--dark,
  335. .wux-button--dark--disabled {
  336. border-color: transparent!important;
  337. background-color: #444!important;
  338. color: #fff!important
  339. }
  340. .wux-button--dark.wux-button--hover {
  341. background-color: #2b2b2b!important;
  342. color: #fff!important
  343. }
  344. .wux-button--dark.wux-button--outline,
  345. .wux-button--dark.wux-button--outline.wux-button--disabled {
  346. border-color: #444!important;
  347. background-color: transparent!important;
  348. color: #444!important
  349. }
  350. .wux-button--dark.wux-button--outline.wux-button--hover {
  351. background-color: #444!important;
  352. color: #fff!important
  353. }
  354. .wux-button--dark.wux-button--clear,
  355. .wux-button--dark.wux-button--clear.wux-button--disabled {
  356. background-color: transparent!important;
  357. color: #2b2b2b!important
  358. }
  359. .wux-button--dark.wux-button--clear.wux-button--hover {
  360. opacity: .3!important
  361. }
  362. .wux-button--light.wux-button--outline {
  363. border-color: #ddd!important;
  364. background-color: transparent!important;
  365. color: #ddd!important
  366. }
  367. .wux-button--light.wux-button--outline.wux-button--hover {
  368. background-color: #ddd!important;
  369. color: #fff!important
  370. }
  371. .wux-button--stable.wux-button--outline {
  372. border-color: #b2b2b2!important;
  373. background-color: transparent!important;
  374. color: #b2b2b2!important
  375. }
  376. .wux-button--stable.wux-button--outline.wux-button--hover {
  377. background-color: #b2b2b2!important;
  378. color: #fff!important
  379. }