Files
quinn-accounts/pages/account/detail/index.wxss
2023-01-28 14:37:45 +08:00

19 lines
345 B
Plaintext

.main_look {
padding: 0 20rpx;
}
.look_content {
display: flex;
flex-direction: column;
justify-content: center;
height: 200rpx;
background-color: #111111;
background-size:100% 100%;
font-weight: bold;
}
.pay_look {
padding: 0 20rpx;
display: flex;
flex-direction: row;
justify-content: center;
}