index.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. line-height: 32rpx !important;
  26. }
  27. .input-value-border {
  28. border: none !important;
  29. .selected-list{
  30. justify-content: flex-end !important;
  31. }
  32. }
  33. .selected-area {
  34. justify-content: flex-end !important;
  35. font-weight: 400 !important;
  36. // font-size: 28rpx !important;
  37. color: #B5B4B4 !important;
  38. }
  39. .uni-select__input-box .slot-content{
  40. justify-content: flex-end !important;
  41. }
  42. .border-default{
  43. border: none !important;
  44. }
  45. .uni-date-editor{
  46. display: flex;
  47. justify-content: flex-end;
  48. }
  49. .uni-select__input-text{
  50. display: flex !important;
  51. justify-content: flex-end !important;
  52. font-size: 28rpx !important;
  53. }
  54. .uni-select__input-placeholder{
  55. font-weight: 400 !important;
  56. font-size: 28rpx !important;
  57. color: #B5B4B4 !important;
  58. }
  59. /* 禁用状态样式(可选) */
  60. .is-disabled{
  61. background-color: #FFF !important;
  62. }
  63. .uni-select--disabled{
  64. background-color: #FFF !important;
  65. }
  66. .uni-input-input:disabled {
  67. -webkit-text-fill-color: #000;
  68. }
  69. .uni-textarea-textarea:disabled {
  70. -webkit-text-fill-color: #000;
  71. }