Commit 40f1b068d2f86a4991bfdb36c4eddc46c38fddf4

Authored by yvan.ni
1 parent 9b415574

门店显示样式的优化

components/diy_store_select/diy_store_select.wxss
... ... @@ -188,7 +188,7 @@
188 188  
189 189 /* 门店分类列表 */
190 190 .sort_store_list {
191   - height: 82%;
  191 + max-height: 700rpx;
192 192 overflow: hidden;
193 193 overflow-y: scroll;
194 194 width: 95%;
... ...
packageA/pages/goodsInfo/goodsInfo.wxss
... ... @@ -2575,7 +2575,7 @@ line-height: 38rpx;
2575 2575 }
2576 2576 /* 门店分类列表 */
2577 2577 .sort_store_list{
2578   - height: 82%;
  2578 + max-height: 700rpx;
2579 2579 overflow: hidden;
2580 2580 overflow-y: scroll;
2581 2581 width: 95%;
... ...
packageA/pages/profile/profile.wxss
... ... @@ -532,7 +532,7 @@ input {
532 532 /* 门店分类列表 */
533 533  
534 534 .sort_store_list {
535   - height: 82%;
  535 + max-height: 700rpx;
536 536 overflow: hidden;
537 537 overflow-y: scroll;
538 538 width: 95%;
... ...
packageA/pages/prom_list/prom_list.wxss
... ... @@ -267,7 +267,7 @@
267 267 }
268 268 /* 门店分类列表 */
269 269 .sort_store_list{
270   - height: 82%;
  270 + max-height: 700rpx;
271 271 overflow: hidden;
272 272 overflow-y: scroll;
273 273 width: 95%;
... ...
packageA/pages/serviceCard_pd/team_show/team_show.wxss
... ... @@ -2178,7 +2178,7 @@ page {
2178 2178  
2179 2179  
2180 2180 .sort_store_list{
2181   - height: 82%;
  2181 + max-height: 700rpx;
2182 2182 overflow: hidden;
2183 2183 overflow-y: scroll;
2184 2184 width: 95%;
... ...
packageB/pages/zuhegou/index/index.wxss
... ... @@ -338,7 +338,7 @@ page {
338 338 }
339 339 /* 门店分类列表 */
340 340 .sort_store_list{
341   - height: 82%;
  341 + max-height: 700rpx;
342 342 overflow: hidden;
343 343 overflow-y: scroll;
344 344 width: 95%;
... ...
packageB/pages/zuhegou/preindex/index.wxss
... ... @@ -334,7 +334,7 @@ page {
334 334 }
335 335 /* 门店分类列表 */
336 336 .sort_store_list{
337   - height: 82%;
  337 + max-height: 700rpx;
338 338 overflow: hidden;
339 339 overflow-y: scroll;
340 340 width: 95%;
... ...
packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.wxss
... ... @@ -2574,7 +2574,7 @@ line-height: 38rpx;
2574 2574 }
2575 2575 /* 门店分类列表 */
2576 2576 .sort_store_list{
2577   - height: 82%;
  2577 + max-height: 700rpx;
2578 2578 overflow: hidden;
2579 2579 overflow-y: scroll;
2580 2580 width: 95%;
... ...
packageC/pages/presell/goodsInfo/goodsInfo.wxss
... ... @@ -2570,7 +2570,7 @@ line-height: 38rpx;
2570 2570 }
2571 2571 /* 门店分类列表 */
2572 2572 .sort_store_list{
2573   - height: 82%;
  2573 + max-height: 700rpx;
2574 2574 overflow: hidden;
2575 2575 overflow-y: scroll;
2576 2576 width: 95%;
... ...
packageC/pages/presell/pregoodsInfo/goodsInfo.wxss
... ... @@ -2570,7 +2570,7 @@ line-height: 38rpx;
2570 2570 }
2571 2571 /* 门店分类列表 */
2572 2572 .sort_store_list{
2573   - height: 82%;
  2573 + max-height: 700rpx;
2574 2574 overflow: hidden;
2575 2575 overflow-y: scroll;
2576 2576 width: 95%;
... ...
pages/goods/goodsInfo/goodsInfo.wxss
... ... @@ -3447,7 +3447,7 @@ margin: auto; */
3447 3447  
3448 3448 /* 门店分类列表 */
3449 3449 .sort_store_list {
3450   - height: 82%;
  3450 + max-height: 700rpx;
3451 3451 overflow: hidden;
3452 3452 overflow-y: scroll;
3453 3453 width: 95%;
... ...
pages/team/team_show/team_show.wxss
... ... @@ -2178,7 +2178,7 @@ page {
2178 2178  
2179 2179  
2180 2180 .sort_store_list{
2181   - height: 82%;
  2181 + max-height: 700rpx;
2182 2182 overflow: hidden;
2183 2183 overflow-y: scroll;
2184 2184 width: 95%;
... ...
pages/user/userinfo/userinfo.wxss
... ... @@ -529,7 +529,7 @@ input {
529 529 /* 门店分类列表 */
530 530  
531 531 .sort_store_list {
532   - height: 82%;
  532 + max-height: 700rpx;
533 533 overflow: hidden;
534 534 overflow-y: scroll;
535 535 width: 95%;
... ...