2021-11-03 21:06:18 +08:00
|
|
|
import styled from 'styled-components';
|
|
|
|
|
2021-12-10 22:55:37 +08:00
|
|
|
const OffsetBottom = styled.div`
|
2022-02-22 04:40:00 +08:00
|
|
|
position: relative;
|
2021-12-10 22:55:37 +08:00
|
|
|
`;
|
|
|
|
|
2021-11-03 21:06:18 +08:00
|
|
|
export default {
|
2021-12-10 22:55:37 +08:00
|
|
|
OffsetBottom,
|
2021-11-03 21:06:18 +08:00
|
|
|
};
|