暫無描述
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.

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