1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- page{
- width: 750rpx;
- background: #F0F1F5;
- }
- .walletDetails-center{
- width: 716rpx;
- margin: 20rpx auto;
- }
-
- .walletDetails-info{
- margin-bottom: 20rpx;
- width: 100%;
- height: 122rpx;
- display: flex;
- align-items: center;
- justify-content:space-between;
- border-radius: 12rpx;
- background: #FFFFFF;
- }
- .walletDetails-left, .walletDetails-right{
- display: flex;
- align-items: center;
- }
- image {
- width: 100%;
- height: 100%;
- }
- .avatar-box {
- margin-left: 16rpx;
- width: 64rpx;
- height: 64rpx;
- }
- .avatar-info{
- display: flex;
- flex-direction: column;
- margin-left: 16rpx;
- }
- .avatar-doc{
- height: 38rpx;
- color: #3C3C3C;
- font-size: 28rpx;
- }
- .avatar-time{
- height: 32rpx;
- color: #909090;
- font-size: 24rpx;
- }
- .walletDetails-right{
- margin-right: 20rpx;
- font-size: 24rpx;
- }
- .avatar-value-pos, .avatar-value-neg{
- width: 100rpx;
- }
- .avatar-value-pos {
- color: #FF5200;
- font-size: 24rpx;
- font-weight:bold;
- }
- .avatar-value-neg{
- color: #61CA54;
- }
- .avatar-symbol {
- font-weight: bold;
- margin-right: 4rpx;
- }
- /* .getMoney{
- color: #61CA54;
- } */
|