|
@@ -195,7 +195,7 @@
|
|
|
// this.goods[i].imgList = this.goods[i].urlImg.split(',')
|
|
|
// }
|
|
|
}
|
|
|
- uni.hideLoading()
|
|
|
+ // uni.hideLoading()
|
|
|
})
|
|
|
if (this.goods.length > 0) {
|
|
|
for (let i = 0; i < this.goods.length; i++) {
|
|
@@ -215,6 +215,7 @@
|
|
|
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
},
|
|
|
//点击空布局按钮的回调
|
|
|
emptyClick() {
|
|
@@ -281,28 +282,27 @@
|
|
|
|
|
|
.list {
|
|
|
margin: 0 20rpx;
|
|
|
-
|
|
|
+
|
|
|
.list-item {
|
|
|
- padding: 20rpx;
|
|
|
+ padding: 26rpx 17rpx;
|
|
|
background: #fff;
|
|
|
margin-bottom: 20rpx;
|
|
|
border-radius: 20rpx;
|
|
|
-
|
|
|
+
|
|
|
.row1 {
|
|
|
-
|
|
|
+
|
|
|
.head-img {
|
|
|
width: 72rpx;
|
|
|
- background-color: red;
|
|
|
border-radius: 8rpx;
|
|
|
margin-right: 22rpx;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.left {
|
|
|
.title {
|
|
|
font-weight: 700;
|
|
|
color: #333333;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.bottom {
|
|
|
.color1 {
|
|
|
font-size: 24rpx;
|
|
@@ -312,7 +312,7 @@
|
|
|
background: linear-gradient(180deg, #607AE0 0%, #516CDC 100%);
|
|
|
border-radius: 4rpx;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.color2 {
|
|
|
font-size: 24rpx;
|
|
|
padding: 4rpx 10rpx;
|
|
@@ -321,21 +321,23 @@
|
|
|
background: linear-gradient(180deg, #FD714F 0%, #FD613C 100%);
|
|
|
border-radius: 4rpx;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.color3 {
|
|
|
- font-size: 28rpx;
|
|
|
- /* color: #AFB3BF; */
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #AFB3BF;
|
|
|
margin-left: 14rpx;
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.right {
|
|
|
- /* padding: 10rpx 20rpx; */
|
|
|
+ padding: 10rpx 20rpx;
|
|
|
+ border: 1px solid #CDCDCD;
|
|
|
+ border-radius: 50rpx;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.row2 {
|
|
|
margin-top: 20rpx;
|
|
|
/* overflow: hidden;
|
|
@@ -346,47 +348,47 @@
|
|
|
-webkit-line-clamp: 3;
|
|
|
word-break: break-all; */
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.row3 {
|
|
|
/* padding: 30rpx 30rpx 0 30rpx; */
|
|
|
margin-top: 18rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- /* justify-content: space-between; */
|
|
|
+ justify-content: space-between;
|
|
|
flex-wrap: wrap;
|
|
|
/* background: #bbb; */
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
.img {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- justify-content: center;
|
|
|
- width: 214rpx;
|
|
|
- height: 214rpx;
|
|
|
+ /* justify-content: space-between; */
|
|
|
+ width: 210rpx;
|
|
|
+ height: 210rpx;
|
|
|
margin-bottom: 20rpx;
|
|
|
background: lightblue;
|
|
|
list-style: none;
|
|
|
border-radius: 10rpx;
|
|
|
margin-right: 16rpx;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.img:nth-of-type(3),
|
|
|
.img:nth-of-type(6),
|
|
|
.img:nth-of-type(9) {
|
|
|
margin-right: 0;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.row4 {
|
|
|
margin-top: 4rpx;
|
|
|
-
|
|
|
+
|
|
|
.text {
|
|
|
color: #878C9C;
|
|
|
font-size: 24rpx;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.case {
|
|
|
font-weight: 700;
|
|
|
margin-left: 6rpx;
|