| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .input {
- background-color: #FFF;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px
- }
-
- .fjnr {
- padding: 0 !important;
- border: none !important;
- }
-
- input,
- select {
- vertical-align: middle;
- }
- .Common{
- position: relative;
- }
- .Common table td textarea,.Common table td input {
- width: 100%;
- vertical-align: middle;
- resize: none;
- outline: none;
- }
- .select_{
- width: 100%;
- }
- .secondBanli{
- display: none;
- }
- .cutEvent{
- position: absolute;
- right: 60px;
- bottom: 15px;
- }
- .cutPop{
- display: none;
- position: fixed;
- z-index: 11;
- right: 150px;
- bottom: 90px;
- width: 500px;
- }
- .cutPop textarea {
- width: 100%;
- }
|