Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

index.css 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /*
  2. 职称评审工具包
  3. */
  4. /*.content-11{
  5. width: 100%;
  6. }
  7. .box-11{
  8. width: 1050px;
  9. height: 400px;
  10. margin:0 auto;
  11. display: block;
  12. padding: 5px 0px 10px 0px;
  13. margin-bottom:10px;
  14. background: rgba(255, 255, 255, 0.7);
  15. }
  16. .box-11 .qy-38-li{
  17. width: 243px;
  18. height: 150px;
  19. float: left;
  20. margin-right:13px;
  21. position: relative;
  22. border-radius: 5px;
  23. margin-bottom:15px;
  24. !* 小卡片 *!
  25. box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1);
  26. background: rgb(255, 255, 255);
  27. }
  28. .box-11 .a{
  29. position: absolute;
  30. width: 243px;
  31. height: 219px;
  32. left: 0px;
  33. right: -33px;
  34. top: 0px;
  35. bottom: -36.4px;
  36. z-index: 600;
  37. text-align: center;
  38. }
  39. .box-11 .c{
  40. position: absolute;
  41. width: 100%;
  42. height: 30px;
  43. line-height: 30px;
  44. bottom: 0;
  45. text-align: center;
  46. z-index: 700;
  47. }
  48. .box-11 .c a{
  49. color: rgb(40, 45, 108);
  50. font-family: "HarmonyOS Sans SC";
  51. font-size: 16px;
  52. font-weight: 400;
  53. line-height: 100%;
  54. letter-spacing: 0px;
  55. text-align: left;
  56. }*/
  57. /*
  58. 补充样式
  59. */
  60. .hot-cz-2{
  61. color: rgb(40, 45, 108) !important;
  62. font-family: HarmonyOS Sans SC;
  63. font-size: 14px;
  64. font-weight: bold;
  65. line-height: 100%;
  66. letter-spacing: 0px;
  67. text-align: left;
  68. }
  69. .hot-index{
  70. margin-bottom: 10px;
  71. }