index.wxss 550 B

1234567891011121314151617181920212223242526272829303132
  1. @charset "UTF-8";
  2. /**
  3. * uni-app内置的常用样式变量
  4. */
  5. /* 行为相关颜色 */
  6. /* 文字基本颜色 */
  7. /* 背景颜色 */
  8. /* 边框颜色 */
  9. /* 尺寸变量 */
  10. /* 文字尺寸 */
  11. /* 图片尺寸 */
  12. /* Border Radius */
  13. /* 水平间距 */
  14. /* 垂直间距 */
  15. /* 透明度 */
  16. /* 文章场景相关 */
  17. page {
  18. background-color: #f8f8f8;
  19. }
  20. .copyright {
  21. margin-top: 50rpx;
  22. text-align: center;
  23. line-height: 60rpx;
  24. color: #999;
  25. }
  26. .header-section {
  27. display: flex;
  28. padding: 30rpx 0 0;
  29. flex-direction: column;
  30. align-items: center;
  31. }