| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- @import './styles/index.scss';
- @import './styles/index.scss';
- .uni-nav-bar-text {
- font-weight: 600;
- }
- .uni-navbar--border{
- border-bottom: none !important;
- .uni-icons{
- font-size: 27px !important;
- }
- .uni-nav-bar-text{
- font-size: 16px !important;
- }
- }
- .uni-forms-item__label {
- font-weight: 400 !important;
- font-size: 28rpx !important;
- color: #03803B !important;
- }
- .uni-input-placeholder {
- font-weight: 400 !important;
- // font-size: 28rpx !important;
- height: 32rpx !important;
- color: #B5B4B4 !important;
- line-height: 32rpx !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;
- }
|