Ingen beskrivning
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_1.css 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. .flow-s-1-content{
  2. width: 100%;
  3. height: auto;
  4. float: left;
  5. }
  6. .flow-s-1-content .box{
  7. width: 1050px;
  8. heigth: 100%;
  9. margin: 0px auto;
  10. }
  11. .flow-s-1-content .row{
  12. /**
  13. * 定义宽高
  14. */
  15. width: 95%;
  16. height: 253px;
  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. border-radius: 5px;
  31. /* 面板阴影 */
  32. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  33. background: rgba(255, 255, 255, 0.7);
  34. /**
  35. ** 定位属性
  36. */
  37. position: relative;
  38. }
  39. /*
  40. * 内部布局样式
  41. */
  42. .flow-s-1-content .top{
  43. width:100%;
  44. height: 65px;
  45. float: left;
  46. line-height: 79px;
  47. border-bottom: 1px solid rgb(168, 172, 217);
  48. position: relative;
  49. }
  50. .flow-s-1-content .top a{
  51. color: rgb(40, 45, 108);
  52. font-family: "HarmonyOS Sans SC" !important;
  53. font-size: 18px;
  54. font-weight: bold;
  55. line-height: 100%;
  56. letter-spacing: 0px;
  57. text-align: left;
  58. }
  59. .flow-s-1-content .top span{
  60. position: absolute;
  61. width: 3px;
  62. height: 20px;
  63. left: -1%;
  64. top: 44%;
  65. border-radius: 5px;
  66. background: rgb(38, 120, 255);
  67. }
  68. .flow-s-1-content .bottom{
  69. width:100%;
  70. height: 110px;
  71. float: left;
  72. position: relative;
  73. margin-top: 45px;
  74. }
  75. .flow-s-1-content .bottom a{
  76. }
  77. .qy-33 li{
  78. float: left;
  79. }
  80. .qy-33 .font-66{
  81. width:100px;
  82. }
  83. .qy-33 .li-ico{
  84. margin: 0 4px;
  85. display: block;
  86. margin-top: 45px;
  87. }
  88. .qy-33 .font-80{
  89. color: rgb(197, 164, 254);
  90. font-family: "HarmonyOS Sans SC";
  91. font-size: 25px;
  92. font-weight: 500;
  93. line-height: 29px;
  94. letter-spacing: 0%;
  95. /* margin-bottom:10px;*/
  96. display: block;
  97. }
  98. .qy-33 .font-81{
  99. color: rgb(102, 102, 102);
  100. font-family: "HarmonyOS Sans SC";
  101. font-size: 14px;
  102. font-weight: 400;
  103. line-height: 14px;
  104. letter-spacing: 0%;
  105. /* text-align: left;*/
  106. text-align: center;
  107. /* margin-top:10px;*/
  108. display: block;
  109. }
  110. /**
  111. ** 内容标签样式
  112. */
  113. .flow-s-1-content img{
  114. }
  115. .flow-s-1-content a,span{
  116. }
  117. .font-66-1{
  118. width: 103px !important;
  119. }