Commit 776c364879f9b5e99f1f5a6ac1b38e430ed059aa

Authored by 后端开发-许程
1 parent f5b0d517

门店地址

pages/goods/goodsInfo/goodsInfo.wxss
... ... @@ -2296,14 +2296,14 @@ z-index: 20;
2296 2296 background: white;
2297 2297 width: 100%;
2298 2298 border-radius: 20rpx 20rpx 0 0;
2299   -height: 55%;
  2299 +height: 70%;
2300 2300 }
2301 2301 .popup-top{
2302 2302 border-bottom: 1rpx solid #eee;
2303   - height: 120rpx;
  2303 + height: 140rpx;
2304 2304 width: 95%;
2305 2305 margin: auto;
2306   - line-height: 120rpx;
  2306 + line-height: 140rpx;
2307 2307  
2308 2308 }
2309 2309 .bg_rights{
... ... @@ -2317,6 +2317,7 @@ height: 55%;
2317 2317 .modal-closes {
2318 2318 position: absolute;
2319 2319 right: 30rpx;
  2320 + top: -10rpx;
2320 2321 }
2321 2322 .choose_more{
2322 2323 margin-top: 30rpx;
... ... @@ -2325,7 +2326,7 @@ height: 55%;
2325 2326 }
2326 2327 .store-list{
2327 2328 width: 95%;
2328   - height: 428rpx;
  2329 + height: 72%;
2329 2330 overflow-y: scroll;
2330 2331 overflow: hidden;
2331 2332 margin: auto;
... ... @@ -2333,8 +2334,8 @@ height: 55%;
2333 2334 }
2334 2335 .store-list .store_choose{
2335 2336 width: 100%;
2336   - height: 100rpx;
2337   - line-height: 100rpx;
  2337 + height: 125rpx;
  2338 + line-height: 125rpx;
2338 2339 border-bottom: 1rpx solid #eee;
2339 2340  
2340 2341 }
... ... @@ -2377,7 +2378,7 @@ line-height: 30rpx;
2377 2378 .store-bottom{
2378 2379 width: 85%;
2379 2380 margin: auto;
2380   - height: 115rpx;
  2381 + height: 105rpx;
2381 2382  
2382 2383 }
2383 2384 .determine{
... ...