import styled from 'styled-components/native'; export const PageWrapper = styled.View` flex: 1; padding-horizontal: 40px; `; export const ItemWrap = styled.View` border-radius: 7.6px; padding: 10px 8px; flex-direction: row; margin-bottom: 14px; `; export const ItemInfo = styled.View` flex-shrink: 1; padding-horizontal: 10px; justify-content: space-evenly; `; export const NoticScroll = styled.ScrollView``;