mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-13 20:32:05 +08:00
添加应用详情页面
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user