星火官网,前端页面(前台)
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

service.css 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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: 13rem;
  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.2rem;
  36. }
  37. .ser_comm p {
  38. width: 100%;
  39. color: #999999;
  40. font-size: 0.16rem;
  41. text-align: center;
  42. letter-spacing: 0.02rem;
  43. line-height: 0.3rem;
  44. margin: 0;
  45. }
  46. .ser_conn{
  47. color: #999999;
  48. font-size: 0.16rem;
  49. margin-top: 0.3rem;
  50. }
  51. .ser_school{
  52. display:flex;
  53. margin-top: 0.2rem;
  54. }
  55. .ser_sc_info{
  56. width: 14.3%;
  57. height: 2rem;
  58. text-align: center;
  59. }
  60. .ser_sc_info img{
  61. width: 0.7rem;
  62. height: 0.7rem;
  63. margin-top: 0.1rem;
  64. margin-bottom: 0.2rem;
  65. }
  66. .ser_sc_info div{
  67. color: #333333;
  68. font-size: 0.16rem;
  69. }
  70. .ser_comm{
  71. display: flex;
  72. flex-wrap: wrap;
  73. }
  74. .ser_con {
  75. width: calc(33% - 0.15rem);
  76. height: 3.4rem;
  77. background-color: #f5f7f9ff;
  78. padding: 0.2rem;
  79. box-sizing: border-box;
  80. margin: 0 0.25rem 0.4rem 0;
  81. }
  82. .ser_con img{
  83. width: 100%;
  84. height: 2.5rem;
  85. margin-bottom: 0.1rem;
  86. }
  87. .ser_con div{
  88. color: #333333;
  89. font-size: 0.16rem;
  90. text-align: center;
  91. }
  92. .ser_con:nth-child(3n) {
  93. margin-right: 0;
  94. }