与牧同行-小程序用户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
247 B

6 days ago
  1. page {
  2. height: 100vh;
  3. display: flex;
  4. flex-direction: column;
  5. }
  6. .scrollarea {
  7. flex: 1;
  8. overflow-y: hidden;
  9. }
  10. .log-item {
  11. margin-top: 20rpx;
  12. text-align: center;
  13. }
  14. .log-item:last-child {
  15. padding-bottom: env(safe-area-inset-bottom);
  16. }