index.scss 1.5 KB

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