index.scss 1.7 KB

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