소스 검색

砍价及拼团样式修改

tags/安徽版C.4.1.6最终版
刘晖 6 년 전
부모
커밋
1da17adccb
5개의 변경된 파일26개의 추가작업 그리고 14개의 파일을 삭제
  1. +4
    -3
      pages/bargain/bargain.wxss
  2. +3
    -3
      pages/bargain/bargainDatail/bargainDatail.wxml
  3. +1
    -1
      pages/main/bargain/index.wxml
  4. +1
    -1
      pages/spellDetail/index.wxml
  5. +17
    -6
      pages/spellDetail/index.wxss

+ 4
- 3
pages/bargain/bargain.wxss 파일 보기

@@ -98,7 +98,8 @@ page{
width:186rpx;
height:48rpx;
line-height:48rpx;
background:linear-gradient(90deg,rgba(236,59,45,1) 0%,rgba(255,111,3,1) 100%);
background:linear-gradient(90deg,rgba(255,182,20,1) 0%,rgba(255,111,3,1) 100%);
/* background:linear-gradient(90deg,rgba(236,59,45,1) 0%,rgba(255,111,3,1) 100%); */
border-radius:24rpx;
font-size:26rpx;
color:rgba(255,255,255,1);
@@ -117,7 +118,7 @@ page{
color:rgba(255,255,255,1);
width:134rpx;
height:48rpx;
background:linear-gradient(90deg,rgba(117,158,69,1) 0%,rgba(138,183,79,1) 100%);
background:linear-gradient(90deg,rgba(255,182,20,1) 0%,rgba(255,111,3,1) 100%);
}
.botton3{
position: absolute;
@@ -130,7 +131,7 @@ page{
color:rgba(255,255,255,1);
width:134rpx;
height:48rpx;
background:linear-gradient(90deg,rgba(255,145,2,1) 0%,rgba(255,176,22,1) 100%);
background:linear-gradient(90deg,rgba(255,182,20,1) 0%,rgba(255,111,3,1) 100%);
}
/* .buttonfix{
position: fixed;


+ 3
- 3
pages/bargain/bargainDatail/bargainDatail.wxml 파일 보기

@@ -37,11 +37,11 @@
<text class="" selectable="false" space="false" decode="false">
已砍至底价
</text>
<view class='helpDiscount' wx:if="{{data.orderStatus == 6&&discountStatus == 2}}">
<image bindtap='helpDiscount' src='./../../../assets/images/help.gif' mode='widthFix'></image>
</view>
</view>
</view>
<view class='helpDiscount' wx:if="{{data.orderStatus == 6&&discountStatus == 2}}">
<image bindtap='helpDiscount' src='./../../../assets/images/help.gif' mode='widthFix'></image>
</view>

<view class="people" hover-class="none" hover-stop-propagation="false" wx:if="{{data.orderStatus!=9}}">
<view class='title'>


+ 1
- 1
pages/main/bargain/index.wxml 파일 보기

@@ -1,5 +1,5 @@
<view class="index-rushToBuy">
<view wx:if="{{list.length!=0}}" class="index-rushToBuy-title">砍价专场<text bindtap="gotomore">更多砍价></text>></view>
<view wx:if="{{list.length!=0}}" class="index-rushToBuy-title">砍价专场<text bindtap="gotomore">更多砍价></text></view>
<scroll-view scroll-x class="index-scroll-view">
<view class="commodity" wx:for="{{list}}" wx:key="unique">
<view bindtap="gotodetail" data-couponChannelId="{{item.id}}" data-couponId="{{item.couponId}}" data-targetAd="{{item.targetAd}}">


+ 1
- 1
pages/spellDetail/index.wxml 파일 보기

@@ -39,7 +39,7 @@
<view class='p-time' wx:if='{{data.status==10}}'>{{day}}</view>
<view class='p-text' wx:if='{{data.status==10}}'>剩余</view>
</view>
<view class='status-center'>
<view class='status-center' style='{{"width:"+(120*data.userList.length>634?634:120*data.userList.length)+"rpx;"+"margin:0 auto;"}}'>
<view class='status-lists'>
<view class='tuanzhang touxiangitems' wx:for="{{data.userList}}" wx:key="{{index}}">
<view class='touxiang' wx:if='{{item.avatarUrl}}'>


+ 17
- 6
pages/spellDetail/index.wxss 파일 보기

@@ -73,13 +73,16 @@ page {
border-bottom: 1rpx solid #F9F9F9;
}
.tuanzhang{
display: inline-block;
width: 80rpx;
height: 80rpx;
float: left;
width: 120rpx;
height: 120rpx;
position: relative;
box-sizing:border-box;
}
.touxiangitems{
margin: 20rpx;
padding: 20rpx;
margin: 0;
overflow: hidden;
}
.touxiang{
width: 80rpx;
@@ -101,6 +104,8 @@ page {
font-family:PingFang-SC-Regular;
font-weight:400;
color:rgba(243,69,58,1);
margin: 0;
padding: 0;
}
.touxiang image{
width: 80rpx;
@@ -108,8 +113,8 @@ page {
}
.tuan-icon{
position: absolute;
bottom: 0rpx;
left: 8rpx;
bottom:20rpx;
left:28rpx;
width: 64rpx;
height: 27rpx;
}
@@ -187,6 +192,9 @@ page {
color:rgba(51,51,51,1);
line-height:44rpx;
margin-top: 30rpx;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.des{
font-size:26rpx;
@@ -194,6 +202,9 @@ page {
font-weight:500;
color:rgba(134,134,134,1);
line-height:40rpx;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.detail-top03{
float: left;


불러오는 중...
취소
저장