12345678910111213141516171819202122232425262728293031323334 |
- .sx-content-1{
- width: 100%;
- float: left;
- background: rgba(255, 255, 255, 0.5);
- }
- .sx-box-1{
- width: 100%;
- height: 60px;
- line-height: 60px;
- float: left;
- text-align: center;
- }
- .sx-box-1 .upo{
- border-radius: 4px;
- background: rgb(38, 120, 255);
- color: rgba(255, 255, 255, 0.9);
- font-family: 思源黑体;
- font-size: 16px;
- font-weight: 400;
- line-height: 24px;
- letter-spacing: -1px;
- text-align: center;
- padding: 4px 8px;
- }
-
- .sx-box-1 span{
- color: rgb(115, 119, 159);
- font-family: "HarmonyOS Sans SC";
- font-size: 16px;
- font-weight: 400;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- }
|