index.css 299 B

1234567891011121314151617
  1. #tab-color .col-input {
  2. display: inline-block;
  3. width: 220px;
  4. }
  5. #tab-color label {
  6. margin-right: 0;
  7. }
  8. #tab-color .demo-color {
  9. display: inline-block;
  10. width: 60px;
  11. height: 24px;
  12. border: 1px solid #000;
  13. margin-left: 5px;
  14. }
  15. #tab-color .x-xlabel {
  16. margin-left: 80px;
  17. }