css.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. section,strong,p,br,img,span{
  2. visibility: visible
  3. }
  4. .body-box{
  5. max-width: 677px !important;
  6. padding: 20px 16px 12px 16px;
  7. margin-left: auto;
  8. margin-right: auto;
  9. color:#333333;
  10. }
  11. .inner{
  12. max-width: 677px !important;
  13. }
  14. .head{
  15. font-size: 22px;
  16. line-height: 1.4;
  17. margin-bottom: 14px;
  18. }
  19. .title {
  20. display: flex;
  21. align-items: flex-end;
  22. visibility: visible;
  23. }
  24. .num-left {
  25. width: 38px;
  26. height: 38px;
  27. background-color: rgb(185, 7, 12);
  28. margin-right: 9px;
  29. visibility: visible;
  30. text-align: center;
  31. font-size: 18px;
  32. color: rgb(255, 224, 171);
  33. line-height: 38px;
  34. }
  35. .num-right{
  36. flex: 1 1 0%;
  37. }
  38. .title-text{
  39. display: flex;
  40. justify-content: flex-start;
  41. align-items: center;
  42. text-align: justify;
  43. }
  44. .hori{
  45. width: 100%;
  46. height: 1px;
  47. background-color: rgb(190, 70, 70);
  48. margin-top: 2px;
  49. margin-bottom: 5px;
  50. }
  51. p{
  52. white-space: normal;
  53. margin:8px 0;
  54. padding:0;
  55. }
  56. .imgSt{
  57. text-align: center;
  58. white-space: normal;
  59. visibility: visible !important;
  60. /* width: 677px !important; */
  61. width:100%;
  62. height: auto !important;
  63. }
  64. .text{
  65. width:100%;
  66. font-size: 14px;
  67. color: rgb(136, 136, 136);
  68. word-wrap: break-word!important;
  69. text-align:justify;
  70. }
  71. .box{
  72. margin: 10px auto;
  73. }
  74. .container{
  75. border-width: 1px;
  76. border-style: solid;
  77. border-color: rgb(102, 105, 169);
  78. padding-bottom: 25px;
  79. padding-left: 25px;
  80. font-family: 微软雅黑, "Microsoft YaHei";
  81. }
  82. .box-title{
  83. width: 260px;
  84. letter-spacing: 1.5px;
  85. text-align: left;
  86. margin-top: 10px;
  87. font-size: 16px;
  88. border-bottom: 4px solid rgb(102, 105, 169);
  89. padding-bottom: 3px;
  90. }
  91. .container-text{
  92. margin-top: 15px;
  93. text-align: justify;
  94. line-height: 1.75em;
  95. letter-spacing: 1.5px;
  96. font-size: 14px;
  97. }
  98. .title-common{
  99. text-decoration: underline;
  100. text-decoration-color: rgb(79, 129, 189);
  101. }
  102. .sagaMess{
  103. padding: 30px 25px 40px;
  104. border-radius: 7px;
  105. background-color: rgb(242, 246, 255);
  106. }
  107. .mess-box{
  108. padding: 20px;
  109. border-radius: 20px;
  110. box-shadow: rgb(169 187 223 / 45%) 6px 6px 8px, rgb(255 255 255) -2.5px -2.5px 5px;
  111. }
  112. .mess-text{
  113. text-align: justify;
  114. line-height: 1.75em;
  115. letter-spacing: 1.5px;
  116. font-size: 14px;
  117. color: #6f85ac;
  118. background: transparent;
  119. }
  120. .underL{
  121. text-decoration: underline;
  122. text-decoration-color: #4f81bd;
  123. }