xiuli.gao 6 years ago
parent
commit
6d8c471843

+ 3 - 1
fund_h5/css/choose_city.css

142
     right: 0;
142
     right: 0;
143
     top: 1.54rem;
143
     top: 1.54rem;
144
     width: 0.20rem;
144
     width: 0.20rem;
145
-    height: 4.10rem;
145
+    /*height: 4.10rem;*/
146
+   	height: 70%;
146
     background-color: #fff;
147
     background-color: #fff;
147
     font-size: 0;
148
     font-size: 0;
149
+    overflow-y:auto ;
148
 }
150
 }
149
 
151
 
150
 .navbar a {
152
 .navbar a {

+ 2 - 2
fund_h5/css/typeChoice.css

58
 .typeListRight{
58
 .typeListRight{
59
 	width: 0.2rem;
59
 	width: 0.2rem;
60
 	height: 0.2rem;
60
 	height: 0.2rem;
61
-	background: #5D7DFF;
61
+	background: #D7D7D7;
62
 	border-radius: 50%;
62
 	border-radius: 50%;
63
 	display: flex;
63
 	display: flex;
64
 	justify-content: center;
64
 	justify-content: center;
77
 	width: 0.06rem;
77
 	width: 0.06rem;
78
 	height: 0.06rem;
78
 	height: 0.06rem;
79
 	border-radius: 50%;
79
 	border-radius: 50%;
80
-	background: #5D7DFF;
80
+	background: #fff;
81
 }
81
 }
82
 .nextStep{
82
 .nextStep{
83
 	width:2.08rem;
83
 	width:2.08rem;

File diff suppressed because it is too large
+ 5 - 9110
fund_h5/js/jquery.min.js


File diff suppressed because it is too large
+ 0 - 6
fund_h5/js/jquery.min000.js


+ 7 - 0
fund_h5/js/typeChoice.js

78
 		}
78
 		}
79
 	});
79
 	});
80
 }
80
 }
81
+
82
+//下一步
83
+function goNextStep () {
84
+	$(".nextStep").click(function () {
85
+		
86
+	})
87
+}