暫無描述
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_5.css 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. .detail-s-5-content{
  2. margin-top: 5px;
  3. width: 100%;
  4. height: auto;
  5. float: left;
  6. border-radius: 5px;
  7. /* 小卡片 */
  8. box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1);
  9. background: rgba(255, 255, 255, 0.7);
  10. }
  11. .detail-s-5-content .box{
  12. width: 100%;
  13. heigth: auto;
  14. margin: 0px auto;
  15. }
  16. .detail-s-5-content .row{
  17. /**
  18. * 定义宽高
  19. */
  20. width: 100%;
  21. height: 379px;
  22. float: left;
  23. /**
  24. * 边距
  25. */
  26. margin: 5px 0px;
  27. padding: 0;
  28. /**
  29. * 定义边框
  30. */
  31. border-radius: 15px;
  32. /*
  33. * 定义背景
  34. */
  35. background: none;
  36. /**
  37. ** 定位属性
  38. */
  39. position: relative;
  40. }
  41. /*
  42. * 内部布局样式
  43. */
  44. .detail-s-5-content .top{
  45. width:100%;
  46. height: 330px;
  47. float: left;
  48. line-height: 100px;
  49. float: left;
  50. text-align: center;
  51. background: #fff;
  52. }
  53. .detail-s-5-content .top img{
  54. width: 201px;
  55. height: 275px;
  56. vertical-align: middle;
  57. margin-top: 20px;
  58. }
  59. .detail-s-5-content .bottom{
  60. width: 348px;
  61. height: 54px;
  62. line-height: 54px;
  63. float: left;
  64. border-radius: 0px 0px 5px 5px;
  65. backdrop-filter: blur(10px);
  66. background: rgba(38, 43, 106, 0.5);
  67. text-align: center;
  68. }
  69. .detail-s-5-content .bottom a{
  70. color: rgb(255, 255, 255);
  71. font-family: "HarmonyOS Sans SC";
  72. font-size: 18px;
  73. font-weight: 500;
  74. line-height: 100%;
  75. letter-spacing: 0px;
  76. text-align: center;
  77. }
  78. /**
  79. ** 内容标签样式
  80. */
  81. .detail-s-5-content .img{
  82. }