1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- .qy-800{
- position: relative;
- margin-top:20px;
- }
- .font-15-6666{
- position: absolute;
- width: 3px;
- height: 20px;
- border-radius: 5px;
- background: rgb(38, 120, 255);
- left: 4%;
- }
- .font-15-556{
- color: rgb(40, 45, 108);
- font-family: "HarmonyOS Sans SC" !important;
- font-size: 18px;
- font-weight: bold;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- margin-left: 20px;
- display: block;
- }
- .link-ti{
- width: 100%;
- padding-left: 1%;
- }
- .link-li{
- width: 100%;
- height: auto;
- line-height: 22px;
- padding: 5px 4%;
- margin-top: 10px;
- }
- .link-li li{
- float: left;
- margin: 0 10px 0 0;
- }
- .link-li li a{
- color: rgb(40, 45, 108);
- font-family: "HarmonyOS Sans SC";
- font-size: 16px;
- font-weight: 400;
- line-height: 100%;
- letter-spacing: 1px;
- text-align: center;
- }
|