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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. .pro_content{
  2. background-color: white;
  3. }
  4. .pro_header{
  5. width: 100%;
  6. height: 3.9rem;
  7. }
  8. .pro_header img{
  9. width: 100%;
  10. height: 100%;
  11. }
  12. .piece {
  13. width: 100%;
  14. /* height: 8rem; */
  15. }
  16. .piece_color{
  17. background-color: #f5f6f9ff;
  18. }
  19. .piece_item{
  20. width: 13rem;
  21. margin:0 auto;
  22. padding: 1rem 0 0.4rem;
  23. }
  24. .area_title{
  25. color: #000000;
  26. letter-spacing: 0.01rem;
  27. font-size: 0.4rem;
  28. font-weight: bold;
  29. text-align: center;
  30. margin-bottom: 0.4rem;
  31. }
  32. .area_comm p{
  33. color: #000000;
  34. font-size: 0.16rem;
  35. text-align: center;
  36. letter-spacing: 0.02rem;
  37. line-height: 0.3rem;
  38. margin: 0;
  39. }
  40. .area_content{
  41. margin-top: 0.4rem;
  42. }
  43. .area_list{
  44. display: flex;
  45. justify-content: space-between;
  46. }
  47. .area_item{
  48. height: 3.3rem;
  49. border-radius: 0.1rem;
  50. background: #fefeffff;
  51. border: 1px solid #f1f4fc;
  52. padding: 0.5rem 0.2rem 0.1rem;
  53. box-sizing: border-box;
  54. background-color: #fefeff;
  55. }
  56. .area_item div{
  57. text-align: center;
  58. font-size: 0.24rem;
  59. font-weight: bold;
  60. letter-spacing: 0.02rem;
  61. color: #000000;
  62. line-height: 0.6rem;
  63. }
  64. .area_item p {
  65. color: #666666;
  66. text-align: left;
  67. line-height: 0.3rem;
  68. font-size: 0.16rem;
  69. letter-spacing: 0.02rem;
  70. }
  71. .three{
  72. width: calc(33% - 0.2rem);
  73. }
  74. .four {
  75. width: calc(25% - 0.2rem);
  76. }
  77. .exam_lbt{
  78. display: flex;
  79. }
  80. .exam_lbt .lbt_left{
  81. width: 30%;
  82. }
  83. .lbt_left div{
  84. font-size: .2rem;
  85. }
  86. .exam_lbt .lbt_right {
  87. width: 70%;
  88. }