No Description
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.

style5.css 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. /*
  2. 职称评审流程
  3. */
  4. .content-5{
  5. width: 100%;
  6. float: left;
  7. }
  8. .box-5{
  9. width: 1050px;
  10. height: 238px;
  11. margin:0 auto;
  12. display: block;
  13. padding: 5px 0px 10px 0px;
  14. margin-bottom:10px;
  15. /* background:#fff;*/
  16. border-radius: 5px;
  17. /* 面板阴影 */
  18. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.2);
  19. opacity: 1;
  20. /* background-color: transparent;*/
  21. background-color: rgba(255, 255, 255, 1) !important;
  22. z-index: 1000;
  23. position: relative;
  24. }
  25. .qy-32{
  26. width: 1010px;
  27. height:60px;
  28. line-height:60px;
  29. position: relative;
  30. margin: 0px 20px;
  31. border-bottom: 1px solid rgb(168, 172, 217);
  32. }
  33. .font-57{
  34. position: absolute;
  35. background: rgb(38, 120, 255);
  36. width: 3px;
  37. height:20px;
  38. left: -10px;
  39. top: 18px;
  40. }
  41. .font-58{
  42. color: rgb(40, 45, 108);
  43. font-family: "HarmonyOS Sans SC" !important;
  44. font-size: 18px;
  45. font-weight: 400;
  46. line-height: 100%;
  47. letter-spacing: 0px;
  48. text-align: center;
  49. }
  50. .qy-33{
  51. width: 1050px;
  52. height: 103px;
  53. margin-top: 40px;
  54. padding: 0px 30px;
  55. }
  56. .font-66{
  57. width:100px;
  58. }
  59. .qy-33 li{
  60. float: left;
  61. }
  62. .li-ico{
  63. margin: 0 4px;
  64. display: block;
  65. margin-top: 42px;
  66. }
  67. .font-80{
  68. color: rgb(197, 164, 254);
  69. font-family: "HarmonyOS Sans SC";
  70. font-size: 25px;
  71. font-weight: 500;
  72. line-height: 29px;
  73. letter-spacing: 0%;
  74. /* margin-bottom:10px;*/
  75. display: block;
  76. }
  77. .font-81{
  78. color: rgb(102, 102, 102);
  79. font-family: "HarmonyOS Sans SC";
  80. font-size: 14px;
  81. font-weight: 400;
  82. line-height: 14px;
  83. letter-spacing: 0%;
  84. margin-top:10px;
  85. display: block;
  86. text-align: center;
  87. }