星火官网,前端页面(前台)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

about.css 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. .ab_header {
  2. width: 100%;
  3. height: 3.9rem;
  4. position: relative;
  5. }
  6. .ab_header img {
  7. width: 100%;
  8. height: 100%;
  9. }
  10. .suspension {
  11. position: absolute;
  12. left: 2rem;
  13. top: 1.3rem;
  14. color: white;
  15. }
  16. .suspension div {
  17. font-weight: bold;
  18. font-size: 0.4rem;
  19. margin-bottom: 0.4rem;
  20. }
  21. .suspension p {
  22. font-size: 0.16rem;
  23. }
  24. .piece {
  25. width: 100%;
  26. /* height: 8rem; */
  27. }
  28. .piece_color {
  29. background-color: #f5f6f9ff;
  30. }
  31. .piece_item {
  32. width: 13rem;
  33. margin: 0 auto;
  34. padding: 1rem 0 0.4rem;
  35. }
  36. .area_title {
  37. color: #000000;
  38. letter-spacing: 0.01rem;
  39. font-size: 0.4rem;
  40. font-weight: bold;
  41. text-align: center;
  42. margin-bottom: 0.4rem;
  43. }
  44. .area_comm p {
  45. color: #000000;
  46. font-size: 0.16rem;
  47. text-align: left;
  48. letter-spacing: 0.02rem;
  49. line-height: 0.3rem;
  50. margin: 0;
  51. text-indent: 2em;
  52. margin-bottom: 0.3rem;
  53. }
  54. .area_top{
  55. display: flex;
  56. }
  57. .area_left{
  58. flex: 3;
  59. text-align: right;
  60. }
  61. .area_num{
  62. color: #2D8CF0;
  63. font-weight: bold;
  64. font-size: 0.48rem;
  65. }
  66. .area_tit{
  67. color: #333333;
  68. font-weight: bold;
  69. font-size: 0.18rem;
  70. line-height: 0.6rem;
  71. }
  72. .area_jia{
  73. color: #2D8CF0;
  74. font-weight: bold;
  75. font-size: 0.36rem;
  76. margin-top: -0.1rem;
  77. }
  78. .area_com {
  79. color: #666666;
  80. font-size: 0.14rem;
  81. line-height: 0.24rem;
  82. }
  83. .area_right {
  84. flex: 3;
  85. text-align: left;
  86. }
  87. .area_spacing{
  88. height: 2.5rem;
  89. display: flex;
  90. flex-direction:column-reverse;
  91. }
  92. .area_top img{
  93. width: 5rem;
  94. height: 5rem;
  95. margin: 0 1rem;
  96. }