123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
-
- /*
- * logo
- */
- .content-2{
- width: 100%;
- float: left;
- }
- .box-2{
- width: 1050px;
- height: 40px;
- line-height: 40px;
- margin:0 auto;
- display: block;
- padding:10px 0px;
- }
-
- .qy-2-1{
- width: 120px;
- height: 40px;
- text-align:left;
- line-height: 40px;
- }
- .font-3{
- display: block;
- height: 40px;
- line-height: 40px;
- }
-
-
- /*
- * 登录注册 按钮
- */
- .content-3{
- width: 100%;
- background: rgba(255, 255, 255, 0.7);
- position: relative;
- float: left;
- }
- .box-3{
- width: 1050px;
- height: 68px;
- line-height: 68px;
- margin:0 auto;
- display: block;
-
- }
- .box-3 .font-11 a:hover{
- color:#fff;
- }
- .font-11{
- border-radius: 5px;
- /* 绿色 */
- box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
- background: rgb(0, 165, 120);
- padding:5px 10px;
- margin-right: 2px !important;
- }
- .font-11-1{
- margin-right: 2px !important;
- }
- .font-10{
- color: rgb(255, 255, 255);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 500;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: center;
-
- }
- .font-12{
- box-sizing: border-box;
- border: 1px solid rgb(0, 165, 120);
- border-radius: 5px;
- padding:5px 10px;
- /* 绿色 */
- box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
- margin-left: 2px !important;
- }
- .font-13{
- color: rgb(0, 165, 120);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 500;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: center;
- }
-
- /*
- * 导航
- */
- .qy-6{
- text-align: left;
- }
- .qy-6 li{
- float:left;
- margin: 0 50px 0 0;
- }
- .qy-6 a{
- color: rgb(115, 119, 159);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 500;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- }
- .qy-6 .active{
- color: rgb(40, 45, 108);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: bold;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: center;
- }
- .qy-6-1{
-
- }
|