暂无描述

appeal.css 714B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .input {
  2. background-color: #FFF;
  3. background-image: none;
  4. border: 1px solid #ccc;
  5. border-radius: 1px;
  6. color: inherit;
  7. padding: 6px 12px
  8. }
  9. .fjnr {
  10. padding: 0 !important;
  11. border: none !important;
  12. }
  13. input,
  14. select {
  15. vertical-align: middle;
  16. }
  17. .Common{
  18. position: relative;
  19. }
  20. .Common table td textarea,.Common table td input {
  21. width: 100%;
  22. vertical-align: middle;
  23. resize: none;
  24. outline: none;
  25. }
  26. .select_{
  27. width: 100%;
  28. }
  29. .secondBanli{
  30. display: none;
  31. }
  32. .cutEvent{
  33. position: absolute;
  34. right: 60px;
  35. bottom: 15px;
  36. }
  37. .cutPop{
  38. display: none;
  39. position: fixed;
  40. z-index: 11;
  41. right: 150px;
  42. bottom: 90px;
  43. width: 500px;
  44. }
  45. .cutPop textarea {
  46. width: 100%;
  47. }