importCss.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .importPersonAreaNode {
  2. padding: 20px;
  3. margin: 20px 40px;
  4. }
  5. .importPersonTitleNode {
  6. height: 40px;
  7. line-height: 40px;
  8. font-weight: bold;
  9. font-size: 18px;
  10. color: #666666;
  11. }
  12. .importPersonTemplateNode {
  13. margin-top: 10px;
  14. height: 40px;
  15. line-height: 40px;
  16. font-size: 14px;
  17. color: #999999;
  18. }
  19. .importPersonNode {
  20. margin: 10px 0px;
  21. height: 30px;
  22. line-height: 30px;
  23. width: 180px;
  24. border: 1px solid #999999;
  25. border-radius: 8px;
  26. background-color: #3c76b7;
  27. color: #ffffff;
  28. text-align: center;
  29. cursor: pointer;
  30. }
  31. .exportPersonNode{
  32. margin: 50px 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. }