| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .u-button--disabled.u-button.u-button--primary {
- background-color: #ccc;
- color: #999;
- border-color: #ccc;
- opacity: 1;
- }
- .base-min-btn {
- &.u-button--mini.u-button {
- font-size: 24rpx;
- width: auto !important;
- height: 44rpx !important;
- min-width: 70rpx !important;
- padding: 0 10rpx !important;
- }
- }
- .u-navbar__content .u-navbar__content__title.u-line-1 {
- font-size: 38rpx;
- font-weight: 500;
- }
- .fill-tabs .u-tabs__wrapper__nav {
- .u-tabs__wrapper__nav__item {
- padding: 0 10rpx !important;
- }
- }
- .u-input__content__field-wrapper__field {
- font-weight: 500;
- }
- .u-textarea__field {
- color: #333 !important;
- font-size: 30rpx !important;
- font-weight: 500;
- }
- .input-placeholder {
- color: #ccc;
- font-weight: 400;
- font-size: 14px;
- }
- /* 兼容 H5 与各类小程序的按钮点击态描边移除 */
- button::after,
- uni-button::after{
- border: none;
- }
- .u-alert--primary--light {
- background-color: #EBF6EE;
- }
|