Няма описание
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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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: 100%;
  12. height: auto;
  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: 90%;
  31. height: 38px;
  32. line-height: 38px;
  33. position: relative;
  34. margin: 0px 5%;
  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: 7px;
  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: 10px 2% 5px 2%;
  68. width: 96% !important;
  69. }
  70. .box-11 .qy-38-li{
  71. width: 31%;
  72. height: 136px;
  73. float: left;
  74. margin: 0 1%;
  75. position: relative;
  76. border-radius: 5px;
  77. margin-bottom:15px;
  78. /* 小卡片 */
  79. box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1);
  80. background: rgb(255, 255, 255);
  81. }
  82. .qy-36-box{
  83. padding-left: 1%;
  84. }
  85. .box-11 .a{
  86. position: absolute;
  87. width: 100%;
  88. height: 115px;
  89. left: 0px;
  90. right: -33px;
  91. top: 0px;
  92. bottom: -36.4px;
  93. z-index: 600;
  94. text-align: center;
  95. }
  96. .qy-38-li img{
  97. max-width: 100%;
  98. }
  99. .box-11 .c{
  100. position: absolute;
  101. width: 100%;
  102. height: 30px;
  103. line-height: 30px;
  104. bottom: 0;
  105. text-align: center;
  106. z-index: 700;
  107. }
  108. .box-11 .c a{
  109. color: rgb(40, 45, 108);
  110. font-family: "HarmonyOS Sans SC";
  111. font-size: 16px;
  112. font-weight: 400;
  113. line-height: 100%;
  114. letter-spacing: 0px;
  115. text-align: left;
  116. }