| | |
| | | @use './function.scss' as *; |
| | | @use './hairline.scss' as *; |
| | | @use './mixins.scss' as *; |
| | | |
| | | :root, |
| | | page { |
| | |
| | | } |
| | | |
| | | .bole-input-text:not(.nut-input--disabled) { |
| | | .h5-input { |
| | | .h5-input, |
| | | .input-text { |
| | | color: boleGetCssVar('text-color', 'primary') !important; |
| | | display: block; |
| | | font-size: 26rpx; |
| | | font-size: 30rpx; |
| | | line-height: 42px; |
| | | } |
| | | |
| | | .input-placeholder { |
| | | color: boleGetCssVar('text-color', 'placeholder') !important; |
| | | font-size: 26rpx; |
| | | font-size: 30rpx; |
| | | line-height: 42px; |
| | | } |
| | | } |
| | | |
| | | .bole-input-textarea:not(.nut-input--disabled) { |
| | | color: boleGetCssVar('text-color', 'primary') !important; |
| | | height: 200px; |
| | | height: 300px; |
| | | display: block; |
| | | font-size: 30rpx; |
| | | line-height: 42px; |
| | | } |
| | | |
| | | [placeholderclass='bole-input-text-placeholder'] { |
| | | &::placeholder { |
| | | @include placeholder; |
| | | } |
| | | } |
| | | |
| | | .bole-input-text-placeholder { |
| | | color: boleGetCssVar('text-color', 'placeholder') !important; |
| | | font-size: 26rpx; |
| | | line-height: 20rpx; |
| | | @include placeholder; |
| | | } |
| | | |
| | | .form-item-divider { |