Merge pull request 'zmr' (#235) from zmr into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/235
This commit is contained in:
zhaomingrui 2020-08-18 12:04:34 +08:00
commit 8ba87795b3
5 changed files with 362 additions and 357 deletions

View File

@ -73,11 +73,11 @@ export default {
width: 90%; width: 90%;
margin: 0 auto; margin: 0 auto;
padding: 16upx 0; padding: 16upx 0;
font-size: 26upx; font-size: 30upx;
color: #333; color: #333;
} }
.rict_type { .rict_type {
text-indent: 1rem; text-indent: 1rem;
line-height: 1.2; line-height: 1.4;
} }
</style> </style>

View File

@ -335,6 +335,7 @@
color: #333; color: #333;
font-size: 28rpx; font-size: 28rpx;
.title { .title {
line-height: 40rpx;
} }
.name { .name {
width: 500rpx; width: 500rpx;
@ -345,6 +346,8 @@
display: -webkit-box; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
margin:8rpx 0;
line-height:36rpx;
} }
.price { .price {
color: #FF3131; color: #FF3131;

View File

@ -56,6 +56,7 @@
} }
#actives{ #actives{
height: 100%; height: 100%;
background: #ECECEC;
.time { .time {
padding: 30rpx 0; padding: 30rpx 0;
color: #666; color: #666;
@ -97,6 +98,7 @@
justify-content: center; justify-content: center;
width: 100%; width: 100%;
height: 140rpx; height: 140rpx;
line-height: 36rpx;
padding: 20rpx; padding: 20rpx;
background: rgba(241,241,241,1); background: rgba(241,241,241,1);
& > text { & > text {

View File

@ -13,21 +13,20 @@
list: [], list: [],
}; };
}, },
onLoad(){ onLoad() {
this.informationList(); this.informationList();
}, },
methods: { methods: {
titletext(){ titletext() {},
}, informationList() {
informationList(){ this.$u.api.informationList({}).then((res) => {
this.$u.api.informationList({}).then((res)=>{
if (res.errCode == 0) { if (res.errCode == 0) {
this.list = res.data; this.list = res.data;
} }
}) })
} }
}, },
components:{ components: {
notice, notice,
} }
}; };
@ -37,6 +36,7 @@
page { page {
background-color: #ECECEC; background-color: #ECECEC;
} }
.sousuo { .sousuo {
height: 113rpx; height: 113rpx;
border: 1px #f00 solid; border: 1px #f00 solid;