|
@@ -480,9 +480,11 @@ white-space: nowrap;
|
|
|
position: relative;
|
|
|
border-radius: 20rpx;
|
|
|
}
|
|
|
-
|
|
|
+.icon-dizhi{
|
|
|
+ font-size: 26rpx !important;
|
|
|
+}
|
|
|
.categoryitem .label {
|
|
|
- font-size: 26rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
font-weight: 400;
|
|
|
color: #EC931A;
|
|
|
margin-right: 10rpx;
|
|
@@ -565,7 +567,7 @@ white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
width: 440rpx;
|
|
|
- font-size: 28rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
font-weight: 400;
|
|
|
text-align: left;
|
|
|
color: #999999;
|
|
@@ -590,7 +592,7 @@ white-space: nowrap;
|
|
|
padding: 0 24rpx;
|
|
|
line-height: 50rpx;
|
|
|
color: white;
|
|
|
- font-size: 28rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
width: fit-content;
|
|
|
display: inline-block;
|
|
|
}
|
|
@@ -608,7 +610,6 @@ white-space: nowrap;
|
|
|
position: relative;
|
|
|
text-align:center;
|
|
|
width: 100%;
|
|
|
- height: 240rpx;
|
|
|
opacity: 1;
|
|
|
background: #ffffff;
|
|
|
border-radius: 20rpx;
|
|
@@ -620,7 +621,27 @@ white-space: nowrap;
|
|
|
.boxmfix{
|
|
|
margin-bottom: 15rpx;
|
|
|
}
|
|
|
-
|
|
|
+.tag{
|
|
|
+ width: 166rpx;
|
|
|
+height: 46rpx;
|
|
|
+background: #fffaf3;
|
|
|
+border: 1rpx solid #f8d6a9;
|
|
|
+border-radius: 10rpx;
|
|
|
+font-size: 22rpx;
|
|
|
+color: #E88600;
|
|
|
+display: flex;
|
|
|
+justify-content: center;
|
|
|
+align-items: center;
|
|
|
+}
|
|
|
+.tag image{
|
|
|
+ width: 24rpx;
|
|
|
+ height: 24rpx;
|
|
|
+ vertical-align: middle;
|
|
|
+ margin-right: 6rpx;
|
|
|
+}
|
|
|
+.tag text{
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
.img-view>image {
|
|
|
position: relative;
|
|
|
border-radius: 10rpx;
|
|
@@ -811,7 +832,7 @@ page{
|
|
|
border-radius: 16rpx 16rpx 16rpx 0px;
|
|
|
}
|
|
|
.txt-con .item{
|
|
|
- font-size: 28rpx;
|
|
|
+ font-size: 22rpx;
|
|
|
line-height:36rpx;
|
|
|
font-weight: 400;
|
|
|
color: #999999;
|
|
@@ -819,7 +840,7 @@ page{
|
|
|
overflow: hidden;
|
|
|
-webkit-box-orient: vertical;
|
|
|
-webkit-line-clamp: 1;
|
|
|
- margin-bottom: 5rpx;
|
|
|
+ /* margin-bottom: 5rpx; */
|
|
|
}
|
|
|
.txt-con .item .red{
|
|
|
color: #FF0000;
|