12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- .list-content-body{
- text-align: justify;
- margin-top: 5px;
- color: #333;
- font-size: 16px;
- line-height: 28px;
- /* margin-top: 40px; */
- background-color: white;
- }
- .list-conent{
- list-style: none;
- }
- .list-content-item{
- padding: 45px 0 0 35px;
- margin-left: 17px;
- border-left: 2px dotted #e4e4e4;
- margin-top: 1px;
- /* border-bottom: 2px dotted white; */
- position: relative;
- }
- /* .list-content-item:hover{
- border-bottom: 2px dotted #e4e4e4;
- } */
- .list-item-1{
- padding: 15px 0 0 35px;
- }
- .list-icon{
- width: 32px;
- height: 32px;
- position: absolute;
- left: -18px;
- top: 38px;
- font-size: 16px;
- color: #efe;
- text-align: center;
- line-height: 32px;
- border-radius:50%;
- /* background-color: #04D654; */
- background-image: url(/nwyj/scripts/business/exercise/list-bar/list-bar-current.png);
- background-repeat: no-repeat;
- background-position: 100% 100%;
- }
- .link-cont{
- background-color: white;
- }
- .list-icon-link{
- width: 32px;
- height: 32px;
- display: block;
- font-size: 16px;
- text-decoration: none;
- cursor: pointer;
- color: #fff;
- text-align: center;
- line-height: 32px;
- border-radius:50%;
- background-image: url(/nwyj/scripts/business/exercise/list-bar/list-bar.png);
- background-repeat: no-repeat;
- background-position: 100% 100%;
- }
- .link-color{
- /* background-color: #04D654; */
- background-image: url(/nwyj/scripts/business/exercise/list-bar/list-bar-current.png);
- background-repeat: no-repeat;
- background-position: 100% 100%;
- }
- .list-title p{
- margin-top: 0px;
- }
|