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.

style_4.css 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .text-s-4-content{
  2. margin-top: 5px;
  3. width: 100%;
  4. height: auto;
  5. float: left;
  6. /* 小卡片 */
  7. }
  8. .text-s-4-content .box{
  9. width: 348px;
  10. heigth: auto;
  11. margin: 0px auto;
  12. }
  13. .text-s-4-content .row{
  14. /**
  15. * 定义宽高
  16. */
  17. width: 100%;
  18. height: 100px;
  19. float: left;
  20. /**
  21. * 边距
  22. */
  23. margin: 5px 0px;
  24. padding: 0;
  25. /**
  26. * 定义边框
  27. */
  28. border-radius: 15px;
  29. /*
  30. * 定义背景
  31. */
  32. border-radius: 5px;
  33. box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1);
  34. background: rgba(255, 255, 255, 0.7);
  35. /**
  36. ** 定位属性
  37. */
  38. position: relative;
  39. z-index: 1000;
  40. }
  41. /*
  42. * 内部布局样式
  43. */
  44. .text-s-4-content .top{
  45. width:100%;
  46. height: 100%;
  47. float: left;
  48. line-height: 100px;
  49. }
  50. .text-s-4-content .top img{
  51. margin: 0 10px 0 20px;
  52. }
  53. .text-s-4-content .top font{
  54. color: rgb(54, 59, 120);
  55. font-family: "HarmonyOS Sans SC";
  56. font-size: 25px;
  57. font-weight: 400;
  58. line-height: 100%;
  59. letter-spacing: 0px;
  60. text-align: center;
  61. }
  62. /**
  63. ** 内容标签样式
  64. */
  65. .text-s-4-content .img{
  66. }