main_20210406134207.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. margin-bottom: 0.4rem;
  45. }
  46. .content .virtue .sentence{
  47. display: flex;
  48. font-size: 0.68rem;
  49. font-weight: bold;
  50. margin-bottom: 0.6rem;
  51. }
  52. .content .virtue .sentence .dian{
  53. color: red;
  54. margin: 0 auto;
  55. padding-left: 0.8rem;
  56. padding-right: 0.8rem;
  57. }
  58. .content .box2{
  59. position: absolute;
  60. right: 0;
  61. bottom: 0;
  62. width: 6.5rem;
  63. height: 0.3rem;
  64. background-color: orange;
  65. margin: 0;
  66. }
  67. .report{
  68. display: flex;
  69. flex-wrap: wrap;
  70. margin-top: 0.8rem;
  71. border: 0.2rem solid #33a1c9;
  72. border-radius: 15px;
  73. padding: 0.3rem;
  74. }
  75. .report .h1{
  76. color: skyblue;
  77. }
  78. .report .strip{
  79. display: flex;
  80. font-size: 0.65rem;
  81. margin-bottom: 0.4rem;
  82. }
  83. .report .strip .gou{
  84. color: #dc143c;
  85. margin: 0 auto;
  86. font-size: 1rem;
  87. padding-left: 3rem;
  88. padding-right: 0.4rem;
  89. }
  90. .statement{
  91. font-size: 0.78rem;
  92. margin-top: 0.6rem;
  93. line-height: 1.6rem;
  94. margin-bottom: 2.2rem;
  95. }
  96. .button{
  97. position: fixed;
  98. left: 0;
  99. bottom: 0;
  100. width: 100%;
  101. background-color: skyblue;
  102. font-size: 1rem;
  103. color: white;
  104. text-align: center;
  105. line-height: 2.5rem;
  106. }