zmr #235

Merged
zhaomingrui merged 7 commits from zmr into master 2020-08-18 04:04:35 +00:00
5 changed files with 362 additions and 357 deletions

View File

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

View File

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

View File

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

View File

@ -17,8 +17,7 @@
this.informationList();
},
methods: {
titletext(){
},
titletext() {},
informationList() {
this.$u.api.informationList({}).then((res) => {
if (res.errCode == 0) {
@ -37,6 +36,7 @@
page {
background-color: #ECECEC;
}
.sousuo {
height: 113rpx;
border: 1px #f00 solid;