mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-09 16:44:01 +08:00
18 lines
238 B
Plaintext
18 lines
238 B
Plaintext
page {
|
|
background: #f1f1f1;
|
|
}
|
|
|
|
.foot-text {
|
|
line-height: 100rpx;
|
|
text-align: center;
|
|
color: #aaa;
|
|
font-size: 26rpx;
|
|
}
|
|
.title{
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
color: #888;
|
|
}
|
|
.nav-list + .title {
|
|
margin-top: 50rpx;
|
|
} |