12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- /* pages/rechange/index.wxss */
- .listker-content {
- width: 750rpx;
- min-height: 100vh;
- background: #F7F8FA;
- }
-
- .listker-item {
- margin-left: 20rpx;
- background: #FFFFFF;
- border-radius: 24rpx;
- width: 710rpx;
- height: 196rpx;
- display: flex;
- align-items: center;
- }
-
- .desc {
- margin-left: 32rpx;
- flex: 1;
- }
-
- .title {
- font-size: 32rpx;
- font-weight: 500;
- color: #333333;
- }
-
- .address {
- margin-top: 12rpx;
- font-size: 24rpx;
- font-weight: 400;
- font-weight: 400;
- color: #999999;
- }
-
- .time {
- margin-top: 3rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- }
-
- .number {
- margin-right: 32rpx;
- font-size: 36rpx;
- font-weight: 500;
- }
-
- .number-r {
- color: #FF0707;
- }
-
-
- .number-b {
- color: #2AB507;
- }
-
- .line-20rpx {
- width: 20rpx;
- height: 20rpx;
- }
-
- /* <view class="listker-content">
-
- <view class="listker-item">
- <view class="desc">
- <view class="title">充值</view>
- <view class="address">软件园区</view>
- <view class="time">2022-03-17 10:20:03</view>
- </view>
-
- <view class="number">+1888元</view>
-
- </view>
-
-
- </view> */
|