ColorUI 源代码
This commit is contained in:
weilanwl
2018-06-19 21:21:54 +08:00
parent 9e6720d0dc
commit 3834693e84
114 changed files with 4477 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
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;
}