page1.less 196 B

123456789101112131415
  1. #content{
  2. text-align: justify;
  3. p{
  4. text-indent: 30px;
  5. }
  6. &>p:last-child{
  7. padding: 10px 0px;
  8. }
  9. #read{
  10. text-align: center;
  11. .good{
  12. display: inline-block;
  13. }
  14. }
  15. }