Ei kuvausta
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.

style_2.css 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. .detail-s-2-content{
  2. width: 100%;
  3. height: auto;
  4. float: left;
  5. }
  6. .detail-s-2-content .box{
  7. width: 100%;
  8. heigth: 100%;
  9. margin: 0px auto;
  10. }
  11. .detail-s-2-content .row{
  12. /**
  13. * 定义宽高
  14. */
  15. width: 95%;
  16. min-height: 50px;
  17. float: left;
  18. /**
  19. * 边距
  20. */
  21. margin: 5px 0px;
  22. padding: 0% 2% 2% 3%;
  23. /**
  24. * 定义边框
  25. */
  26. border-radius: 5px;
  27. /*
  28. * 定义背景
  29. */
  30. background: #fff;
  31. /**
  32. ** 定位属性
  33. */
  34. position: relative;
  35. }
  36. /*
  37. * 内部布局样式
  38. */
  39. .detail-s-2-content .top{
  40. width:100%;
  41. height: 65px;
  42. float: left;
  43. line-height: 79px;
  44. border-bottom: 1px solid rgb(168, 172, 217);
  45. position: relative;
  46. }
  47. .detail-s-2-content .top a{
  48. color: rgb(40, 45, 108);
  49. font-family: "HarmonyOS Sans SC" !important;
  50. font-size: 18px;
  51. font-weight: bold;
  52. line-height: 100%;
  53. letter-spacing: 0px;
  54. text-align: left;
  55. }
  56. .detail-s-2-content .top span{
  57. position: absolute;
  58. width: 3px;
  59. height: 20px;
  60. left: -1%;
  61. top: 44%;
  62. border-radius: 5px;
  63. background: rgb(38, 120, 255);
  64. }
  65. .detail-s-2-content .bottom{
  66. width:100%;
  67. height: auto;
  68. float: left;
  69. position: relative;
  70. margin-top:15px;
  71. }
  72. .detail-s-2-content .bottom a{
  73. }
  74. .detail-s-2-content .bottom p{
  75. color: rgb(38, 43, 106) !important;
  76. font-family: "HarmonyOS Sans SC" !important;
  77. font-size: 14px !important;
  78. font-weight: 400;
  79. line-height: 178%;
  80. letter-spacing: 0px;
  81. text-align: left;
  82. }
  83. .detail-s-2-content .bottom p span{
  84. color: rgb(38, 43, 106) !important;
  85. font-family: "HarmonyOS Sans SC" !important;
  86. font-size: 14px !important;
  87. font-weight: 400;
  88. line-height: 178%;
  89. letter-spacing: 0px;
  90. text-align: left;
  91. }
  92. /**
  93. ** 内容标签样式
  94. */
  95. .detail-s-2-content img{
  96. }
  97. .detail-s-2-content a,span{
  98. }
  99. .kpa{
  100. background: rgba(38, 43, 106, 0.09);padding: 2px 5px; border-radius: 5px;
  101. }