Przeglądaj źródła

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

[砍价][修改][金额展示]
tags/河北版C.8.1.01
rui 5 lat temu
rodzic
commit
326e81c23d
10 zmienionych plików z 12 dodań i 13 usunięć
  1. BIN
      assets/images/home.png
  2. BIN
      assets/images/mendian.png
  3. BIN
      assets/images/park.png
  4. BIN
      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

BIN
assets/images/home.png Wyświetl plik

Przed Po
Szerokość: 200  |  Wysokość: 200  |  Rozmiar: 8.1 KiB Szerokość: 52  |  Wysokość: 52  |  Rozmiar: 1.0 KiB

BIN
assets/images/mendian.png Wyświetl plik

Przed Po
Szerokość: 200  |  Wysokość: 200  |  Rozmiar: 12 KiB Szerokość: 52  |  Wysokość: 52  |  Rozmiar: 1006 B

BIN
assets/images/park.png Wyświetl plik

Przed Po
Szerokość: 200  |  Wysokość: 200  |  Rozmiar: 14 KiB Szerokość: 52  |  Wysokość: 52  |  Rozmiar: 1.7 KiB

BIN
assets/images/user.png Wyświetl plik

Przed Po
Szerokość: 200  |  Wysokość: 200  |  Rozmiar: 13 KiB Szerokość: 52  |  Wysokość: 52  |  Rozmiar: 1.4 KiB

+ 1
- 2
components/hot/index.wxml Wyświetl plik

@@ -20,8 +20,7 @@
<view class='kjText'> <view class='kjText'>
<text class='title'>{{kData.title}}</text> <text class='title'>{{kData.title}}</text>
<text class='price'>¥{{kData.priceStr}}</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 class=' btn btnk'>砍价</view>
</view> </view>
</view> </view>


+ 1
- 1
pages/index/searchbar/index.wxss Wyświetl plik

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


+ 5
- 2
pages/specialcourtesy/specialcourtesy.wxss Wyświetl plik

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


page{ page{
background:linear-gradient(180deg,#FD832D 0%,#FE4A16 100%); 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 { .none {
font-size: 24rpx; font-size: 24rpx;


+ 2
- 2
pages/spellGroup/spellGroup.wxml Wyświetl plik

@@ -29,7 +29,7 @@
<view class='price'> <view class='price'>
<view class='price01'> <view class='price01'>
<text class='price-unit'>¥</text> <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> <text class='price02'>¥{{item.priceStr}}</text>
</view> </view>
<view class='right-button'>去拼团</view> <view class='right-button'>去拼团</view>
@@ -61,7 +61,7 @@
<view class='price'> <view class='price'>
<view class='price01'> <view class='price01'>
<view class='price-text'style="display: inline;font-size: 24rpx;">拼团价¥</view> <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 class='price-unit'>元</view> -->
</view> </view>
</view> </view>


+ 2
- 5
pages/spellGroup/spellGroup.wxss Wyświetl plik

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


+ 1
- 1
pages/user/myactivity/index.wxss Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz