deviceCommand.css 537 B

12345678910111213141516171819202122232425262728293031
  1. /* myPages/pages/deviceCommand/deviceCommand.wxss */
  2. .item-container {
  3. padding: 25rpx 0;
  4. margin-bottom: 20rpx;
  5. }
  6. .cmd-item {
  7. padding: 25rpx 17rpx;
  8. padding-left: 28rpx;
  9. border-radius: 0;
  10. }
  11. .cmd-item::after {
  12. border: 0;
  13. }
  14. .item-icon {
  15. width: 38rpx;
  16. height: 38rpx;
  17. }
  18. .item-text {
  19. font-size: 30rpx;
  20. font-family: PingFang SC;
  21. font-weight: 400;
  22. color: rgba(44, 44, 50, 1);
  23. line-height: 44rpx;
  24. margin-left: 10rpx;
  25. }
  26. .tag {
  27. font-size: 30rpx;
  28. padding: 16rpx;
  29. color: #e6a23c;
  30. }