textbook-details.component.scss 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .site-page-header {
  2. position: sticky;
  3. top: 0;
  4. z-index: 9;
  5. padding: 24px 24px 10px;
  6. background-color: white;
  7. font-family: PingFang SC;
  8. .steps {
  9. max-width: 1000px;
  10. margin: 10px 0;
  11. }
  12. .back {
  13. font-family: PingFang SC;
  14. font-size: 14px;
  15. font-weight: 400;
  16. line-height: 22px;
  17. text-align: left;
  18. cursor: pointer;
  19. }
  20. }
  21. .content {
  22. font-family: PingFang SC;
  23. padding: 10px 24px;
  24. .title {
  25. font-family: PingFang SC;
  26. font-size: 20px;
  27. font-weight: 500;
  28. line-height: 28px;
  29. text-align: left;
  30. margin-bottom: 20px;
  31. }
  32. .templ {
  33. margin-top: 40px;
  34. .text {
  35. font-family: PingFang SC;
  36. font-size: 16px;
  37. font-weight: 500;
  38. line-height: 22px;
  39. text-align: left;
  40. }
  41. }
  42. .base-content {
  43. .row {
  44. display: flex;
  45. margin-bottom: 14px;
  46. .label {
  47. width: 220px;
  48. font-family: PingFang SC;
  49. font-size: 14px;
  50. font-weight: 400;
  51. line-height: 20px;
  52. text-align: left;
  53. color: #231c1f99;
  54. }
  55. .value {
  56. margin-left: 20px;
  57. flex: 1;
  58. font-family: PingFang SC;
  59. font-size: 14px;
  60. font-weight: 400;
  61. line-height: 20px;
  62. text-align: left;
  63. }
  64. }
  65. .text-tips {
  66. font-family: PingFang SC;
  67. font-size: 14px;
  68. font-weight: 400;
  69. line-height: 20px;
  70. text-align: left;
  71. color: #231c1f99;
  72. margin: 10px 0;
  73. }
  74. .note{
  75. font-family: PingFang SC;
  76. font-size: 14px;
  77. font-weight: 400;
  78. line-height: 20px;
  79. text-align: left;
  80. color: #231C1F;
  81. }
  82. }
  83. }
  84. .mar10{
  85. margin: 20px 0;
  86. }
  87. .footer{
  88. display: flex;
  89. margin: 10px auto;
  90. align-items: center;
  91. justify-content: space-evenly;
  92. // width: 200px;
  93. justify-content: end;
  94. padding-right: 100px;
  95. }