.nav-s-1-content{ width: 100%; height: auto; float: left; } .nav-s-1-content .box{ width: 100%; heigth: 100%; margin: 0px auto; } .nav-s-1-content .row{ /** * 定义宽高 */ width: 100%; height: 30px; float: left; padding: 0.1rem; /** * 边距 */ margin: 0px 0px 0px 0px; /** * 定义边框 */ border-radius: 5px; /* * 定义背景 */ /* border-radius: 5px; !* 面板阴影 *! box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15); background: rgba(255, 255, 255, 0.7);*/ /** ** 定位属性 */ position: relative; } /* * 内部布局样式 */ .nav-s-1-content .top{ width:100%; heigth: 100%; float: left; line-height: 30px !important; } /** ** 内容标签样式 */ .nav-s-1-content img{ width: 7px; height: 18px; /* 垂直居中 */ margin-top: -4px; } .nav-s-1-content a,span{ color: rgb(40, 45, 108); font-family: "HarmonyOS Sans SC"; font-size: 0.4rem; font-weight: 400; letter-spacing: 0px; text-align: left; margin-right: 10px; }