checkpoint: 冻结资金开工前龙先生小程序本地备份(不推远程)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,40 +1,40 @@
|
||||
/* pages/withdraw/withdraw.wxss */
|
||||
.tixian-container {
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
/* 加载状态 */
|
||||
.loading-center, .error-center {
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #666;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.loading-spinner {
|
||||
border: 4rpx solid rgba(157, 78, 221, 0.3);
|
||||
border-top-color: #9d4edd;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.loading-text {
|
||||
font-size: 28rpx;
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
|
||||
.error-text {
|
||||
font-size: 28rpx;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.retry-btn {
|
||||
padding: 20rpx 60rpx;
|
||||
background: linear-gradient(90deg, #6a11cb, #2575fc);
|
||||
color: white;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
/* pages/withdraw/withdraw.wxss */
|
||||
.tixian-container {
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
/* 加载状态 */
|
||||
.loading-center, .error-center {
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #666;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.loading-spinner {
|
||||
border: 4rpx solid rgba(157, 78, 221, 0.3);
|
||||
border-top-color: #9d4edd;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.loading-text {
|
||||
font-size: 28rpx;
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
|
||||
.error-text {
|
||||
font-size: 28rpx;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.retry-btn {
|
||||
padding: 20rpx 60rpx;
|
||||
background: linear-gradient(90deg, #6a11cb, #2575fc);
|
||||
color: white;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user