1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .qy-2-2{
- width: 139px;
- height: 32px;
- border-radius: 4px;
- background: rgba(3, 8, 82, 0.5);
- margin-top: 6px;
- line-height:32px;
- cursor: pointer;
- }
- .qy-2-2 span{
- margin-left: 0 !important;
- margin-right: 0 !important;
- }
- .qy-2-2 .span-1{
- display: block;width: 20px;
- margin-left:10px !important;
- float: left;
- line-height: 28px;
- }
- .qy-2-2 .span-2{
- display: block;width: 75px;
- margin-left:6px !important;
- float: left;
- line-height: 32px;
- text-align: center;
- }
- .qy-2-2 .span-3{
- display: block;width: 7px;
- margin-left:10px !important;
- float: left;
- line-height: 28px;
- }
- .qy-2-2 .font-1{
- color: rgb(40, 45, 108);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 400;
- letter-spacing: 0px;
- color: #fff;
- overflow:hidden;
- }
|