설명 없음
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.

style10.css 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /*
  2. 案例成功展示
  3. */
  4. .content-10{
  5. width: 100%;
  6. float: left;
  7. }
  8. .box-10{
  9. width: 1050px;
  10. height: 383px;
  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. .qy-38-li{
  23. width: 243px;
  24. height: 246px;
  25. float: left;
  26. margin-right:13px;
  27. position: relative;
  28. }
  29. .qy-38-li .a{
  30. /* 矩形 27 */
  31. position: absolute;
  32. width: 243px;
  33. height: 219px;
  34. left: 0px;
  35. right: -33px;
  36. top: 0px;
  37. bottom: -36.4px;
  38. z-index: 600;
  39. transform: rotate(0.28deg);
  40. }
  41. .qy-38-li .b{
  42. /* 矩形 28 */
  43. position: absolute;
  44. width: 243px;
  45. height: 146px;
  46. left: 0px;
  47. right: -31.46px;
  48. top: 100px;
  49. bottom: -83px;
  50. border-radius: 10px;
  51. z-index: 500;
  52. box-shadow: 5px 5px 20px 1px rgba(9, 109, 217, 0.2);
  53. background: rgb(9, 109, 217);
  54. }
  55. .qy-38-li .c{
  56. position: absolute;
  57. width: 100%;
  58. height: 30px;
  59. line-height: 30px;
  60. bottom: 0;
  61. text-align: center;
  62. z-index: 700;
  63. }
  64. .qy-38-li .c a {
  65. color: rgb(255, 255, 255);
  66. font-family: "HarmonyOS Sans SC";
  67. font-size: 14px;
  68. font-weight: 700;
  69. line-height: 14px;
  70. letter-spacing: 3px;
  71. text-align: left;
  72. }