12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .qy-2-2{
- width: 22%;
- height: 28px;
- border-radius: 4px;
- background: rgba(3, 8, 82, 0.5);
- margin-top: 9px;
- line-height: 28px;
- cursor: pointer;
- margin-left: 1%;
- }
- .qy-2-2 span{
- margin-left: 0 !important;
- margin-right: 0 !important;
- }
- .qy-2-2 .span-1{
- display: block;width: 20px;
- margin-left:7px !important;
- float: left;
- line-height: 26px;
- }
- .qy-2-2 .span-2{
- display: block;
- width: 28px;
- margin-left:6px !important;
- float: left;
- line-height: 28px;
- text-align: center;
- }
- .qy-2-2 .span-3{
- display: block;width: 7px;
- margin-left:10px !important;
- float: left;
- line-height: 25px;
- }
- .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;
- }
-
- .citys li{
- width: 96%;
- text-align: center;
- padding: 2px 2% !important;
- }
|