|
|
@ -94,21 +94,21 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<view |
|
|
|
style="display: flex;flex-direction: row; justify-content: center;align-items: center;padding-bottom: 10px;margin-top: 5px;"> |
|
|
|
|
|
|
|
|
|
|
|
style=" width: 100%; box-sizing: border-box; padding-left: 50px;padding-right: 50px; |
|
|
|
display: flex;flex-direction: row; justify-content: center;align-items: center;margin-top: 10px;margin-bottom: 20px;"> |
|
|
|
|
|
|
|
<view |
|
|
|
style="border: 1px #FF5006 solid;margin-left: 5px;margin-right: 5px;padding: 5px 40px 5px 15px; flex: 1; |
|
|
|
style="border: 1px #FF5006 solid;margin-left: 5px;margin-right: 5px;padding: 0px 5px;height: 42px; flex: 1; |
|
|
|
display: flex;flex-direction: row;align-items: center;border-top-left-radius: 25px; border-bottom-left-radius: 25px;"> |
|
|
|
<image src="../../static/shoppCart_icon.png" mode="aspectFill" |
|
|
|
style="height: 20px;width: 20px;flex-shrink: 0;"> |
|
|
|
style="height: 20px;width: 20px;flex-shrink: 0;margin-left: 10px;"> |
|
|
|
</image> |
|
|
|
<view style="display: flex;flex-direction: column;flex: 1;"> |
|
|
|
<text style="font-size: 15px;color: #FF5006;margin-left: 10px; ">¥{{page.price}}</text> |
|
|
|
<text style="font-size: 10px;color: #666;margin-left: 10px; ">{{page.remarks}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<text style="background: #FF9900; color: #fff;font-size: 13px; padding: 8px 15px; |
|
|
|
<text style="background: #FF9900; color: #fff;font-size: 13px; padding: 0px 25px;height: 40px;line-height: 40px; |
|
|
|
border: 1px #FF5006 solid; border-top-right-radius: 25px; border-bottom-right-radius: 25px;" |
|
|
|
@click="settlement()">结算</text> |
|
|
|
|
|
|
|