| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- .l-table-edit-text {
- width: 100px;
- font-weight: bold;
- color: #cc000
- }
- .default-select {
- width: 500px;
- }
- .short-select {
- width: 150px;
- }
- .default-text {
- width: 250px;
- height: 28px;
- line-height: 28px
- }
- .short-text {
- width: 50px;
- line-height: 28px;
- height: 28px;
- }
- .text {
- height: 28px;
- line-height: 28px;
- margin-right: 10px;
- display: inline-block;
- margin-left: 1px
- }
- .title {
- font-size: 20px;
- font-weight: bold;
- padding-bottom: 20px;
- padding-left: 5px;
- border-bottom: 1px solid #ededed;
- vertical-align: bottom;
- }
- .file-style{
- width: 550px;
- }
- .file-style input[type='file'] {
- width:160px ;
- height:24px;
- line-height:22px;
- vertical-align: bottom;
- margin-top: 2px;
- margin-bottom: 2px;
- }
- .file-style a {
- display: inline-block;
- line-height: 22px;
- }
- .notice{color: blue; display: none; margin-top: 2px}
- .warn{color: red; display: none; margin-top: 2px}
|