| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- /* wallet/balanceDetailed/balanceDetailed.wxss */
- page {
- background: #ffffff;
- }
- .pinimgs {
- width: 118rpx;
- height: 118rpx;
- position: relative;
- margin: 70rpx auto 0 auto;
- /* margin: 70rpx 30rpx; */
- }
- .pinimg {
- display: block;
- width: 100%;
- height: 100%;
- }
- .type {
- padding: 30rpx 0 0;
- font-size: 32rpx;
- text-align: center;
- }
- .money {
- font-size: 70rpx;
- text-align: center;
- }
- .start {
- font-size: 26rpx;
- text-align: center;
- padding: 30rpx 0 0 0;
- }
- .cont {
- margin: 45rpx 59rpx 0 61rpx;
- border-top: 1rpx solid #E4E4E4;
- }
- .goods {
- padding: 70rpx 0 0;
- justify-content: space-between;
- }
- .labe {
- font-size: 26rpx;
- color: #999999;
- flex: 0.2;
- }
- .goodsname {
- font-size: 26rpx;
- text-align: left;
- flex: 0.8;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .time {
- justify-content: space-between;
- padding: 40rpx 0 0;
- }
- .give {
- padding: 20rpx 0 24rpx 0;
- text-align: center;
- color: #F32A27;
- font-size: 26rpx;
- }
|