project init
This commit is contained in:
28
pages/budget/index.wxss
Normal file
28
pages/budget/index.wxss
Normal file
@@ -0,0 +1,28 @@
|
||||
.main_look {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
height: 200rpx;
|
||||
background-color: #111111;
|
||||
background-size:100% 100%;
|
||||
}
|
||||
.look_content {
|
||||
font-weight: bold;
|
||||
}
|
||||
.pay_look {
|
||||
padding: 0 20rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
}
|
||||
.balance_look {
|
||||
padding: 20rpx;
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
.t-progress__info {
|
||||
--td-progress-info-dark-color: whitesmoke
|
||||
}
|
||||
.error_msg {
|
||||
color: #777777;
|
||||
}
|
||||
Reference in New Issue
Block a user