12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
-
- .nav-s-1-content{
- width: 100%;
- height: auto;
- float: left;
- }
- .nav-s-1-content .box{
- width: 1050px;
- heigth: 100%;
- margin: 0px auto;
- }
- .nav-s-1-content .row{
- /**
- * 定义宽高
- */
- width: 96%;
- height: 81px;
- float: left;
- /**
- * 边距
- */
- margin: 0px 0px 0px 0px;
- padding: 0 2%;
- /**
- * 定义边框
- */
- 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: 81px;
- }
-
- /**
- ** 内容标签样式
- */
- .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: 16px;
- font-weight: 400;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- margin-right: 10px;
- }
|