/* pages/deviceCommand/deviceCommand.wxss */ .item-container { padding: 25rpx 0; margin-bottom: 20rpx; } .cmd-item { padding: 25rpx 17rpx; padding-left: 28rpx; border-radius: 0; } .cmd-item::after { border: 0; } .item-icon { width: 38rpx; height: 38rpx; } .item-text { font-size: 30rpx; font-family: PingFang SC; font-weight: 400; color: rgba(44, 44, 50, 1); line-height: 44rpx; margin-left: 10rpx; } .tag { font-size: 30rpx; padding: 16rpx; color: #e6a23c; }