Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dyq086 committed Dec 5, 2017
1 parent 6f58b83 commit 6cd79d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions src/components/rate.wpy
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,15 @@ export default class Rate extends wepy.component {
width: 50rpx;
height: 50rpx;
src: "../images/normal.png";
.item {
position: absolute;
width: 25rpx;
top: 0;
height: 50rpx;
}
}

.item {
position: absolute;
width: 25rpx;
top: 0;
height: 50rpx;
}


.star-image-read {
position: relative;
Expand Down
6 changes: 3 additions & 3 deletions src/pages/goods_detail.wpy
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
</view>
<view class="detail-bottom">
<view class="bottom-box">
<contact-button class="contact">
</contact-button>
<view class="item">
<i class="iconfont icon-home"></i>
<view class="doc">首页</view>
</view>
<contact-button class="contact">
</contact-button>
<view class="item">
<i class="iconfont icon-message"></i>
<view class="doc">客服</view>
Expand Down Expand Up @@ -746,7 +746,7 @@ export default class goodsDetail extends wepy.page {
flex: 1;
text-align: center;
.doc {
font-size: 26rpx;
font-size: 24rpx;
}
}
.selec_active {
Expand Down

0 comments on commit 6cd79d6

Please sign in to comment.