UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

63 lines (62 loc) 1.76 kB
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ /* stylelint-disable no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ .c7n-pro-rate-wrapper { position: relative; display: inline-block; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1; white-space: nowrap; vertical-align: middle; outline: none; cursor: pointer; } .c7n-pro-rate:disabled { cursor: not-allowed; pointer-events: none; } .c7n-pro-rate-disabled { cursor: not-allowed; } .c7n-pro-rate-float-label.c7n-pro-rate-required .c7n-pro-field-label::after { display: inline-block; width: 0.08rem; color: #f56349; font-size: 0.14rem; line-height: 1; content: "*"; } .c7n-pro-rate-float-label + .c7n-pro-validation-message { padding-left: 0; } .c7n-pro-rate-float-label .c7n-pro-field-label { display: inline-block; padding: 0; } .c7n-pro-rate-float-label .c7n-pro-field-label::after { width: 0; } .c7n-pro-rate-wrapper.c7n-pro-field { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .c7n-pro-rate-float-label .c7n-pro-field-label { vertical-align: middle; } .c7n-pro-rate-float-label .icon-help { margin-left: 0.05rem; color: rgba(0, 0, 0, 0.45); font-size: 0.16rem; }