uview-plus.scss 1009 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .u-button--disabled.u-button.u-button--primary {
  2. background-color: #ccc;
  3. color: #999;
  4. border-color: #ccc;
  5. opacity: 1;
  6. }
  7. .base-min-btn {
  8. &.u-button--mini.u-button {
  9. font-size: 24rpx;
  10. width: auto !important;
  11. height: 44rpx !important;
  12. min-width: 70rpx !important;
  13. padding: 0 10rpx !important;
  14. }
  15. }
  16. .u-navbar__content .u-navbar__content__title.u-line-1 {
  17. font-size: 38rpx;
  18. font-weight: 500;
  19. }
  20. .fill-tabs .u-tabs__wrapper__nav {
  21. .u-tabs__wrapper__nav__item {
  22. padding: 0 10rpx !important;
  23. }
  24. }
  25. .u-input__content__field-wrapper__field {
  26. font-weight: 500;
  27. }
  28. .u-textarea__field {
  29. color: #333 !important;
  30. font-size: 30rpx !important;
  31. font-weight: 500;
  32. }
  33. .input-placeholder {
  34. color: #ccc;
  35. font-weight: 400;
  36. font-size: 14px;
  37. }
  38. /* 兼容 H5 与各类小程序的按钮点击态描边移除 */
  39. button::after,
  40. uni-button::after{
  41. border: none;
  42. }
  43. .u-alert--primary--light {
  44. background-color: #EBF6EE;
  45. }