12345678910111213141516171819202122232425262728293031 |
- .addTable {
- font-size: 13px;
- width: 20%;
- }
- .addTable .name_td {
- font-weight: bold;
- text-indent: 1em;
- }
- .addTable td {
- height: 40px;
- line-height: 40px;
- border-bottom: 1px dashed #CBCCCE;
- padding: 3px;
- }
- input,textarea {
- border: 1px solid #ADAEB0;
- }
- .addTable .input_file {
- border: 1px solid #ADAEB0;
- background-color: #fff;
- width: 500px;
- }
- .addTable .input_checkbox,.input_radio {
- border: 0px;
- vertical-align: center;
- }
|