🐞 fix(修复剪样样式、):
This commit is contained in:
parent
783bcae1c4
commit
0e57d8b721
@ -143,7 +143,7 @@ const BindSalesman = () => {
|
|||||||
cCanvasCtx.save()
|
cCanvasCtx.save()
|
||||||
cCanvasCtx.font = `${doublePick(40)}px 微软雅黑`
|
cCanvasCtx.font = `${doublePick(40)}px 微软雅黑`
|
||||||
cCanvasCtx.fillStyle = '#000000'
|
cCanvasCtx.fillStyle = '#000000'
|
||||||
cCanvasCtx.fillText('陆盈商城', doublePick(40), doublePick(80)) // text up above canvas
|
cCanvasCtx.fillText('商城', doublePick(40), doublePick(80)) // text up above canvas
|
||||||
cCanvasCtx.save()
|
cCanvasCtx.save()
|
||||||
cCanvasCtx.font = `${doublePick(26)}px 微软雅黑`
|
cCanvasCtx.font = `${doublePick(26)}px 微软雅黑`
|
||||||
cCanvasCtx.fillStyle = '#8f9398'
|
cCanvasCtx.fillStyle = '#8f9398'
|
||||||
@ -151,7 +151,7 @@ const BindSalesman = () => {
|
|||||||
cCanvasCtx.save()
|
cCanvasCtx.save()
|
||||||
cCanvasCtx.font = `${doublePick(24)}px 微软雅黑`
|
cCanvasCtx.font = `${doublePick(24)}px 微软雅黑`
|
||||||
cCanvasCtx.fillStyle = '#a6a6a6'
|
cCanvasCtx.fillStyle = '#a6a6a6'
|
||||||
cCanvasCtx.fillText('请前往陆盈商城,进行填写或扫描邀请', doublePick(100), doublePick(630)) // text up above canvas
|
cCanvasCtx.fillText('请前往商城,进行填写或扫描邀请', doublePick(100), doublePick(630)) // text up above canvas
|
||||||
cCanvasCtx.save()
|
cCanvasCtx.save()
|
||||||
cCanvasCtx.font = `${doublePick(36)}px 微软雅黑`
|
cCanvasCtx.font = `${doublePick(36)}px 微软雅黑`
|
||||||
cCanvasCtx.fillStyle = '#7f7f7f'
|
cCanvasCtx.fillStyle = '#7f7f7f'
|
||||||
@ -260,7 +260,7 @@ const BindSalesman = () => {
|
|||||||
<View className={styles.content}>
|
<View className={styles.content}>
|
||||||
<View className={styles.background}>
|
<View className={styles.background}>
|
||||||
<View className={styles.left}>
|
<View className={styles.left}>
|
||||||
<View className={styles.title}>陆盈商城</View>
|
<View className={styles.title}>商城</View>
|
||||||
<View className={styles.description}>邀请好友加入</View>
|
<View className={styles.description}>邀请好友加入</View>
|
||||||
</View>
|
</View>
|
||||||
<View className={styles.right}>
|
<View className={styles.right}>
|
||||||
|
|||||||
@ -14,7 +14,7 @@ const WeightMemo = ({ onCheck, onCustom }: Param) => {
|
|||||||
<View className={styles.weight_memo_item} onClick={() => onCheck?.()}>
|
<View className={styles.weight_memo_item} onClick={() => onCheck?.()}>
|
||||||
<View className={styles.title}>
|
<View className={styles.title}>
|
||||||
<Text className={classnames('iconfont icon-a-yuanmadanmadanguanli', styles.miconfont_check)}></Text>
|
<Text className={classnames('iconfont icon-a-yuanmadanmadanguanli', styles.miconfont_check)}></Text>
|
||||||
<Text>陆盈纺织</Text>
|
<Text>面料优选A+</Text>
|
||||||
</View>
|
</View>
|
||||||
<View className={styles.desc}>
|
<View className={styles.desc}>
|
||||||
<Text>查看原码单</Text>
|
<Text>查看原码单</Text>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user