index.wxss 2.6 KB
/* dist/pages/myassets/index.wxss */
.container {
  /* position: fixed; */
  /* width: 100%; */
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* align-items: center; */
  /* background-color: #34343d; */
  margin-left: 40rpx;
  margin-right: 40rpx;
}
.asset-title {
  font-family: SFProDisplay-Bold;
  font-weight: bold;
  font-size: 68rpx;
  color: #000000;
}
.asset-head-parent {
  display: flex;
  justify-content: space-between;
  margin-top: 52rpx;
  align-items: center;
  /* position: absolute; */
 }
 .income-detail1 {
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   /* margin-top: 44rpx; */
 }
 .income-detail2 {
   display: flex;
   justify-content: flex-start;
   align-items: center;
   margin-top: 20rpx;
 }
 .second {
    margin-top: 5rpx;
 }
.progress-box {
  /* position: absolute; */
  width: 240rpx;
  height: 240rpx;
  display: flex;
  margin-right: 50rpx;
  /* align-items: center; */
  /* justify-content: center; */
  /* background-color: transparent; */
  /* background-color: #eeddff; */
}
 
.progress-bg {
  position: absolute;
  width: 240rpx;
  height: 240rpx;
}
 
.progress-canvas {
  width: 240rpx;
  height: 240rpx;
}
 
.progress-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.progress-info {
  font-size: 35rpx;
  padding-left: 10rpx;
  letter-spacing: 2rpx;
  color: white;
}

.tips-icon {
  width: 30rpx;
  height: 30rpx;
}

.split-line {
  background: #E0E0E0;
  height: 2rpx;
  margin-top: 28rpx;
}
.income-radiu-icon-view1 {
  width: 16rpx;
  height: 16rpx;
  background: #002B47;
  border-radius: 8rpx;
  margin-top: 8rpx;
}
.income-radiu-icon-view2 {
  width: 16rpx;
  height: 16rpx;
  background: #65AB85;
  border-radius: 8rpx;
  margin-top: 8rpx;
}
.income-title-txt {
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #999999;
  margin-left: 16rpx;
}
.income-count-txt {
  font-family: DINAlternate-Bold;
  font-size: 28rpx;
  color: #000000;
  margin-left: 20rpx;
}
.income-all-count-txt {
  /* display: flex; */
  font-family: DINAlternate-Bold;
  font-weight: bold;
  font-size: 40rpx;
  color: #000000;
  margin-top: 10rpx;
}
.tips-root-view {
  display: flex;
  flex-direction: row;
  margin-top: 40rpx;
}
.tips-txt {
  /* display: flex; */
  font-family: SFProText-Regular;
  font-size: 24rpx;
  color: #000000;
}
.income-record-txt {
  /* display: flex; */
  font-family: PingFang-SC-Medium;
  font-size: 40rpx;
  color: #000000;
  margin-top: 86rpx;
}

.empty {
  display: flex;
  justify-content: center;
  margin-top: 80rpx;
  font-size: 40rpx;
  color: #CCC;
}