Commit 012ae1cb4efc66b161740fe4581b4071d70bca07

Authored by taiyuan
1 parent e67f8a7d

分销-我的小店样式修改

app.wxss
... ... @@ -708,9 +708,9 @@ background: #ffe3e2;
708 708 /* 图标字体(ty) */
709 709 @font-face {
710 710 font-family: 'iconfont'; /* Project id 2054717 */
711   - src: url('//at.alicdn.com/t/font_2054717_wjskcibo8k8.woff2?t=1631859488939') format('woff2'),
712   - url('//at.alicdn.com/t/font_2054717_wjskcibo8k8.woff?t=1631859488939') format('woff'),
713   - url('//at.alicdn.com/t/font_2054717_wjskcibo8k8.ttf?t=1631859488939') format('truetype');
  711 + src: url('//at.alicdn.com/t/font_2054717_hsngh9ootwv.woff2?t=1632559813006') format('woff2'),
  712 + url('//at.alicdn.com/t/font_2054717_hsngh9ootwv.woff?t=1632559813006') format('woff'),
  713 + url('//at.alicdn.com/t/font_2054717_hsngh9ootwv.ttf?t=1632559813006') format('truetype');
714 714 }
715 715  
716 716 .iconfont {
... ... @@ -721,6 +721,9 @@ background: #ffe3e2;
721 721 -moz-osx-font-smoothing: grayscale;
722 722 }
723 723  
  724 +.icon-fenlei:before {
  725 + content: "\e628";
  726 +}
724 727  
725 728 .icon-arrowup:before {
726 729 content: "\e61e";
... ...
packageA/pages/distribution/shop/shop.wxml
... ... @@ -42,13 +42,13 @@
42 42 </view>
43 43 <!-- 搜索 -->
44 44 <view class="flex ai-center fs26 bg-white pd20">
45   - <text class="pd20 c-9b iconfont icon-fenxiang" catch:tap="goto" data-url="/packageC/pages/goods/distributionCategoryList/index"></text>
  45 + <text class="pdr20 c-a iconfont icon-fenlei" catch:tap="goto" data-url="/packageC/pages/goods/distributionCategoryList/index"></text>
46 46 <view class="input-container f1">
47 47 <input class="input" type="text" value="{{inputVal}}" placeholder="请输入商品关键字" confirm-type="search" bindfocus="inputFocus" bindblur="inputBlur" bindinput="input" bindconfirm="search" />
48 48 <text class="iconfont icon-guanbi" hidden="{{!isInputFocus}}" catchtap="inputClear"></text>
49 49 <!-- 搜索输入框聚焦时显示关闭按钮,否则隐藏关闭按钮 -->
50 50 </view>
51   - <view class="pd20 c-red" bindtap="search">搜索</view>
  51 + <view class="pdl20 c-a" bindtap="search">搜索</view>
52 52 </view>
53 53 </view>
54 54 <view class="flex t-c fs26 bg-white bdb sticky c-a" catchtap="clickTab">
... ...