|
|
@@ -20,7 +20,7 @@
|
|
|
</block>
|
|
|
<image :src="info.cover" style="width:160upx;height:160upx;" lazy-load="true" :lazy-load-margin="0"></image>
|
|
|
</view>
|
|
|
- <view class="cmd-info_bx" @click="pageTo({url: '/admin/item/detail?id='+info.id})">
|
|
|
+ <view class="cmd-info_bx">
|
|
|
<view class="tit">
|
|
|
<text style="font-size:22upx;border:1upx solid #3385ff;color:white;background-color:#3385ff;margin-right:5upx;padding-left:5upx;padding-right:5upx;"
|
|
|
v-if="frontHide == 1">隐</text>
|
|
|
@@ -276,70 +276,121 @@ export default {
|
|
|
*.warn {
|
|
|
color: $redColor;
|
|
|
}
|
|
|
- .hd-price-area{
|
|
|
- width:180upx;
|
|
|
- position: absolute;
|
|
|
- top:37upx;
|
|
|
- right:-30upx;
|
|
|
- .change-input {
|
|
|
- width: 150upx;
|
|
|
- height: 60upx;
|
|
|
- line-height: 60upx;
|
|
|
- text-align: center;
|
|
|
- background: #ffffff;
|
|
|
- border: 1upx solid #b4b4b4;
|
|
|
- border-radius: 4upx;
|
|
|
- font-size: 25upx;
|
|
|
- color:#777777;
|
|
|
- display:inline-block;
|
|
|
- }
|
|
|
- .change-text{
|
|
|
- font-size:22upx;
|
|
|
- }
|
|
|
+ .hd-price-area{
|
|
|
+ width:180upx;
|
|
|
+ position: absolute;
|
|
|
+ top:37upx;
|
|
|
+ right:-30upx;
|
|
|
+ /* #ifdef MP-WEIXIN */
|
|
|
+ /* #ifdef APP-PLUS */
|
|
|
+ /* #else */
|
|
|
+ // 苹果微信小程序特殊处理 - 防止滚动问题
|
|
|
+ position: relative;
|
|
|
+ z-index: 1;
|
|
|
+ /* #endif */
|
|
|
+ /* #endif */
|
|
|
+ .change-input {
|
|
|
+ width: 150upx;
|
|
|
+ height: 60upx;
|
|
|
+ line-height: 60upx;
|
|
|
+ text-align: center;
|
|
|
+ background: #ffffff;
|
|
|
+ border: 1upx solid #b4b4b4;
|
|
|
+ border-radius: 4upx;
|
|
|
+ font-size: 25upx;
|
|
|
+ color:#777777;
|
|
|
+ display:inline-block;
|
|
|
+ /* #ifdef MP-WEIXIN */
|
|
|
+ /* #ifdef APP-PLUS */
|
|
|
+ /* #else */
|
|
|
+ // 苹果微信小程序 iOS WebKit 特殊修复
|
|
|
+ -webkit-appearance: none;
|
|
|
+ -webkit-tap-highlight-color: transparent;
|
|
|
+ -webkit-user-select: none;
|
|
|
+ /* #endif */
|
|
|
+ /* #endif */
|
|
|
}
|
|
|
- .sk-price-area{
|
|
|
- width:180upx;
|
|
|
- position: absolute;
|
|
|
- top:115upx;
|
|
|
- right:-30upx;
|
|
|
- .change-input {
|
|
|
- width: 150upx;
|
|
|
- height: 60upx;
|
|
|
- line-height: 60upx;
|
|
|
- text-align: center;
|
|
|
- background: #ffffff;
|
|
|
- border: 1upx solid #b4b4b4;
|
|
|
- border-radius: 4upx;
|
|
|
- font-size: 25upx;
|
|
|
- color:#777777;
|
|
|
- display:inline-block;
|
|
|
- }
|
|
|
- .change-text{
|
|
|
- font-size:22upx;
|
|
|
- }
|
|
|
+ .change-text{
|
|
|
+ font-size:22upx;
|
|
|
}
|
|
|
- .hj-price-area{
|
|
|
- width:130upx;
|
|
|
- position: absolute;
|
|
|
- top:75upx;
|
|
|
- right:150upx;
|
|
|
- .change-input {
|
|
|
- width: 120upx;
|
|
|
- height: 60upx;
|
|
|
- line-height: 60upx;
|
|
|
- text-align: center;
|
|
|
- background: #ffffff;
|
|
|
- border: 1upx solid #b4b4b4;
|
|
|
- border-radius: 4upx;
|
|
|
- font-size: 25upx;
|
|
|
- color:#777777;
|
|
|
- display:inline-block;
|
|
|
- }
|
|
|
- .change-text{
|
|
|
- font-size:22upx;
|
|
|
- }
|
|
|
+ }
|
|
|
+ .sk-price-area{
|
|
|
+ width:180upx;
|
|
|
+ position: absolute;
|
|
|
+ top:115upx;
|
|
|
+ right:-30upx;
|
|
|
+ /* #ifdef MP-WEIXIN */
|
|
|
+ /* #ifdef APP-PLUS */
|
|
|
+ /* #else */
|
|
|
+ // 苹果微信小程序特殊处理 - 防止滚动问题
|
|
|
+ position: relative;
|
|
|
+ z-index: 1;
|
|
|
+ /* #endif */
|
|
|
+ /* #endif */
|
|
|
+ .change-input {
|
|
|
+ width: 150upx;
|
|
|
+ height: 60upx;
|
|
|
+ line-height: 60upx;
|
|
|
+ text-align: center;
|
|
|
+ background: #ffffff;
|
|
|
+ border: 1upx solid #b4b4b4;
|
|
|
+ border-radius: 4upx;
|
|
|
+ font-size: 25upx;
|
|
|
+ color:#777777;
|
|
|
+ display:inline-block;
|
|
|
+ /* #ifdef MP-WEIXIN */
|
|
|
+ /* #ifdef APP-PLUS */
|
|
|
+ /* #else */
|
|
|
+ // 苹果微信小程序 iOS WebKit 特殊修复
|
|
|
+ -webkit-appearance: none;
|
|
|
+ -webkit-tap-highlight-color: transparent;
|
|
|
+ -webkit-user-select: none;
|
|
|
+ /* #endif */
|
|
|
+ /* #endif */
|
|
|
+ }
|
|
|
+ .change-text{
|
|
|
+ font-size:22upx;
|
|
|
}
|
|
|
}
|
|
|
+ .hj-price-area{
|
|
|
+ width:130upx;
|
|
|
+ position: absolute;
|
|
|
+ top:75upx;
|
|
|
+ right:150upx;
|
|
|
+ /* #ifdef MP-WEIXIN */
|
|
|
+ /* #ifdef APP-PLUS */
|
|
|
+ /* #else */
|
|
|
+ // 苹果微信小程序特殊处理 - 防止滚动问题
|
|
|
+ position: relative;
|
|
|
+ z-index: 1;
|
|
|
+ /* #endif */
|
|
|
+ /* #endif */
|
|
|
+ .change-input {
|
|
|
+ width: 120upx;
|
|
|
+ height: 60upx;
|
|
|
+ line-height: 60upx;
|
|
|
+ text-align: center;
|
|
|
+ background: #ffffff;
|
|
|
+ border: 1upx solid #b4b4b4;
|
|
|
+ border-radius: 4upx;
|
|
|
+ font-size: 25upx;
|
|
|
+ color:#777777;
|
|
|
+ display:inline-block;
|
|
|
+ /* #ifdef MP-WEIXIN */
|
|
|
+ /* #ifdef APP-PLUS */
|
|
|
+ /* #else */
|
|
|
+ // 苹果微信小程序 iOS WebKit 特殊修复
|
|
|
+ -webkit-appearance: none;
|
|
|
+ -webkit-tap-highlight-color: transparent;
|
|
|
+ -webkit-user-select: none;
|
|
|
+ /* #endif */
|
|
|
+ /* #endif */
|
|
|
+ }
|
|
|
+ .change-text{
|
|
|
+ font-size:22upx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|