diff --git a/imgs/backGroundImage.png b/imgs/backGroundImage.png index 334feb8..6a5ff41 100644 Binary files a/imgs/backGroundImage.png and b/imgs/backGroundImage.png differ diff --git a/imgs/outStoreBackImage.png b/imgs/outStoreBackImage.png new file mode 100644 index 0000000..9df8be8 Binary files /dev/null and b/imgs/outStoreBackImage.png differ diff --git a/pages/outStore/outStoreDetail/outStoreDetail.wxml b/pages/outStore/outStoreDetail/outStoreDetail.wxml index 8d5ccbb..aa7a777 100644 --- a/pages/outStore/outStoreDetail/outStoreDetail.wxml +++ b/pages/outStore/outStoreDetail/outStoreDetail.wxml @@ -1,6 +1,7 @@ - + + 总金额 diff --git a/pages/outStore/outStoreDetail/outStoreDetail.wxss b/pages/outStore/outStoreDetail/outStoreDetail.wxss index 7c9494a..737a727 100644 --- a/pages/outStore/outStoreDetail/outStoreDetail.wxss +++ b/pages/outStore/outStoreDetail/outStoreDetail.wxss @@ -1,7 +1,7 @@ /* pages/outStore/outStoreDetail/outStoreDetail.wxss */ .imageView { - height: 150px; + height: 110px; margin-top: 10px; margin-left: 15px; margin-right: 15px; @@ -19,7 +19,7 @@ position: absolute; width: 100%; /* height: 100%; */ - top: 60rpx; + top: 40rpx; text-align: center; } @@ -27,7 +27,7 @@ position: absolute; width: 100%; /* height: 100%; */ - top: 120rpx; + top: 100rpx; text-align: center; }