index.wxss 293 B

12345678910111213141516171819
  1. /* components/picker/index.wxss */
  2. /* picker选择器 */
  3. .picker {
  4. display: inline-block !important;
  5. padding: 0 10rpx;
  6. }
  7. .icon {
  8. display: inline-block;
  9. }
  10. .dis-col{
  11. color: var(--field-input-disabled-text-color,#c8c9cc);
  12. }
  13. .normalCor {
  14. color: #646566
  15. }
  16. .noSelectCor {
  17. color: #C8C9CC
  18. }