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_6.css 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. /*
  2. 职称评审工具包
  3. */
  4. .content-11{
  5. width: 100%;
  6. height: auto;
  7. float: left;
  8. margin-top: 10px;
  9. }
  10. .box-11{
  11. width: 1050px;
  12. height: 400px;
  13. margin:0 auto;
  14. display: block;
  15. padding: 5px 0px 10px 0px;
  16. margin-bottom:10px;
  17. border-radius: 5px;
  18. /* 面板阴影 */
  19. border-radius: 5px;
  20. /* 面板阴影 */
  21. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  22. background: rgba(255, 255, 255, 0.7);
  23. z-index: 1000;
  24. position: relative;
  25. }
  26. /*
  27. 标题部分
  28. */
  29. .qy-32{
  30. width: 1010px;
  31. height:60px;
  32. line-height:60px;
  33. position: relative;
  34. margin: 0px 20px;
  35. border-bottom: 1px solid rgb(168, 172, 217);
  36. }
  37. .font-57{
  38. position: absolute;
  39. background: rgb(38, 120, 255);
  40. width: 3px;
  41. height:20px;
  42. left: -10px;
  43. top: 18px;
  44. }
  45. .font-58{
  46. color: rgb(40, 45, 108);
  47. font-family: "HarmonyOS Sans SC" !important;
  48. font-size: 18px;
  49. font-weight: 400;
  50. line-height: 100%;
  51. letter-spacing: 0px;
  52. text-align: center;
  53. }
  54. .font-93{
  55. color: rgb(111, 111, 112);
  56. font-family: "HarmonyOS Sans SC";
  57. font-size: 14px;
  58. font-weight: 400;
  59. line-height: 100%;
  60. letter-spacing: 0px;
  61. text-align: right;
  62. }
  63. /*
  64. 列表内容部分
  65. */
  66. .qy-36{
  67. margin: 15px 20px;
  68. }
  69. .box-11 .qy-38-li{
  70. width: 243px;
  71. height: 150px;
  72. float: left;
  73. margin-right:13px;
  74. position: relative;
  75. border-radius: 5px;
  76. margin-bottom:15px;
  77. /* 小卡片 */
  78. box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1);
  79. background: rgb(255, 255, 255);
  80. }
  81. .box-11 .a{
  82. position: absolute;
  83. width: 243px;
  84. height: 219px;
  85. left: 0px;
  86. right: -33px;
  87. top: 0px;
  88. bottom: -36.4px;
  89. z-index: 600;
  90. text-align: center;
  91. }
  92. .box-11 .c{
  93. position: absolute;
  94. width: 100%;
  95. height: 30px;
  96. line-height: 30px;
  97. bottom: 0;
  98. text-align: center;
  99. z-index: 700;
  100. }
  101. .box-11 .c a{
  102. color: rgb(40, 45, 108);
  103. font-family: "HarmonyOS Sans SC";
  104. font-size: 16px;
  105. font-weight: 400;
  106. line-height: 100%;
  107. letter-spacing: 0px;
  108. text-align: left;
  109. }