|
@@ -38,6 +38,7 @@ export const RuleModal = forwardRef<RuleModalRef>((_, ref) => {
|
|
|
<Text style={styles.text}>2.您可以查看完整版《用户协议》和《隐私政策》 以便了解我们收集、使用、存储信息的情况,以及对信息的保护措施</Text>
|
|
<Text style={styles.text}>2.您可以查看完整版《用户协议》和《隐私政策》 以便了解我们收集、使用、存储信息的情况,以及对信息的保护措施</Text>
|
|
|
<Text style={styles.text}>3.不支持设置私密房间</Text>
|
|
<Text style={styles.text}>3.不支持设置私密房间</Text>
|
|
|
<Text style={styles.text}>4.参与热度仅代表房间热度,不代表具体人数</Text>
|
|
<Text style={styles.text}>4.参与热度仅代表房间热度,不代表具体人数</Text>
|
|
|
|
|
+ <Text style={[styles.text, { marginTop: 10, color: '#999', fontSize: 10 }]}>特别声明:本应用内包含的所有抽奖及活动(包括APP专享活动等)均由艾斯潮盒官方发起,与苹果公司(Apple Inc.)无关。苹果公司不是上述活动的赞助商,也没有以任何形式参与上述活动。</Text>
|
|
|
</View>
|
|
</View>
|
|
|
</ImageBackground>
|
|
</ImageBackground>
|
|
|
<View style={styles.closeContainer}>
|
|
<View style={styles.closeContainer}>
|
|
@@ -64,7 +65,7 @@ const styles = StyleSheet.create({
|
|
|
},
|
|
},
|
|
|
bgContainer: {
|
|
bgContainer: {
|
|
|
width: 300, // 600rpx approx
|
|
width: 300, // 600rpx approx
|
|
|
- height: 300, // 600rpx approx
|
|
|
|
|
|
|
+ height: 340, // increased for disclaimer
|
|
|
justifyContent: 'flex-start',
|
|
justifyContent: 'flex-start',
|
|
|
paddingHorizontal: 25, // 50rpx
|
|
paddingHorizontal: 25, // 50rpx
|
|
|
paddingTop: 75, // 150rpx
|
|
paddingTop: 75, // 150rpx
|