attach.css 978 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. @charset "utf-8";
  2. .attach-del {
  3. background: url(img/remove.gif) 0px 0px no-repeat !important;
  4. text-decoration: none;
  5. cursor: pointer;
  6. padding: 0 0 0 20px;
  7. }
  8. .attach-sign {
  9. background: url(img/attach.png) 0px 0px no-repeat !important;
  10. text-decoration: none;
  11. padding: 0 0 0 20px;
  12. }
  13. .attach-label{
  14. position:relative;
  15. display: inline-block;
  16. font-size:13px;
  17. }
  18. .attach-div{
  19. /*border:1px solid red;*/
  20. }
  21. .attach-info{
  22. height:150px;width:260px;overflow:auto;
  23. }
  24. .attach-info-null{
  25. height:20px;padding:15px;
  26. }
  27. .attach-table {
  28. margin: 0 auto;
  29. width:260px;
  30. border-collapse: collapse;
  31. }
  32. .attach-table th {
  33. text-align: right;
  34. padding-right: 6px;
  35. color: #000;
  36. height: 32px;
  37. border: solid 1px #A8CFEB;
  38. font-weight: bold;
  39. text-align: right;
  40. font-size: 13px;
  41. font-weight: bold;
  42. padding-right: 5px;
  43. background-color: #edf6fc;
  44. padding-right: 5px;
  45. border: 1px solid #8dc2e3;
  46. }
  47. .attach-table td {
  48. border: solid 1px #A8CFEB;
  49. padding-left: 6px;
  50. text-align: left;
  51. }