12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- body {
- font-size: 14px;
- }
- table{
- width: 100%;
- }
- .table{
- margin-bottom: 0;
- }
- .table2Td{
- padding: 0 !important;
- }
- .table2 tr:nth-of-type(1) td{
- border-top: none;
- }
- .table2 tr:nth-last-child(1) td{
- border-bottom: none;
- }
- td{
- border:1px solid #ddd;
- padding: 8px;
- }
- .table>tbody>tr>td{
- vertical-align: middle;
- }
- .c-t-center {
- text-align: center;
- }
- .col-w40 {
- width: 40px;
- }
- .col-w80 {
- width: 80px;
- }
- .col-w100 {
- width: 80px;
- }
- .col-w120 {
- width: 120px;
- }
- .col-w200 {
- width: 200px;
- }
- .col-w300{
- width: 300px;
- }
- .el-input--prefix .el-input__inner , .el-input__inner{
- border: 0;
- height: 27px;
- }
- .el-input__icon {
- line-height: 27px;
- }
- .el-date-editor.el-input, .el-date-editor.el-input__inner {
- width: 100%;
- }
- .el-textarea__inner {
- border: 0;
- }
- label{font-weight: normal;}
- .el-radio+.el-radio {
- margin-left: 10px;
- }
- .button{
- outline: none;
- border: 0;
- width: 100px;
- padding: 8px;
- border-radius: 5px;
- color: white;
- background-color:#095fcd;
- margin: 10px 30px;
- }
- .setinput .el-input--suffix .el-input__inner {
- padding:0;
- border-bottom: 1px solid #e1e1e1;
- text-align: center;
- }
- div.ui-col-0{
- line-height: 27px;
- }
|