This commit is contained in:
haomingming
2023-04-11 18:41:46 +08:00
parent 3f40c4c237
commit 4f14aad6f3
53 changed files with 657 additions and 205 deletions
+17 -2
View File
@@ -42,21 +42,36 @@ page{
.popup_box_title{
flex: 1;
display: flex;
align-items: center;
justify-content: space-around;
border-bottom: 1px solid #E7E7E7;
align-items: center;
justify-content: center;
}
.cancle{
font-size: 32rpx;
color: rgba(0,0,0,0.6);
flex: 1;
height: 100rpx;
display: flex;
justify-content: center;
align-items: center;
}
.title{
font-size: 32rpx;
color: rgba(0,0,0,0.9);
flex: 1;
display: flex;
justify-content: center;
align-items: center;
height: 100rpx;
}
.confirm{
font-size: 32rpx;
color: #3CC7C0;
flex: 1;
height: 100rpx;
display: flex;
justify-content: center;
align-items: center;
}
.popup_box_content{
flex: 5;