ShoppingUI.uss 882 B

123456789101112131415161718192021222324252627
  1. .MainManuButton {
  2. height: 30px;
  3. border-top-left-radius: 13px;
  4. border-top-right-radius: 13px;
  5. border-bottom-right-radius: 13px;
  6. border-bottom-left-radius: 13px;
  7. -unity-font: url("project://database/Assets/Font/MaoKenZhuYuanTi-MaokenZhuyuanTi-2.ttf?fileID=12800000&guid=50a63638b44907e46a3fa871d63b7d39&type=3#MaoKenZhuYuanTi-MaokenZhuyuanTi-2");
  8. color: rgb(255, 255, 255);
  9. -unity-text-outline-width: 0;
  10. text-shadow: 0 0 10px rgb(255, 255, 255);
  11. word-spacing: 0;
  12. border-top-width: 0;
  13. border-right-width: 0;
  14. border-bottom-width: 0;
  15. border-left-width: 0;
  16. margin-right: 5px;
  17. margin-left: 5px;
  18. padding-right: 0;
  19. padding-left: 0;
  20. width: 50px;
  21. padding-top: 0;
  22. padding-bottom: 0;
  23. overflow: hidden;
  24. background-color: rgba(0, 0, 0, 0.71);
  25. -unity-font-style: bold;
  26. transition-duration: 0.6s;
  27. }