xuanzejibing.css 550 B

1234567891011121314151617181920212223242526272829303132333435
  1. #list {
  2. margin-top: 15px;
  3. border-top: 1px solid #e1e1e1;
  4. }
  5. #list input {
  6. height: 50px;
  7. line-height: 50px;
  8. border-bottom: 1px solid #ccc;
  9. }
  10. .mui-input-row {
  11. /*height: 50px;*/
  12. line-height: 50px;
  13. border-bottom: 1px solid #e1e1e1;
  14. }
  15. .mui-checkbox input[type=checkbox]:checked:before,
  16. .mui-radio input[type=radio]:checked:before {
  17. color: #17b3ec;
  18. }
  19. #list .l-other-input{
  20. font-size: 16px;
  21. height: 18px;
  22. margin-left: 58px;
  23. line-height: 16px;
  24. border-bottom: 1px solid #ccc;
  25. color: #909090;
  26. width: 60%;
  27. }
  28. .item-disabled{
  29. color: #ccc;
  30. }