textbook-pertain.component.scss 1014 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .entry{
  2. min-height: 500px;
  3. font-family: PingFang SC;
  4. .row{
  5. display: flex;
  6. flex-direction: column;
  7. align-items: start;
  8. width: 100%;
  9. // .label{
  10. // margin-bottom: 10px;
  11. // }
  12. .val{
  13. min-height: auto;
  14. .check{
  15. padding: 10px 0;
  16. width: 100%;
  17. border-bottom:1px solid #e2e2e2 ;
  18. }
  19. }
  20. }
  21. .author-content{
  22. a{
  23. color:#756B6D;
  24. }
  25. .nav{
  26. font-family: PingFang SC;
  27. font-size: 20px;
  28. font-weight: 500;
  29. line-height: 28px;
  30. text-align: left;
  31. margin: 10px 0;
  32. }
  33. .title{
  34. font-family: PingFang SC;
  35. font-size: 16px;
  36. font-weight: 500;
  37. line-height: 22px;
  38. text-align: left;
  39. margin: 10px 0;
  40. }
  41. }
  42. .tips{
  43. margin-top: 10px;
  44. padding: 10px;
  45. background: #3e49b314;
  46. border-radius: 6px;
  47. }
  48. }
  49. .footer{
  50. display: flex;
  51. align-items: center;
  52. justify-content: space-evenly;
  53. // width: 200px;
  54. justify-content: end;
  55. }
  56. .fileLink{
  57. color: blue;
  58. }