coin.wxss 1.41 KB
/* pages/home/coin/coin.wxss */
.coin-total {
  font-family: 'Regulator-Heavy';
  font-size: 120rpx;
  color: #1C1C1B;
  margin-top: 50rpx;
  margin-bottom: 30rpx;
  text-align: center;
}
.yoho-coin {
  text-align: center;
  margin-bottom: 100rpx;
}
.coin {
  width: 50rpx;
  height: 50rpx;
  margin-right: 10rpx;
  margin-bottom: -10rpx;
}
.coin-text {
  font-family: Regulator-Heavy;
  font-size: 48rpx;
  color: #1C1C1B;
}
.divide {
  position: relative;
  margin: 0 30rpx;
  border-bottom: 1rpx solid #B0B0B0;
}
.coin-record {
  font-size: 28rpx;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 180rpx;
  height: 40rpx;
  background-color: #fff;
  left: 50%;
  margin-left: -90rpx;
  bottom: -20rpx;
}
.record-list {
  margin-top: 50rpx;
  padding: 0 30rpx;
}
.coin-item {
  padding: 20rpx 0;
  display: flex;
  justify-content: space-between;
  align-items:center;
}
.detail {
  flex: 1;
}
.coins {
  width: 100rpx;
  font-family: Regulator-Bold;
  text-align: right;
  font-size: 48rpx;
  font-weight: bold;
}
.detail {
  font-size: 28rpx;
  overflow: hidden;
}
.coin-name {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #1C1C1B;
}
.coin-time {
  margin-top: 10rpx;
  color:  #B0B0B0;
}
.no-record {
  color: #B0B0B0;
  text-align: center;
  line-height: 160rpx;
  font-size: 28rpx;
}