@@ -571,7 +571,7 @@
mer_location: "",
share_title: "",
showNum: 0,
- power: ''
+ power: '',
}
},
/**
@@ -597,7 +597,7 @@
query: {
spid: that.uid,
- imageUrl: ''
+ imageUrl: '',
// #endif
@@ -520,7 +520,8 @@
.mer-hd {
position: relative;
width: 100%;
- height: 134rpx;
+ // height: 134rpx;
+ height: 200rpx;
border-radius: 16rpx 16rpx 0 0;
overflow: hidden;
display: flex;
@@ -554,8 +555,14 @@
font-size: 28rpx;
font-weight: bold;
margin-bottom: 6rpx;
-
- .font-bg-red {
+ .txt {
+ padding: 5rpx 10rpx;
+ color: #000;
+ background: #fff;
+ border-radius: 20rpx;
+ }
+ .font-bg-red {
+
margin-left: 20rpx;
font-size: 18rpx;
padding: 2rpx 10rpx;