litian
2024-08-27 366de5b4636679392a1e3d2984fc23bd5eaa5ac3
pages/personalCenter/index.wxss
@@ -210,4 +210,63 @@
  background: #ff6c00;
  color: #fff;
  border-radius: 50rpx;
}
.blockIntegral {
  position: relative;
  width: 90vw;
  height: 70vh;
  background: var(--td-bg-color-container);
  border-radius: 16rpx;
}
.srcolbox {
  width: 100%;
  height: 70vh;
  white-space: nowrap;
}
.block-content {
  padding: 20rpx;
  font-size: 28rpx;
  color: #606266
}
.tableHeader {
  display: flex;
  background-color: #f3f3f3;
  line-height: 48rpx;
  padding: 10rpx;
  border-bottom: 1px solid #f4f4f4;
}
.blockIntegral .content-item {
  display: flex;
  line-height: 48rpx;
  padding: 10rpx;
  border-bottom: 2rpx solid #f4f4f4;
}
.blockIntegral .lable {
  width: 260rpx;
}
.blockIntegral .value {
  width: 100rpx;
}
.blockIntegral .totle {
  font-weight: bold;
}
.blockIntegral .createDate {
  flex: 1;
}
.close-btn {
  position: absolute;
  left: 50%;
  margin-left: -32rpx;
  bottom: calc(-1 * (48rpx + 64rpx));
}