瀏覽代碼

[底部nav][修改][未选中icon]

[砍价][修改][金额展示]
tags/河北版C.8.1.01
rui 5 年之前
父節點
當前提交
326e81c23d
共有 10 個文件被更改,包括 12 次插入13 次删除
  1. 二進制
      assets/images/home.png
  2. 二進制
      assets/images/mendian.png
  3. 二進制
      assets/images/park.png
  4. 二進制
      assets/images/user.png
  5. +1
    -2
      components/hot/index.wxml
  6. +1
    -1
      pages/index/searchbar/index.wxss
  7. +5
    -2
      pages/specialcourtesy/specialcourtesy.wxss
  8. +2
    -2
      pages/spellGroup/spellGroup.wxml
  9. +2
    -5
      pages/spellGroup/spellGroup.wxss
  10. +1
    -1
      pages/user/myactivity/index.wxss

二進制
assets/images/home.png 查看文件

Before After
Width: 200  |  Height: 200  |  Size: 8.1 KiB Width: 52  |  Height: 52  |  Size: 1.0 KiB

二進制
assets/images/mendian.png 查看文件

Before After
Width: 200  |  Height: 200  |  Size: 12 KiB Width: 52  |  Height: 52  |  Size: 1006 B

二進制
assets/images/park.png 查看文件

Before After
Width: 200  |  Height: 200  |  Size: 14 KiB Width: 52  |  Height: 52  |  Size: 1.7 KiB

二進制
assets/images/user.png 查看文件

Before After
Width: 200  |  Height: 200  |  Size: 13 KiB Width: 52  |  Height: 52  |  Size: 1.4 KiB

+ 1
- 2
components/hot/index.wxml 查看文件

@@ -20,8 +20,7 @@
<view class='kjText'>
<text class='title'>{{kData.title}}</text>
<text class='price'>¥{{kData.priceStr}}</text>
<!-- <text class='sale'><text>¥</text>{{kData.salePriceStr}}</text> -->
<text class='sale'><text>¥</text>999999.585</text>
<text class='sale'><text>¥</text>{{kData.salePriceStr}}</text>
<view class=' btn btnk'>砍价</view>
</view>
</view>


+ 1
- 1
pages/index/searchbar/index.wxss 查看文件

@@ -350,7 +350,7 @@ page {
.shopVoList{
padding-left: 0!important;
display: inline-block!important;
width: 330rpx;
width: 345rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;


+ 5
- 2
pages/specialcourtesy/specialcourtesy.wxss 查看文件

@@ -3,8 +3,11 @@

page{
background:linear-gradient(180deg,#FD832D 0%,#FE4A16 100%);
height: 100%;
overflow: hidden;
}
.codeBox{
background:linear-gradient(180deg,#FD832D 0%,#FE4A16 100%);
height: 100%;
overflow: auto;
}
.none {
font-size: 24rpx;


+ 2
- 2
pages/spellGroup/spellGroup.wxml 查看文件

@@ -29,7 +29,7 @@
<view class='price'>
<view class='price01'>
<text class='price-unit'>¥</text>
<text class='price-numHr'>{{item.salePriceStr}}232323232</text>
<text class='price-numHr'>{{item.salePriceStr}}</text>
<text class='price02'>¥{{item.priceStr}}</text>
</view>
<view class='right-button'>去拼团</view>
@@ -61,7 +61,7 @@
<view class='price'>
<view class='price01'>
<view class='price-text'style="display: inline;font-size: 24rpx;">拼团价¥</view>
<view class='price-num'>{{item.salePrice/100}}2222222222</view>
<view class='price-num'>{{item.salePrice/100}}</view>
<!-- <view class='price-unit'>元</view> -->
</view>
</view>


+ 2
- 5
pages/spellGroup/spellGroup.wxss 查看文件

@@ -171,18 +171,15 @@ image{
white-space: nowrap;
text-overflow: ellipsis;
}
.content .price02{
.spell-centerH .price02{
display: inline-block;
font-size: 24rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
text-decoration:line-through;
color:rgba(140,140,140,1);
width: 95rpx;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
line-height: 30rpx;
margin-top: 15rpx;
}
.spell-centerH .price-num{
display: inline-block;


+ 1
- 1
pages/user/myactivity/index.wxss 查看文件

@@ -7,7 +7,7 @@
.tabs {
position: fixed;
width: 100% !important;
height: 88rpx;
height: 96rpx;
left: 0;
right: 0;
text-align: center;


Loading…
取消
儲存