studentBook.wxss 975 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .pre {
  2. position: fixed;
  3. left: 0;
  4. top: 50%;
  5. transform: translateY(-50%);
  6. }
  7. .next {
  8. position: fixed;
  9. right: 0;
  10. top: 50%;
  11. transform: translateY(-50%);
  12. }
  13. .rich-img {
  14. width: 100%;
  15. }
  16. .rich-p {
  17. color: #333333;
  18. font-size: 28rpx;
  19. line-height: 45rpx;
  20. text-indent: 64rpx;
  21. }
  22. .ql-align-center {
  23. text-align: center;
  24. font-size: 32rpx;
  25. }
  26. .table {
  27. border: 1px solid darkgray;
  28. font-size: 26rpx;
  29. }
  30. .tr {
  31. display: flex;
  32. width: 100%;
  33. justify-content: center;
  34. /* height: 3rem; */
  35. align-items: center;
  36. }
  37. .td {
  38. width: 40%;
  39. justify-content: center;
  40. text-align: center;
  41. }
  42. .bg-w {
  43. background: snow;
  44. }
  45. .bg-g {
  46. background: #E6F3F9;
  47. }
  48. .th {
  49. width: 40%;
  50. justify-content: center;
  51. /* background: #3366FF; */
  52. /* color: #fff; */
  53. display: flex;
  54. min-height: 3rem;
  55. align-items: center;
  56. font-size: 28rpx;
  57. }
  58. .right {
  59. text-align: right;
  60. font-size: 26rpx;
  61. }