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

service.css 698B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .ser_header {
  2. width: 100%;
  3. height: 3.9rem;
  4. position: relative;
  5. }
  6. .ser_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. .ser_content{
  25. width: 70%;
  26. margin: 0 auto;
  27. padding: 1rem 0 0.4rem;
  28. }
  29. .ser_title {
  30. color: #000000;
  31. letter-spacing: 0.01rem;
  32. font-size: 0.4rem;
  33. font-weight: bold;
  34. text-align: center;
  35. margin-bottom: 0.4rem;
  36. }
  37. .ser_comm p {
  38. color: #000000;
  39. font-size: 0.16rem;
  40. text-align: center;
  41. letter-spacing: 0.02rem;
  42. line-height: 0.3rem;
  43. margin: 0;
  44. }