bd1bdd9be654faa09b2dcf2384d72c48858d539b.svn-base 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .list-content-body{
  2. text-align: justify;
  3. margin-top: 5px;
  4. color: #333;
  5. font-size: 16px;
  6. line-height: 28px;
  7. /* margin-top: 40px; */
  8. background-color: white;
  9. }
  10. .list-conent{
  11. list-style: none;
  12. }
  13. .list-content-item{
  14. padding: 45px 0 0 35px;
  15. margin-left: 17px;
  16. border-left: 2px dotted #e4e4e4;
  17. margin-top: 1px;
  18. /* border-bottom: 2px dotted white; */
  19. position: relative;
  20. }
  21. /* .list-content-item:hover{
  22. border-bottom: 2px dotted #e4e4e4;
  23. } */
  24. .list-item-1{
  25. padding: 15px 0 0 35px;
  26. }
  27. .list-icon{
  28. width: 32px;
  29. height: 32px;
  30. position: absolute;
  31. left: -18px;
  32. top: 38px;
  33. font-size: 16px;
  34. color: #efe;
  35. text-align: center;
  36. line-height: 32px;
  37. border-radius:50%;
  38. /* background-color: #04D654; */
  39. background-image: url(/nwyj/scripts/business/exercise/list-bar/list-bar-current.png);
  40. background-repeat: no-repeat;
  41. background-position: 100% 100%;
  42. }
  43. .link-cont{
  44. background-color: white;
  45. }
  46. .list-icon-link{
  47. width: 32px;
  48. height: 32px;
  49. display: block;
  50. font-size: 16px;
  51. text-decoration: none;
  52. cursor: pointer;
  53. color: #fff;
  54. text-align: center;
  55. line-height: 32px;
  56. border-radius:50%;
  57. background-image: url(/nwyj/scripts/business/exercise/list-bar/list-bar.png);
  58. background-repeat: no-repeat;
  59. background-position: 100% 100%;
  60. }
  61. .link-color{
  62. /* background-color: #04D654; */
  63. background-image: url(/nwyj/scripts/business/exercise/list-bar/list-bar-current.png);
  64. background-repeat: no-repeat;
  65. background-position: 100% 100%;
  66. }
  67. .list-title p{
  68. margin-top: 0px;
  69. }