| 123456789101112131415161718192021222324252627 |
- .p_tb {
- width: 98%;
- margin: 5px;
- border-color: #D2DFF0;
- background-color: #D2DFF0;
- }
- .p_tb tbody {
- background-color: #fff;
-
- }
- .p_tb td {
- height: 35px;
- }
- .p_tb input[type='text']{width:250px;}
- .p_tb .td1 {
- width: 15%;
- text-align: right;
- background-color: #F0F4F7;
- padding-right: 10px;
- }
- .p_tb .td2 {
- width: 33%;
- text-align: left;
- padding-left: 5px;
- }
|