添加应用详情页面

This commit is contained in:
RigoLigoRLC
2021-09-19 20:22:36 +08:00
parent d2ab7cfbf7
commit 2b12c38f50
18 changed files with 473 additions and 17 deletions

View File

@@ -14,7 +14,8 @@
TXACC: Text on Selection/Activation
TXGBG: Text on Global background
TXCBG: Text on controls background
TXL: Text slightly lighter
TXL1: Text slightly lighter
TXL2: Text lighter even more
TXD: Text disabled
GLS: Glossy edge on controls
SHD: Shades edge on controls
@@ -106,7 +107,7 @@ ElidedLabel
#styAboutDesc
{
color: TXL
color: TXL1
}
SpkAppItem
@@ -126,12 +127,29 @@ SpkAppItem::hover
font-size: 17px;
}
#styDetTitle
{
font-weight: 600;
font-size: 36px;
}
#styAppItmDesc
{
color: TXL;
color: TXL1;
font-size: 12px;
}
#styDetDesc
{
color: TXL1;
font-size: 14px;
}
#styDetPkg
{
color: TXL2
}
#styChkBtn
{
border-width: 0px;