Ingen beskrivning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style_5.css 688B

12345678910111213141516171819202122232425262728293031323334
  1. .sx-content-1{
  2. width: 100%;
  3. float: left;
  4. background: rgba(255, 255, 255, 0.5);
  5. }
  6. .sx-box-1{
  7. width: 100%;
  8. height: 60px;
  9. line-height: 60px;
  10. float: left;
  11. text-align: center;
  12. }
  13. .sx-box-1 .upo{
  14. border-radius: 4px;
  15. background: rgb(38, 120, 255);
  16. color: rgba(255, 255, 255, 0.9);
  17. font-family: 思源黑体;
  18. font-size: 16px;
  19. font-weight: 400;
  20. line-height: 24px;
  21. letter-spacing: -1px;
  22. text-align: center;
  23. padding: 4px 8px;
  24. }
  25. .sx-box-1 span{
  26. color: rgb(115, 119, 159);
  27. font-family: "HarmonyOS Sans SC";
  28. font-size: 16px;
  29. font-weight: 400;
  30. line-height: 100%;
  31. letter-spacing: 0px;
  32. text-align: left;
  33. }