|
@@ -18,10 +18,10 @@
|
|
|
<view class="le1 title ">
|
|
|
{{item.name}}
|
|
|
</view>
|
|
|
- <view class="le1 ">
|
|
|
+ <view class="le1 qt">
|
|
|
{{item.single_time_min*1}}U{{$t('homepledge.m2')}} | {{item.day}}{{$t('homepledge.m3')}}
|
|
|
</view>
|
|
|
- <view class="le1 ">
|
|
|
+ <view class="le1 ze">
|
|
|
{{$t('homepledge.total')}}:{{item.stock*1}}U
|
|
|
</view>
|
|
|
<!-- <view class="le2 flex font-color-gray">
|
|
@@ -181,7 +181,15 @@
|
|
|
.le1 {
|
|
|
font-weight: 800;
|
|
|
color: #feb041;
|
|
|
- margin-bottom: 20rpx;
|
|
|
+ margin-bottom: 15rpx;
|
|
|
+
|
|
|
+ &.qt {
|
|
|
+ padding-top: 15rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ &.ze {
|
|
|
+ padding-top: 26rpx;
|
|
|
+ }
|
|
|
|
|
|
&.title {
|
|
|
font-size: 33rpx;
|
|
@@ -189,22 +197,22 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .le2 {
|
|
|
- .line {
|
|
|
- width: 308rpx;
|
|
|
- height: 16rpx;
|
|
|
- background-color: rgba(235, 235, 235, 0.38);
|
|
|
- border-radius: 99rpx;
|
|
|
- overflow: hidden;
|
|
|
-
|
|
|
- .line-action {
|
|
|
- height: 100%;
|
|
|
- width: 100%;
|
|
|
- border-radius: 99rpx;
|
|
|
- background-color: #FEB041;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ // .le2 {
|
|
|
+ // .line {
|
|
|
+ // width: 308rpx;
|
|
|
+ // height: 16rpx;
|
|
|
+ // background-color: rgba(235, 235, 235, 0.38);
|
|
|
+ // border-radius: 99rpx;
|
|
|
+ // overflow: hidden;
|
|
|
+
|
|
|
+ // .line-action {
|
|
|
+ // height: 100%;
|
|
|
+ // width: 100%;
|
|
|
+ // border-radius: 99rpx;
|
|
|
+ // background-color: #FEB041;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
}
|
|
|
|
|
|
.r1 {
|