|
@@ -22,9 +22,9 @@ const PinMessage = ({
|
|
|
style={styles.noticeDialog}
|
|
style={styles.noticeDialog}
|
|
|
visible={visible}>
|
|
visible={visible}>
|
|
|
<Swiper
|
|
<Swiper
|
|
|
- style={{height: $vw(100)}}
|
|
|
|
|
- loop={true}
|
|
|
|
|
- autoplay={true}
|
|
|
|
|
|
|
+ style={{height: $vh(50)}}
|
|
|
|
|
+ loop={false}
|
|
|
|
|
+ autoplay={false}
|
|
|
//dotColor={"#ccc"}
|
|
//dotColor={"#ccc"}
|
|
|
activeDotColor={colorAccent}
|
|
activeDotColor={colorAccent}
|
|
|
removeClippedSubviews={false}
|
|
removeClippedSubviews={false}
|
|
@@ -104,7 +104,7 @@ const styles = StyleSheet.create({
|
|
|
},
|
|
},
|
|
|
messageCard: {
|
|
messageCard: {
|
|
|
marginBottom: 16,
|
|
marginBottom: 16,
|
|
|
- maxHeight: $vw(50),
|
|
|
|
|
|
|
+ maxHeight: $vh(50),
|
|
|
overflow: "hidden",
|
|
overflow: "hidden",
|
|
|
borderRadius: 6,
|
|
borderRadius: 6,
|
|
|
backgroundColor: colorLight,
|
|
backgroundColor: colorLight,
|
|
@@ -144,7 +144,7 @@ const styles = StyleSheet.create({
|
|
|
position: "absolute"
|
|
position: "absolute"
|
|
|
},
|
|
},
|
|
|
notiveView: {
|
|
notiveView: {
|
|
|
- height: $vw(100),
|
|
|
|
|
|
|
+ height: $vh(50) - 48,
|
|
|
marginLeft: 4,
|
|
marginLeft: 4,
|
|
|
marginRight: 4,
|
|
marginRight: 4,
|
|
|
borderRadius: 12,
|
|
borderRadius: 12,
|