Browse Source

1、首页背景图变更

2、出库详情页背景图变更
master
chenxuhui 7 years ago
parent
commit
e8b402cf17
4 changed files with 5 additions and 4 deletions
  1. BIN
      imgs/backGroundImage.png
  2. BIN
      imgs/outStoreBackImage.png
  3. +2
    -1
      pages/outStore/outStoreDetail/outStoreDetail.wxml
  4. +3
    -3
      pages/outStore/outStoreDetail/outStoreDetail.wxss

BIN
imgs/backGroundImage.png View File

Before After
Width: 1242  |  Height: 434  |  Size: 358 KiB Width: 1242  |  Height: 434  |  Size: 304 KiB

BIN
imgs/outStoreBackImage.png View File

Before After
Width: 1158  |  Height: 465  |  Size: 30 KiB

+ 2
- 1
pages/outStore/outStoreDetail/outStoreDetail.wxml View File

@ -1,6 +1,7 @@
<!--pages/outStore/outStoreDetail/outStoreDetail.wxml-->
<view class='imageView'>
<image class='currentImage' src="/imgs/blueBtn.png">
<!-- <image class='currentImage' src="/imgs/blueBtn.png"> -->
<image class='currentImage' src="/imgs/outStoreBackImage.png">
<view class='totalMoneyView'>
<text class='totalMoney'>总金额</text>
</view>


+ 3
- 3
pages/outStore/outStoreDetail/outStoreDetail.wxss View File

@ -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;
}


Loading…
Cancel
Save