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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. *{
  2. margin: 0;
  3. }
  4. .ser_header {
  5. width: 100%;
  6. height: 3.9rem;
  7. position: relative;
  8. padding-top: 0.8rem;
  9. }
  10. .ser_header img {
  11. width: 100%;
  12. height: 100%;
  13. }
  14. .suspension{
  15. position: absolute;
  16. left: 2rem;
  17. top: 1.3rem;
  18. color: white;
  19. }
  20. .suspension div{
  21. font-weight: bold;
  22. font-size: 0.4rem;
  23. margin-bottom: 0.4rem;
  24. }
  25. .suspension p{
  26. font-size: 0.16rem;
  27. }
  28. .ser_content{
  29. width: 13rem;
  30. margin: 0 auto;
  31. padding: 1rem 0 0.4rem;
  32. }
  33. .ser_title {
  34. color: #000000;
  35. letter-spacing: 0.01rem;
  36. font-size: 0.4rem;
  37. font-weight: bold;
  38. text-align: center;
  39. margin-bottom: 0.2rem;
  40. }
  41. .ser_comm p {
  42. width: 100%;
  43. color: #999999;
  44. font-size: 0.16rem;
  45. text-align: center;
  46. letter-spacing: 0.02rem;
  47. line-height: 0.3rem;
  48. margin: 0;
  49. }
  50. .ser_conn{
  51. color: #999999;
  52. font-size: 0.16rem;
  53. margin: 0.1rem 0;
  54. margin-right: 0.2rem;
  55. }
  56. .ser_school{
  57. display:flex;
  58. flex-wrap: wrap;
  59. margin-top: 0.2rem;
  60. }
  61. .ser_sc_info{
  62. width: 1.85rem;
  63. height: 1.9rem;
  64. text-align: center;
  65. }
  66. .ser_sc_info img{
  67. width: 0.7rem;
  68. height: 0.7rem;
  69. margin-top: 0.1rem;
  70. margin-bottom: 0.2rem;
  71. }
  72. .ser_sc_info div{
  73. color: #333333;
  74. font-size: 0.16rem;
  75. }
  76. .ser_comms{
  77. margin: 0.3rem 0;
  78. }
  79. .ser_lbt{
  80. /* white-space: nowrap; */
  81. }
  82. .ser_con {
  83. display: inline-block;
  84. width: 4.14rem;
  85. height: 3.4rem;
  86. background-color: #f5f7f9ff;
  87. padding: 0.2rem;
  88. box-sizing: border-box;
  89. /* margin-right: 0.3rem; */
  90. }
  91. .ser_con img{
  92. width: 100%;
  93. height: 2.5rem;
  94. margin-bottom: 0.1rem;
  95. }
  96. .ser_con div{
  97. color: #333333;
  98. font-size: 0.16rem;
  99. text-align: center;
  100. line-height: 0.4rem;
  101. }
  102. .ser_swiper_container{
  103. margin: 0.5rem 0;
  104. }