1234567891011121314151617181920212223242526272829303132333435 |
- #list {
- margin-top: 15px;
- border-top: 1px solid #e1e1e1;
- }
- #list input {
- height: 50px;
- line-height: 50px;
- border-bottom: 1px solid #ccc;
- }
- .mui-input-row {
- /*height: 50px;*/
- line-height: 50px;
- border-bottom: 1px solid #e1e1e1;
- }
- .mui-checkbox input[type=checkbox]:checked:before,
- .mui-radio input[type=radio]:checked:before {
- color: #17b3ec;
- }
- #list .l-other-input{
- font-size: 16px;
- height: 18px;
- margin-left: 58px;
- line-height: 16px;
- border-bottom: 1px solid #ccc;
- color: #909090;
- width: 60%;
- }
- .item-disabled{
- color: #ccc;
- }
|