✨ feat(ID1000892_登录页开发):
This commit is contained in:
parent
bbad78f212
commit
71246439e1
22
src/pages/login/index.tsx
Normal file
22
src/pages/login/index.tsx
Normal file
@ -0,0 +1,22 @@
|
||||
import { Image, Text, View } from '@tarojs/components'
|
||||
import styles from './index.module.scss'
|
||||
import logo from '@/styles/image/lgo@2x.png'
|
||||
import IconFont from '@/components/iconfont/iconfont'
|
||||
import Checkbox from '@/components/checkbox'
|
||||
|
||||
export default () => {
|
||||
return <View className={styles.main}>
|
||||
<View className={styles.login_image}>
|
||||
<Image src={logo} />
|
||||
<Text>打造面料爆品 专注客户服务</Text>
|
||||
</View>
|
||||
<View className={styles.login_btn}>
|
||||
<IconFont name="icon-weixin" />
|
||||
<Text>微信一键登录</Text>
|
||||
</View>
|
||||
<View className={styles.regulations}>
|
||||
<Checkbox />
|
||||
<Text>我已阅读并同意</Text>
|
||||
</View>
|
||||
</View>
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user