Commit f58d2ec5 authored by Mac's avatar Mac

样式修改

parent 45a1f359
......@@ -138,6 +138,7 @@
color: #111111;
font-size: 26rpx;
font-weight: bold;
line-height: 36rpx;
}
.good_study_two .good-info .good-price-info {
......@@ -160,6 +161,7 @@
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
line-height: 16px;
}
.good_study_two .good-info .good-price-info .buy {
......
......@@ -254,7 +254,11 @@
uni.showToast({
title: "支付成功"
})
that.getdianshu()
setTimeout(()=>{
uni.navigateBack({
delta: 1,
});
},1000)
},
......
......@@ -100,8 +100,8 @@
<view
style="width: 146rpx;height: 150rpx;background: #FFFFFF;box-shadow: 0px 4px 30px 0px rgba(167, 167, 167, 0.39);border-radius: 20px;display: flex;align-items: center;padding: 10rpx;">
<image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1616482809000_214.png"
style="width:100%" mode="widthFix"></image>
:src="detailData.Logo"
style="width:100%;height: auto;" mode="widthFix"></image>
</view>
<view
@click="goMap(detailData.Address,LatAndLon.lon,LatAndLon.lat)"
......@@ -110,7 +110,7 @@
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1616480343000_382.png"
style="width: 27rpx;height: 33rpx;margin-right: 26rpx;"></image>
<view
style="flex:1;font-size: 30rpx;color:#1f1f1f;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;font-weight: 600;">
style="width: 366rpx;font-size: 30rpx;color:#1f1f1f;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;font-weight: 600;">
<!-- 武侯区科华中路 2 号 -->{{detailData.Address}}</view>
<u-icon name="arrow" size="22" color="#C2C2D1" style="margin:0 30rpx 0 20rpx"></u-icon>
</view>
......@@ -120,7 +120,7 @@
<view style="text-align: left;">
<image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1616480343000_409.png"
style="width: 425rpx;" mode="widthFix"></image>
style="width: 425rpx;height: auto;" mode="widthFix"></image>
</view>
<view
......@@ -133,10 +133,10 @@
<view style="text-align: left;">
<image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1616480343000_16.png"
style="width: 425rpx;" mode="widthFix"></image>
style="width: 425rpx;height: auto;" mode="widthFix"></image>
</view>
<view
style="display:inline-block;padding:32rpx 26rpx;width: 505rpx;height: 148rpx;background: #FFFFFF;box-shadow: 0px 4rpx 30rpx 0px rgba(167, 167, 167, 0.15);border-radius: 20rpx;margin-top:-30rpx;">
style="display:inline-block;padding:32rpx 26rpx;width: 505rpx;min-height: 148rpx;background: #FFFFFF;box-shadow: 0px 4rpx 30rpx 0px rgba(167, 167, 167, 0.15);border-radius: 20rpx;margin-top:-30rpx;">
<text
style="font-size: 26rpx;color:#1f1f1f;line-height: 38rpx;font-weight: 600;"><!--招引目标-->{{detailData.CarrierTarget}}</text>
</view>
......@@ -145,10 +145,10 @@
<view style="text-align: left;">
<image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1616480343000_452.png"
style="width: 425rpx;" mode="widthFix"></image>
style="width: 425rpx;height: auto;" mode="widthFix"></image>
</view>
<view
style="display:inline-block;padding:32rpx 26rpx;width: 505rpx;height: 148rpx;background: #FFFFFF;box-shadow: 0px 4rpx 30rpx 0px rgba(167, 167, 167, 0.15);border-radius: 20rpx;margin-top:-30rpx;">
style="display:inline-block;padding:32rpx 26rpx;width: 505rpx;min-height: 148rpx;background: #FFFFFF;box-shadow: 0px 4rpx 30rpx 0px rgba(167, 167, 167, 0.15);border-radius: 20rpx;margin-top:-30rpx;">
<text
style="font-size: 26rpx;color:#1f1f1f;line-height: 38rpx;font-weight: 600;"><!--总体定位-->{{detailData.Location}}</text>
</view>
......@@ -157,10 +157,10 @@
<view style="text-align: left;">
<image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1616480343000_223.png"
style="width: 425rpx;" mode="widthFix"></image>
style="width: 425rpx;height: auto;" mode="widthFix"></image>
</view>
<view
style="display:inline-block;padding:32rpx 26rpx;width: 505rpx;height: 148rpx;background: #FFFFFF;box-shadow: 0px 4rpx 30rpx 0px rgba(167, 167, 167, 0.15);border-radius: 20rpx;margin-top:-30rpx;">
style="display:inline-block;padding:32rpx 26rpx;width: 505rpx;min-height: 148rpx;background: #FFFFFF;box-shadow: 0px 4rpx 30rpx 0px rgba(167, 167, 167, 0.15);border-radius: 20rpx;margin-top:-30rpx;">
<text
style="font-size: 26rpx;color:#1f1f1f;line-height: 38rpx;font-weight: 600;"><!--目标人群-->{{detailData.Crowd}}</text>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment