|
@@ -182,12 +182,11 @@
|
|
|
<h2 style=" text-align: end;">11.00</h2>
|
|
|
<p style=" text-align: end;">15:21:11</p>
|
|
|
</view>
|
|
|
-
|
|
|
+ <view class="sign">
|
|
|
+ <img src="../../assets/img/tixian.png" alt="">
|
|
|
</view>
|
|
|
- <view class="product_tip">
|
|
|
- <view class="product_tip_bg"></view>
|
|
|
- <p>已提现</p>
|
|
|
</view>
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
<Tabbar ref="tabbarMain" :current="2"></Tabbar>
|
|
@@ -457,34 +456,7 @@
|
|
|
}
|
|
|
</style>
|
|
|
<style lang="scss" scoped>
|
|
|
- .product_tip {
|
|
|
- position: relative;
|
|
|
- top: -75px;
|
|
|
- right: 0;
|
|
|
-
|
|
|
- text-align: right;
|
|
|
-
|
|
|
- p {
|
|
|
- font-size: 24rpx;
|
|
|
- color: #ffffff;
|
|
|
- transform: rotate(45deg);
|
|
|
- position: absolute;
|
|
|
- top: 10rpx;
|
|
|
- right: 0rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .product_tip_bg {
|
|
|
- width: 0;
|
|
|
- height: 0;
|
|
|
- border-bottom: 52rpx solid #53b56d;
|
|
|
- border-right: 52rpx solid transparent;
|
|
|
- border-left: 52rpx solid transparent;
|
|
|
- transform: rotate(45deg);
|
|
|
- position: absolute;
|
|
|
- top: -7rpx;
|
|
|
- right: -29rpx;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
|
|
|
.popup-screen {
|
|
@@ -497,7 +469,7 @@
|
|
|
|
|
|
.screen-item {
|
|
|
margin-bottom: 20px;
|
|
|
-
|
|
|
+
|
|
|
.screen-head {
|
|
|
margin-bottom: 8px;
|
|
|
font-size: 16px;
|
|
@@ -593,6 +565,17 @@
|
|
|
justify-content: space-between;
|
|
|
padding: 10px 20px;
|
|
|
border-bottom: 1px solid #ededed;
|
|
|
+ position: relative;
|
|
|
+ .sign{
|
|
|
+ width: 32px;
|
|
|
+ height: 32px;
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ img{
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
.detailed-item-name {
|
|
|
h4 {
|