mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
35 lines
445 B
CSS
35 lines
445 B
CSS
Page {
|
|
background-color: white;
|
|
}
|
|
|
|
ListView {
|
|
margin: 0 10 0 10;
|
|
}
|
|
|
|
.title {
|
|
margin: 10;
|
|
font-size: 32;
|
|
color: #3c3c3c;
|
|
horizontal-align: center;
|
|
}
|
|
|
|
.detail-title {
|
|
margin: 10;
|
|
font-size: 26;
|
|
color: #3c3c3c;
|
|
horizontal-align: center;
|
|
}
|
|
|
|
.listItem {
|
|
margin: 10;
|
|
horizontal-align: center;
|
|
color: #808080;
|
|
font-size: 20;
|
|
}
|
|
|
|
.info {
|
|
margin: 10;
|
|
font-size: 20;
|
|
color: #808080;
|
|
}
|