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;
- }
|