常志远 2 years ago
parent
commit
7ea956130d

BIN
assets/img/tixian.png


+ 16 - 33
pagesFinance/share/index.vue

@@ -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 {

+ 1 - 1
pagesFinance/share/monthlyCardDetails.vue

@@ -181,7 +181,7 @@
 			text-align: center;
              
            .withdraw{
-			   width: 21.3%vw;
+			   width: 21.3vw;
 			   height: 21.3vw;
 			   position: absolute;
 			   top: 2vw;

+ 1 - 1
pagesFinance/user/withdraw.vue

@@ -291,7 +291,7 @@
 			line-height: 20px;
 			align-items: center;
 			.whthdraw-price{
-				font-size: 20px;
+				font-size: 18px;
 				color: #101010;
 				font-weight: 600;
 			}