|
|
@@ -66,10 +66,11 @@
|
|
|
</div>
|
|
|
<div class="row time" v-if="openTime">{{ openTime.time }}</div>
|
|
|
<div class="row nums">
|
|
|
- 可借眼镜:
|
|
|
- <span class="num" style="margin-right: 15px;">{{ bookable }}副</span>
|
|
|
- 租金:
|
|
|
+ <div>可借眼镜:</div>
|
|
|
+ <span class="num">{{ bookable }}副</span>
|
|
|
+ <div> 租金:</div>
|
|
|
<span class="num">{{ price }}元/副/次</span>
|
|
|
+ <span class="delete"> {{ (currentScenic || {}).originalPrice }}元/副/次</span>
|
|
|
</div>
|
|
|
<div class="device-num">
|
|
|
租用数量:
|
|
|
@@ -935,9 +936,15 @@ export default {
|
|
|
}
|
|
|
.nums {
|
|
|
margin-left: 18px;
|
|
|
+ .flex();
|
|
|
.num {
|
|
|
color: @prim;
|
|
|
}
|
|
|
+ .delete {
|
|
|
+ text-decoration: line-through;
|
|
|
+ color: @text3;
|
|
|
+ font-size: 13px;
|
|
|
+ }
|
|
|
}
|
|
|
.device-num {
|
|
|
margin-left: 18px;
|