星火官网,前端页面(前台)
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.

product.css 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. .pro_content{
  2. background-color: white;
  3. }
  4. .pro_header{
  5. width: 100%;
  6. height: 3.9rem;
  7. position: relative;
  8. }
  9. .pro_header img{
  10. width: 100%;
  11. height: 100%;
  12. }
  13. .suspension {
  14. position: absolute;
  15. left: 2rem;
  16. top: 1.3rem;
  17. color: white;
  18. }
  19. .suspension div {
  20. font-weight: bold;
  21. font-size: 0.4rem;
  22. margin-bottom: 0.4rem;
  23. }
  24. .suspension p {
  25. font-size: 0.16rem;
  26. }
  27. .piece {
  28. width: 100%;
  29. /* height: 8rem; */
  30. }
  31. .piece_color{
  32. background-color: #f5f6f9ff;
  33. }
  34. .piece_item{
  35. width: 13rem;
  36. margin:0 auto;
  37. padding: 1rem 0 0.4rem;
  38. }
  39. .area_title{
  40. color: #000000;
  41. letter-spacing: 0.01rem;
  42. font-size: 0.4rem;
  43. font-weight: bold;
  44. text-align: center;
  45. margin-bottom: 0.4rem;
  46. }
  47. .area_comm p{
  48. color: #000000;
  49. font-size: 0.16rem;
  50. text-align: center;
  51. letter-spacing: 0.02rem;
  52. line-height: 0.3rem;
  53. margin: 0;
  54. }
  55. .area_content{
  56. margin-top: 0.4rem;
  57. }
  58. .area_list{
  59. display: flex;
  60. justify-content: space-between;
  61. }
  62. .area_item{
  63. height: 3.3rem;
  64. border-radius: 0.1rem;
  65. background: #fefeffff;
  66. border: 1px solid #f1f4fc;
  67. padding: 0 0.2rem 0.1rem;
  68. box-sizing: border-box;
  69. background-color: #fefeff;
  70. text-align: center;
  71. }
  72. .area_item img{
  73. width: 0.56rem;
  74. height: 0.56rem;
  75. display: inline-block;
  76. margin: 0;
  77. }
  78. .area_item div{
  79. text-align: center;
  80. font-size: 0.24rem;
  81. font-weight: bold;
  82. letter-spacing: 0.02rem;
  83. color: #000000;
  84. line-height: 0.6rem;
  85. }
  86. .area_item p {
  87. color: #666666;
  88. text-align: left;
  89. line-height: 0.3rem;
  90. font-size: 0.16rem;
  91. letter-spacing: 0.02rem;
  92. }
  93. .three{
  94. width: calc(33% - 0.2rem);
  95. }
  96. .four {
  97. width: calc(25% - 0.2rem);
  98. }
  99. .exam_lbt{
  100. display: flex;
  101. }
  102. .exam_lbt .lbt_left{
  103. width: 30%;
  104. }
  105. .lbt_left div{
  106. font-size: .2rem;
  107. }
  108. .exam_lbt .lbt_right {
  109. width: 70%;
  110. }
  111. .school_flex{
  112. display: flex;
  113. margin-top: 1rem;
  114. justify-content: center;
  115. }
  116. .school_img{
  117. width: 4.7rem;
  118. height: 4.7rem;
  119. }
  120. .school{
  121. width: 4rem;
  122. text-align: right;
  123. }
  124. .school_item{
  125. width: 2.4rem;
  126. height: 0.47rem;
  127. background-color: white;
  128. border-radius: 0.04rem;
  129. box-shadow: 0 0 0.12rem #0000001a;
  130. display: flex;
  131. align-items: center;
  132. flex-direction: row-reverse;
  133. }
  134. .school_item span{
  135. color: #2d8cf0;
  136. font-size: 0.16rem;
  137. text-align: center;
  138. }
  139. .school_item img{
  140. width: 0.58rem;
  141. height: 0.58rem;
  142. }