importCss.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .importPersonAreaNode {
  2. padding: 20px;
  3. margin: 20px 40px;
  4. }
  5. .importPersonCleanNode {
  6. margin: 10px 0px 30px 0px;
  7. height: 30px;
  8. line-height: 30px;
  9. width: 120px;
  10. border: 1px solid #999999;
  11. border-radius: 8px;
  12. background-color: #3c76b7;
  13. color: #ffffff;
  14. text-align: center;
  15. cursor: pointer;
  16. }
  17. .importPersonTitleNode {
  18. height: 40px;
  19. line-height: 40px;
  20. font-weight: bold;
  21. font-size: 18px;
  22. color: #666666;
  23. }
  24. .importPersonTemplateNode {
  25. margin-top: 10px;
  26. height: 40px;
  27. line-height: 40px;
  28. font-size: 14px;
  29. color: #999999;
  30. }
  31. .importPersonNode {
  32. margin: 10px 0px;
  33. height: 30px;
  34. line-height: 30px;
  35. width: 160px;
  36. border: 1px solid #999999;
  37. border-radius: 8px;
  38. background-color: #3c76b7;
  39. color: #ffffff;
  40. text-align: center;
  41. cursor: pointer;
  42. }
  43. .importPersonResultNode {
  44. display: none;
  45. margin-top: 20px;
  46. height: 40px;
  47. line-height: 40px;
  48. font-size: 14px;
  49. color: #999999;
  50. padding-left: 40px;
  51. background: url(/x_component_Org/$Main/default/icon/ok.png) no-repeat left center;
  52. }