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.

style6.css 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. /*
  2. 热门职称推荐
  3. */
  4. .content-6{
  5. width: 100%;
  6. float: left;
  7. }
  8. .box-6{
  9. width: 1050px;
  10. height: 780px;
  11. margin:0 auto;
  12. display: block;
  13. padding: 5px 0px 10px 0px;
  14. margin-bottom:10px;
  15. border-radius: 5px;
  16. /* 面板阴影 */
  17. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  18. background: rgba(255, 255, 255, 0.7);
  19. z-index: 1000;
  20. position: relative;
  21. }
  22. .font-90{
  23. padding: 3px 6px 3px 7px;
  24. box-sizing: border-box;
  25. border: 1px solid rgb(0, 165, 120);
  26. border-radius: 5px;
  27. /* 绿色 */
  28. box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
  29. color: rgb(0, 165, 120);
  30. font-family: "HarmonyOS Sans SC";
  31. font-size: 14px;
  32. font-weight: 400;
  33. line-height: 100%;
  34. letter-spacing: 0px;
  35. text-align: center;
  36. }
  37. .font-91{
  38. border: 1px solid rgb(0, 165, 120);
  39. padding: 3px 6px 3px 7px;
  40. border-radius: 5px;
  41. /* 绿色 */
  42. box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
  43. background: rgb(0, 165, 120);
  44. color: rgb(255, 255, 255);
  45. font-family: "HarmonyOS Sans SC";
  46. font-size: 14px;
  47. font-weight: 300;
  48. line-height: 100%;
  49. letter-spacing: 0px;
  50. text-align: left;
  51. }
  52. .font-91 a{
  53. color: #fff !important;
  54. }
  55. .qy-36{
  56. margin: 15px 20px;
  57. }
  58. .qy-36-li{
  59. /* 画板 16 */
  60. position: relative;
  61. width: 191px;
  62. height: 210px;
  63. float: left;
  64. margin: 8px 6px;
  65. background: #fff;
  66. }
  67. .qy-36-2{
  68. height:43px;
  69. line-height:43px;
  70. }
  71. .qy-36-1{
  72. height:167px;
  73. }
  74. .font-500{
  75. color: rgb(54, 59, 120);
  76. font-family: "HarmonyOS Sans SC";
  77. font-size: 14px;
  78. font-weight: 400;
  79. line-height: 100%;
  80. letter-spacing: 0px;
  81. text-align: left;
  82. }