38206135 by simon

默认提交

1 parent e2b99f93
...@@ -184,3 +184,7 @@ ...@@ -184,3 +184,7 @@
184 .container::-webkit-scrollbar { 184 .container::-webkit-scrollbar {
185 display: none; 185 display: none;
186 } 186 }
187
188 .container{
189 -ms-overflow-style: none;
190 }
......
...@@ -285,7 +285,7 @@ ...@@ -285,7 +285,7 @@
285 } 285 }
286 286
287 &-protocol { 287 &-protocol {
288 margin: $marginSmall-M auto 0; 288 // margin: $marginSmall-M auto 0;
289 } 289 }
290 290
291 &-submit { 291 &-submit {
......
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
293 } 293 }
294 294
295 &-protocol { 295 &-protocol {
296 margin: $marginSmall-M auto 0; 296 // margin: $marginSmall-M auto 0;
297 } 297 }
298 298
299 &-submit { 299 &-submit {
......
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
276 } 276 }
277 277
278 &-protocol { 278 &-protocol {
279 margin: $marginSmall-M auto 0; 279 // margin: $marginSmall-M auto 0;
280 } 280 }
281 281
282 &-submit { 282 &-submit {
......
...@@ -279,7 +279,7 @@ ...@@ -279,7 +279,7 @@
279 } 279 }
280 280
281 &-protocol { 281 &-protocol {
282 margin: $marginSmall-M auto 0; 282 // margin: $marginSmall-M auto 0;
283 } 283 }
284 284
285 &-submit { 285 &-submit {
......
...@@ -279,7 +279,7 @@ ...@@ -279,7 +279,7 @@
279 } 279 }
280 280
281 &-protocol { 281 &-protocol {
282 margin: $marginSmall-M auto 0; 282 // margin: $marginSmall-M auto 0;
283 } 283 }
284 284
285 &-submit { 285 &-submit {
......
...@@ -287,7 +287,7 @@ ...@@ -287,7 +287,7 @@
287 } 287 }
288 288
289 &-protocol { 289 &-protocol {
290 margin: $marginSmall-M auto 0; 290 // margin: $marginSmall-M auto 0;
291 } 291 }
292 292
293 &-submit { 293 &-submit {
......