myDetailed.wxss 179 B

123456789
  1. /* pages/my/myDetailed/myDetailed.wxss */
  2. /* 账单明细 */
  3. .det-t{
  4. height: 120rpx;
  5. border-bottom: 1px solid rgb(214, 210, 210);
  6. }
  7. .det-t-b text{
  8. color: rgb(207, 28, 28);
  9. }