diff --git a/src/views/item.less b/src/views/item.less old mode 100755 new mode 100644 index 62ce932ec..b227faa9e --- a/src/views/item.less +++ b/src/views/item.less @@ -260,24 +260,24 @@ color: rgba(0, 0, 0, 0.5); } -.ui.items .item:nth-of-type(n+1):hover { +.ui.items .item:nth-of-type(6n+1):hover { border-bottom-color: #6ECFF5 !important; } -.ui.items .item:nth-of-type(n+2):hover { +.ui.items .item:nth-of-type(6n+2):hover { border-bottom-color: #5C6166 !important; } -.ui.items .item:nth-of-type(n+3):hover { +.ui.items .item:nth-of-type(6n+3):hover { border-bottom-color: #A1CF64 !important; } -.ui.items .item:nth-of-type(n+4):hover { +.ui.items .item:nth-of-type(6n+4):hover { border-bottom-color: #D95C5C !important; } -.ui.items .item:nth-of-type(n+5):hover { - border-bottom-color: #564F8A !important; -} -.ui.items .item:nth-of-type(n+6):hover { +.ui.items .item:nth-of-type(6n+5):hover { border-bottom-color: #00B5AD !important; } +.ui.items .item:nth-of-type(6n+6):hover { + border-bottom-color: #564F8A !important; +} /*******************************