123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- .bg-blue1 {
- background-color: #2FA5FF;
- color: #ffffff;
- }
- .px-10 {
- padding: 0 22rpx;
- }
- .hc-qualityInspection-view .hc-search-bar .action {
- .action-data-select .uni-select {
- height: 58rpx;
- color: #6C6C6C;
- border: none;
- background-color: rgba(255, 255, 255, 0.15);
- .uni-select__input-text {
- color: #6C6C6C;
- }
- .uni-icons.uniui-clear {
- color: #6C6C6C !important;
- font-size: 40rpx !important;
- }
- }
- .action-date-picker {
- width: 360rpx;
- .uni-date-editor--x {
- color: #6C6C6C;
- border: none;
- background-color: rgba(255, 255, 255, 0.15);
- }
- .uni-date-x {
- padding: 0;
- color: #6C6C6C;
- background-color: transparent;
- .uni-icons {
- display: none;
- }
- .uni-date__x-input {
- padding: 0;
- height: 54rpx;
- font-size: 24rpx;
- }
- }
- .uni-date__icon-clear {
- padding: 0;
- padding-right: 4rpx;
- }
- .uni-icons.uniui-clear {
- color: #6C6C6C !important;
- font-size: 40rpx !important;
- }
- }
- &:last-child {
- margin-right: 22rpx;
- }
- }
- .hc-data-card {
- position: relative;
- background: white;
- border-radius: 10rpx;
- margin-bottom: 40rpx;
- }
- .hc-fj-form-item-s {
- position: relative;
- display: flex;
- align-items: center;
- .title {
- position: relative;
- flex: 1;
- padding: 0 20rpx;
- height: 64rpx;
- display: flex;
- align-items: center;
- border: 2rpx solid #dcdfe6;
- border-radius: 8rpx 0 0 8rpx;
- border-right: none;
- }
- .cu-btn {
- height: 64rpx;
- font-size: 22rpx;
- padding: 0 10rpx;
- border-radius: 0 8rpx 8rpx 0;
- }
- }
- .uni-calendar__mask, .uni-calendar__content {
- z-index: 9999999 !important;
- }
|