main_20210331113451.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. .start{
  2. position: relative;
  3. background-color: rgba(0, 0, 0, 0.1);
  4. margin:0;
  5. }
  6. .start .introduce{
  7. text-indent: 2em;
  8. font-size: 0.85rem;
  9. padding: 0.2rem;
  10. margin: 0;
  11. }
  12. .start .box{
  13. position: absolute;
  14. right: 0;
  15. bottom: 0;
  16. width: 6.5rem;
  17. height: 0.3rem;
  18. background-color: orange;
  19. margin: 0;
  20. }
  21. .content{
  22. position: relative;
  23. background-color: rgba(0, 0, 0, 0.1);
  24. margin-top: 0.8rem;
  25. padding: 0.2rem;
  26. }
  27. .content .text{
  28. text-indent: 2em;
  29. font-size: 0.85rem;
  30. line-height: 1.4rem;
  31. }
  32. .content .text2{
  33. font-size: 0.78rem;
  34. font-weight: bold;
  35. line-height: 1.3rem;
  36. }
  37. .content .virtue{
  38. display: flex;
  39. flex-wrap: wrap;
  40. }
  41. .content .virtue .title{
  42. font-size: 0.78rem;
  43. font-weight: bold;
  44. }
  45. .content .virtue .sentence{
  46. display: flex;
  47. font-size: 0.78rem;
  48. font-weight: bold;
  49. margin-bottom: 0.6rem;
  50. }
  51. .content .virtue .sentence .dian{
  52. color: red;
  53. margin: 0 auto;
  54. padding-left: 0.8rem;
  55. padding-right: 0.8rem;
  56. }
  57. .content .box2{
  58. position: absolute;
  59. right: 0;
  60. bottom: 0;
  61. width: 6.5rem;
  62. height: 0.3rem;
  63. background-color: orange;
  64. margin: 0;
  65. }
  66. .report{
  67. display: flex;
  68. flex-wrap: wrap;
  69. margin-top: 0.8rem;
  70. border: 0.2rem solid #33a1c9;
  71. border-radius: 15px;
  72. padding: 0.3rem;
  73. }
  74. .report .h1{
  75. color: skyblue;
  76. }
  77. .report .strip{
  78. display: flex;
  79. font-size: 0.65rem;
  80. margin-bottom: 0.4rem;
  81. }
  82. .report .strip .gou{
  83. color: #dc143c;
  84. margin: 0 auto;
  85. font-size: 1rem;
  86. padding-left: 3rem;
  87. padding-right: 0.4rem;
  88. }
  89. .statement{
  90. font-size: 0.78rem;
  91. margin-top: 0.6rem;
  92. line-height: 1.6rem;
  93. margin-bottom: 2.2rem;
  94. }
  95. .button{
  96. position: fixed;
  97. left: 0;
  98. bottom: 0;
  99. width: 100%;
  100. background-color: skyblue;
  101. font-size: 1rem;
  102. color: white;
  103. text-align: center;
  104. line-height: 2.5rem;
  105. }