Merge branch 'master' of http://git.luyuan.tk/luyuan/deming into zhy

This commit is contained in:
2020-08-06 10:50:11 +08:00
46 changed files with 757 additions and 43 deletions

View File

@@ -129,8 +129,8 @@ export default {
};
.top {
font-size: 30rpx;
height: 90rpx;
line-height: 90rpx;
height: 74rpx;
line-height: 88rpx;
text-align: center;
color: #333;
}

View File

@@ -44,7 +44,7 @@ export default {
<style lang="scss" scoped>
.item{
width: 330rpx;
height: 510rpx;
height: 520rpx;
margin-bottom: 26rpx;
background-color: #f8f8f8;
border-radius: 10rpx 10rpx 0rpx 0rpx;