Commit 425bac72 authored by Junling Bu's avatar Junling Bu
Browse files

chore[litemall-wx]: 样式微调

parent 15aeed63
...@@ -150,12 +150,10 @@ ...@@ -150,12 +150,10 @@
</view> </view>
</view> </view>
<view class="spec-con" wx:if="{{groupon.length > 0}}"> <view class="spec-item" wx:if="{{groupon.length > 0}}">
<view class="spec-item"> <view class="name">团购立减</view>
<view class="name">团购立减</view> <view class="values">
<view class="values"> <view class="value {{vitem.checked ? 'selected' : ''}}" bindtap="clickGroupon" wx:for="{{groupon}}" wx:for-item="vitem" wx:key="{{vitem.id}}" data-value-id="{{vitem.id}}" data-name="{{vitem.specification}}">¥{{vitem.discount}} ({{vitem.discountMember}}人)</view>
<view class="value {{vitem.checked ? 'selected' : ''}}" bindtap="clickGroupon" wx:for="{{groupon}}" wx:for-item="vitem" wx:key="{{vitem.id}}" data-value-id="{{vitem.id}}" data-name="{{vitem.specification}}">¥{{vitem.discount}} ({{vitem.discountMember}}人)</view>
</view>
</view> </view>
</view> </view>
......
...@@ -36,27 +36,6 @@ ...@@ -36,27 +36,6 @@
padding-top: 20rpx; padding-top: 20rpx;
} }
/* .service-policy {
width: 750rpx;
height: 73rpx;
background: #f4f4f4;
padding: 0 31.25rpx;
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
}
.service-policy .item {
background: url(http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/servicePolicyRed-518d32d74b.png) 0 center no-repeat;
background-size: 10rpx;
padding-left: 15rpx;
display: flex;
align-items: center;
font-size: 25rpx;
color: #666;
} */
.goods-info { .goods-info {
width: 750rpx; width: 750rpx;
height: 306rpx; height: 306rpx;
...@@ -80,14 +59,12 @@ ...@@ -80,14 +59,12 @@
} }
.goods_name { .goods_name {
/* border: 1px solid black; */
height: 86rpx; height: 86rpx;
line-height: 86rpx; line-height: 86rpx;
border-bottom: 1px solid #fafafa; border-bottom: 1px solid #fafafa;
} }
.goods_name_left { .goods_name_left {
/* border: 1px solid #757575; */
float: left; float: left;
height: 86rpx; height: 86rpx;
font-weight: 550; font-weight: 550;
...@@ -627,27 +604,6 @@ ...@@ -627,27 +604,6 @@
left: 0; left: 0;
} }
.bottom-btn .l.l-kefu .kefu-count {
height: 28rpx;
width: 28rpx;
z-index: 10;
position: absolute;
top: 0;
right: 0;
/* background: #b4282d; */
text-align: center;
font-size: 18rpx;
color: #fff;
line-height: 28rpx;
border-radius: 50%;
}
.bottom-btn .l.l-kefu .icon {
position: absolute;
top: 10rpx;
left: 0;
}
.bottom-btn .l .icon { .bottom-btn .l .icon {
display: block; display: block;
height: 44rpx; height: 44rpx;
...@@ -662,7 +618,6 @@ ...@@ -662,7 +618,6 @@
flex: 1; flex: 1;
text-align: center; text-align: center;
color: #fff; color: #fff;
/* border-top: 2px solid #f4f4f4; *//* border-bottom: 2px solid #f4f4f4; */
} }
.bottom-btn .r { .bottom-btn .r {
...@@ -756,15 +711,14 @@ ...@@ -756,15 +711,14 @@
} }
.spec-con .name { .spec-con .name {
height: 32rpx; margin-bottom: 6rpx;
margin-bottom: 22rpx;
font-size: 29rpx; font-size: 29rpx;
color: #333; color: #333;
} }
.spec-con .values { .spec-con .values {
height: auto; height: auto;
margin-bottom: 31.25rpx; margin-bottom: 10rpx;
font-size: 0; font-size: 0;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment