index.wxss 238 B

123456789101112131415161718
  1. page {
  2. background: #f1f1f1;
  3. }
  4. .foot-text {
  5. line-height: 100rpx;
  6. text-align: center;
  7. color: #aaa;
  8. font-size: 26rpx;
  9. }
  10. .title{
  11. text-align: center;
  12. font-size: 32rpx;
  13. color: #888;
  14. }
  15. .nav-list + .title {
  16. margin-top: 50rpx;
  17. }