手机端页面修改
This commit is contained in:
@@ -66,29 +66,31 @@
|
||||
<div class="container-fluid top">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-3 text-center">
|
||||
<div class="col-lg-3 text-right" style="padding-top:20px;">
|
||||
当前已选产品:
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="selectCard">
|
||||
<div class="item">
|
||||
<p style="padding-top: 40px; font-size: 25px; font-weight: bold; color: #ee7a69;">@Model.Product.Name</p>
|
||||
</div>
|
||||
<div class="item">
|
||||
<p class="sname" style="font-size: 1.2em;">@Model.Package.Name</p>
|
||||
<p class="sprice">@(Model.Package.DayPrice)元/天</p>
|
||||
<p class="stime">@Model.Package.Profile</p>
|
||||
<div class="col-lg-6" style="padding-top:20px;">
|
||||
<div>
|
||||
<div style="float:left; font-size: 25px; font-weight: bold; color: #ee7a69;"><span style="color:black;">
|
||||
@Model.Product.Name - @Model.Package.Name </span>
|
||||
|
||||
</div>
|
||||
<div class="item">
|
||||
@if(Model.Package.Price < 60 && (Model.Package.Id == 64||Model.Package.Id == 1004)){
|
||||
<p class="zongjia"><span>60.00</span>元</p>
|
||||
<div style="float:right;">¥60.00</div>
|
||||
} else {
|
||||
<p class="zongjia"><span>@Model.Package.Price</span>元</p>
|
||||
@if (Model.Package.IsTest == 0) {
|
||||
<div style="float:right;">¥@Model.Package.Price 元</div>
|
||||
} else {
|
||||
<div style="float:right;">¥1.0元</div>
|
||||
}
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p class="tishi tishika" style="text-align:center">*请务必选好所需商品,换货会产生费用</p>
|
||||
<br><br>
|
||||
<p class="tishi tishika" style="text-align:left;padding:0;">*请务必选好所需商品,换货会产生费用</p>
|
||||
@if (Model.Package.Name == "天卡")
|
||||
{
|
||||
<p class="tishi " style="text-align:left">*天卡不支持退款,请谨慎购买</p>
|
||||
}
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
<a href="javascript:history.go(-1)">返回重新选择》</a>
|
||||
|
||||
Reference in New Issue
Block a user