@@ -7,7 +7,7 @@ Component({
lifetimes: {
ready() {
getHeight.getHeight('.head', this).then(res => this.setData({
- listHeight: res - 150
+ listHeight: res - 180
}));
}
},
@@ -3,7 +3,9 @@
justify-content: space-around;
width: 100%;
box-sizing: border-box;
- padding: 0 10rpx;
+ padding: 10rpx;
+ // border-top: 1rpx solid #ddd;
+ box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 8rpx;
.v-but {
width: 190rpx;