myassetscell.wxss 1.25 KB
/* dist/pages/myassets/myassetscell.wxss */
.assets-record-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* background: #ee00dd; */
  /* position: fixed; */
}
.assets-record-split-line {
  background: #E0E0E0;
  height: 2rpx;
}
.assets-record-info-detail-view {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 30rpx;
  padding-bottom: 30rpx;
}
.assets-record-left-view {
  display: flex;
  flex-direction: row;
  align-items: center;

}
.assets-record-middle-view {
  display: flex;
  flex-direction: column;
  margin-left: 20rpx;
}
.assets-record-right-view {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.assets-record-image-style {
  width: 48rpx;
  height: 48rpx;
  /* background: #00ff */
}
.assets-record-code-txt {
  font-family: PingFang-SC-Regular;
  font-size: 28rpx;
  color: #000000;
}
.assets-record-time-txt {
  font-family: SFProText-Regular;
  font-size: 24rpx;
  color: #999999;
  margin-top: 12rpx;
}
.assets-record-income-txt {
  font-family: SFProText-Medium;
  font-weight: bold;
  font-size: 28rpx;
  color: #000000;
}
.assets-record-income-tip-txt {
  font-family: PingFang-SC-Regular;
  font-size: 20rpx;
  color: #D0021B;
}