commandList.css 667 B

12345678910111213141516171819202122232425262728293031
  1. /* pages/commandList/commandList.wxss */
  2. .item-container {
  3. padding: 8rpx 28rpx;
  4. }
  5. .command-item {
  6. width: 100%;
  7. border-bottom: 1rpx rgba(224, 224, 224, 1);
  8. padding-top: 27rpx;
  9. padding-bottom: 20rpx;
  10. }
  11. .command-title {
  12. font-size: 30rpx;
  13. font-family: PingFang SC;
  14. font-weight: 500;
  15. color: rgba(43, 44, 50, 1);
  16. line-height: 44rpx;
  17. }
  18. .command-status {
  19. font-size: 28rpx;
  20. font-family: PingFang SC;
  21. font-weight: 400;
  22. color: rgba(43, 44, 50, 1);
  23. line-height: 44rpx;
  24. }
  25. .command-time {
  26. font-size: 28rpx;
  27. font-family: PingFang SC;
  28. font-weight: 400;
  29. color: rgba(43, 44, 50, 1);
  30. line-height: 44rpx;
  31. }