12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- @import './styles/index.scss';
- .uni-nav-bar-text {
- font-weight: 600;
- }
- .uni-forms-item__label {
- font-weight: 400 !important;
- font-size: 28rpx !important;
- color: #5F5F5F !important;
- }
- .uni-input-placeholder {
- font-weight: 400 !important;
- font-size: 28rpx !important;
- height: 32rpx !important;
- color: #B5B4B4 !important;
- }
- .input-value-border {
- border: none !important;
- .selected-list{
- justify-content: flex-end !important;
- }
- }
- .selected-area {
- justify-content: flex-end !important;
- font-weight: 400 !important;
- font-size: 28rpx !important;
- color: #B5B4B4 !important;
- }
- .uni-select__input-box .slot-content{
- justify-content: flex-end !important;
- }
- .border-default{
- border: none !important;
- }
- .uni-date-editor{
- display: flex;
- justify-content: flex-end;
- }
- .uni-select__input-text{
- display: flex !important;
- justify-content: flex-end !important;
- font-size: 28rpx !important;
- }
- .uni-select__input-placeholder{
- font-weight: 400 !important;
- font-size: 28rpx !important;
- color: #B5B4B4 !important;
- }
- /* 禁用状态样式(可选) */
- .is-disabled{
- background-color: #FFF !important;
- }
- .uni-select--disabled{
- background-color: #FFF !important;
- }
- .uni-input-input:disabled {
- -webkit-text-fill-color: #000;
- }
- .uni-textarea-textarea:disabled {
- -webkit-text-fill-color: #000;
- }
|