index.scss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. @import './styles/index.scss';
  2. .uni-nav-bar-text {
  3. font-weight: 600;
  4. }
  5. .uni-forms-item__label {
  6. font-weight: 400 !important;
  7. font-size: 28rpx !important;
  8. color: #5F5F5F !important;
  9. }
  10. .uni-input-placeholder {
  11. font-weight: 400 !important;
  12. font-size: 28rpx !important;
  13. height: 32rpx !important;
  14. color: #B5B4B4 !important;
  15. }
  16. .input-value-border {
  17. border: none !important;
  18. .selected-list{
  19. justify-content: flex-end !important;
  20. }
  21. }
  22. .selected-area {
  23. justify-content: flex-end !important;
  24. font-weight: 400 !important;
  25. font-size: 28rpx !important;
  26. color: #B5B4B4 !important;
  27. }
  28. .uni-select__input-box .slot-content{
  29. justify-content: flex-end !important;
  30. }
  31. .border-default{
  32. border: none !important;
  33. }
  34. .uni-date-editor{
  35. display: flex;
  36. justify-content: flex-end;
  37. }
  38. .uni-select__input-text{
  39. display: flex !important;
  40. justify-content: flex-end !important;
  41. font-size: 28rpx !important;
  42. }
  43. .uni-select__input-placeholder{
  44. font-weight: 400 !important;
  45. font-size: 28rpx !important;
  46. color: #B5B4B4 !important;
  47. }
  48. /* 禁用状态样式(可选) */
  49. .is-disabled{
  50. background-color: #FFF !important;
  51. }
  52. .uni-select--disabled{
  53. background-color: #FFF !important;
  54. }
  55. .uni-input-input:disabled {
  56. -webkit-text-fill-color: #000;
  57. }
  58. .uni-textarea-textarea:disabled {
  59. -webkit-text-fill-color: #000;
  60. }