|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379 |
- .wux-button {
- padding: 0;
- border-radius: 0;
- color: inherit!important;
- background: 0 0!important;
- font-size: inherit;
- font-weight: 400;
- line-height: inherit;
- text-align: inherit;
- text-decoration: none;
- overflow: visible;
- min-height: 0!important;
- width: auto!important;
- -webkit-tap-highlight-color: transparent;
- position: relative;
- display: inline-block;
- box-sizing: border-box;
- margin: 0;
- padding: 0 24rpx;
- min-width: 104rpx;
- min-height: 88rpx!important;
- border: none;
- border-radius: 8rpx;
- vertical-align: middle;
- text-align: center;
- text-overflow: ellipsis;
- font-size: 32rpx;
- line-height: 84rpx;
- cursor: pointer
- }
- .wux-button::after {
- display: block;
- position: static;
- top: auto;
- left: auto;
- width: auto;
- height: auto;
- border: none;
- border-radius: 0;
- transform: none;
- transform-origin: 0 0
- }
- .wux-button::after {
- content: " ";
- width: 100%;
- height: 100%;
- position: absolute;
- top: -12rpx;
- right: -12rpx;
- bottom: -12rpx;
- left: -12rpx;
- border: none;
- transform: none;
- transform-origin: 0 0;
- box-sizing: border-box;
- border-radius: 0
- }
- .wux-button--bordered {
- border: 2rpx solid transparent
- }
- .wux-button--disabled {
- opacity: .4!important
- }
- .wux-button--small {
- padding: 4rpx 8rpx 2rpx;
- min-width: 56rpx;
- min-height: 60rpx!important;
- font-size: 24rpx;
- line-height: 52rpx
- }
- .wux-button--large {
- padding: 0 32rpx;
- min-width: 136rpx;
- min-height: 118rpx!important;
- font-size: 40rpx;
- line-height: 106rpx
- }
- .wux-button--block,
- .wux-button--full {
- width: 100%!important;
- margin-top: 20rpx;
- margin-bottom: 20rpx
- }
- .wux-button--block {
- display: block;
- clear: both
- }
- .wux-button--block::after {
- clear: both
- }
- .wux-button--full {
- display: block;
- margin-right: 0!important;
- margin-left: 0!important
- }
- .wux-button--full:not(.wux-button--rounded) {
- border-right-width: 0;
- border-left-width: 0;
- border-radius: 0
- }
- .wux-button--rounded {
- border-radius: 118rpx
- }
- .wux-button--rectangular {
- border-radius: 0
- }
- .wux-button--outline.wux-button--hover {
- color: #fff!important
- }
- .wux-button--light,
- .wux-button--light--disabled {
- border-color: transparent!important;
- background-color: #fff!important;
- color: #444!important
- }
- .wux-button--light.wux-button--hover {
- background-color: #e6e6e6!important;
- color: #444!important
- }
- .wux-button--light.wux-button--outline,
- .wux-button--light.wux-button--outline.wux-button--disabled {
- border-color: #fff!important;
- background-color: transparent!important;
- color: #fff!important
- }
- .wux-button--light.wux-button--outline.wux-button--hover {
- background-color: #fff!important;
- color: #fff!important
- }
- .wux-button--light.wux-button--clear,
- .wux-button--light.wux-button--clear.wux-button--disabled {
- background-color: transparent!important;
- color: #e6e6e6!important
- }
- .wux-button--light.wux-button--clear.wux-button--hover {
- opacity: .3!important
- }
- .wux-button--stable,
- .wux-button--stable--disabled {
- border-color: transparent!important;
- background-color: #f8f8f8!important;
- color: #444!important
- }
- .wux-button--stable.wux-button--hover {
- background-color: #dfdfdf!important;
- color: #444!important
- }
- .wux-button--stable.wux-button--outline,
- .wux-button--stable.wux-button--outline.wux-button--disabled {
- border-color: #f8f8f8!important;
- background-color: transparent!important;
- color: #f8f8f8!important
- }
- .wux-button--stable.wux-button--outline.wux-button--hover {
- background-color: #f8f8f8!important;
- color: #fff!important
- }
- .wux-button--stable.wux-button--clear,
- .wux-button--stable.wux-button--clear.wux-button--disabled {
- background-color: transparent!important;
- color: #dfdfdf!important
- }
- .wux-button--stable.wux-button--clear.wux-button--hover {
- opacity: .3!important
- }
- .wux-button--positive,
- .wux-button--positive--disabled {
- border-color: transparent!important;
- background-color: #387ef5!important;
- color: #fff!important
- }
- .wux-button--positive.wux-button--hover {
- background-color: #0c60ee!important;
- color: #fff!important
- }
- .wux-button--positive.wux-button--outline,
- .wux-button--positive.wux-button--outline.wux-button--disabled {
- border-color: #387ef5!important;
- background-color: transparent!important;
- color: #387ef5!important
- }
- .wux-button--positive.wux-button--outline.wux-button--hover {
- background-color: #387ef5!important;
- color: #fff!important
- }
- .wux-button--positive.wux-button--clear,
- .wux-button--positive.wux-button--clear.wux-button--disabled {
- background-color: transparent!important;
- color: #0c60ee!important
- }
- .wux-button--positive.wux-button--clear.wux-button--hover {
- opacity: .3!important
- }
- .wux-button--calm,
- .wux-button--calm--disabled {
- border-color: transparent!important;
- background-color: #11c1f3!important;
- color: #fff!important
- }
- .wux-button--calm.wux-button--hover {
- background-color: #0a9dc7!important;
- color: #fff!important
- }
- .wux-button--calm.wux-button--outline,
- .wux-button--calm.wux-button--outline.wux-button--disabled {
- border-color: #11c1f3!important;
- background-color: transparent!important;
- color: #11c1f3!important
- }
- .wux-button--calm.wux-button--outline.wux-button--hover {
- background-color: #11c1f3!important;
- color: #fff!important
- }
- .wux-button--calm.wux-button--clear,
- .wux-button--calm.wux-button--clear.wux-button--disabled {
- background-color: transparent!important;
- color: #0a9dc7!important
- }
- .wux-button--calm.wux-button--clear.wux-button--hover {
- opacity: .3!important
- }
- .wux-button--assertive,
- .wux-button--assertive--disabled {
- border-color: transparent!important;
- background-color: #ef473a!important;
- color: #fff!important
- }
- .wux-button--assertive.wux-button--hover {
- background-color: #e42112!important;
- color: #fff!important
- }
- .wux-button--assertive.wux-button--outline,
- .wux-button--assertive.wux-button--outline.wux-button--disabled {
- border-color: #ef473a!important;
- background-color: transparent!important;
- color: #ef473a!important
- }
- .wux-button--assertive.wux-button--outline.wux-button--hover {
- background-color: #ef473a!important;
- color: #fff!important
- }
- .wux-button--assertive.wux-button--clear,
- .wux-button--assertive.wux-button--clear.wux-button--disabled {
- background-color: transparent!important;
- color: #e42112!important
- }
- .wux-button--assertive.wux-button--clear.wux-button--hover {
- opacity: .3!important
- }
- .wux-button--balanced,
- .wux-button--balanced--disabled {
- border-color: transparent!important;
- background-color: #33cd5f!important;
- color: #fff!important
- }
- .wux-button--balanced.wux-button--hover {
- background-color: #28a54c!important;
- color: #fff!important
- }
- .wux-button--balanced.wux-button--outline,
- .wux-button--balanced.wux-button--outline.wux-button--disabled {
- border-color: #33cd5f!important;
- background-color: transparent!important;
- color: #33cd5f!important
- }
- .wux-button--balanced.wux-button--outline.wux-button--hover {
- background-color: #33cd5f!important;
- color: #fff!important
- }
- .wux-button--balanced.wux-button--clear,
- .wux-button--balanced.wux-button--clear.wux-button--disabled {
- background-color: transparent!important;
- color: #28a54c!important
- }
- .wux-button--balanced.wux-button--clear.wux-button--hover {
- opacity: .3!important
- }
- .wux-button--energized,
- .wux-button--energized--disabled {
- border-color: transparent!important;
- background-color: #ffc900!important;
- color: #fff!important
- }
- .wux-button--energized.wux-button--hover {
- background-color: #cca100!important;
- color: #fff!important
- }
- .wux-button--energized.wux-button--outline,
- .wux-button--energized.wux-button--outline.wux-button--disabled {
- border-color: #ffc900!important;
- background-color: transparent!important;
- color: #ffc900!important
- }
- .wux-button--energized.wux-button--outline.wux-button--hover {
- background-color: #ffc900!important;
- color: #fff!important
- }
- .wux-button--energized.wux-button--clear,
- .wux-button--energized.wux-button--clear.wux-button--disabled {
- background-color: transparent!important;
- color: #cca100!important
- }
- .wux-button--energized.wux-button--clear.wux-button--hover {
- opacity: .3!important
- }
- .wux-button--royal,
- .wux-button--royal--disabled {
- border-color: transparent!important;
- background-color: #886aea!important;
- color: #fff!important
- }
- .wux-button--royal.wux-button--hover {
- background-color: #643de4!important;
- color: #fff!important
- }
- .wux-button--royal.wux-button--outline,
- .wux-button--royal.wux-button--outline.wux-button--disabled {
- border-color: #886aea!important;
- background-color: transparent!important;
- color: #886aea!important
- }
- .wux-button--royal.wux-button--outline.wux-button--hover {
- background-color: #886aea!important;
- color: #fff!important
- }
- .wux-button--royal.wux-button--clear,
- .wux-button--royal.wux-button--clear.wux-button--disabled {
- background-color: transparent!important;
- color: #643de4!important
- }
- .wux-button--royal.wux-button--clear.wux-button--hover {
- opacity: .3!important
- }
- .wux-button--dark,
- .wux-button--dark--disabled {
- border-color: transparent!important;
- background-color: #444!important;
- color: #fff!important
- }
- .wux-button--dark.wux-button--hover {
- background-color: #2b2b2b!important;
- color: #fff!important
- }
- .wux-button--dark.wux-button--outline,
- .wux-button--dark.wux-button--outline.wux-button--disabled {
- border-color: #444!important;
- background-color: transparent!important;
- color: #444!important
- }
- .wux-button--dark.wux-button--outline.wux-button--hover {
- background-color: #444!important;
- color: #fff!important
- }
- .wux-button--dark.wux-button--clear,
- .wux-button--dark.wux-button--clear.wux-button--disabled {
- background-color: transparent!important;
- color: #2b2b2b!important
- }
- .wux-button--dark.wux-button--clear.wux-button--hover {
- opacity: .3!important
- }
- .wux-button--light.wux-button--outline {
- border-color: #ddd!important;
- background-color: transparent!important;
- color: #ddd!important
- }
- .wux-button--light.wux-button--outline.wux-button--hover {
- background-color: #ddd!important;
- color: #fff!important
- }
- .wux-button--stable.wux-button--outline {
- border-color: #b2b2b2!important;
- background-color: transparent!important;
- color: #b2b2b2!important
- }
- .wux-button--stable.wux-button--outline.wux-button--hover {
- background-color: #b2b2b2!important;
- color: #fff!important
- }
|