2017-02-11 87 views
-2

我使用下面的jquery滑塊,它完美地在桌面上,但不是在移動。使用價格滑塊不工作移動,不能滑動酒吧

http://www.lugolabs.com/flat-slider

庫jQuery和jQueryUI的 codepen網址爲:http://codepen.io/rajMrPerfect/pen/qRQLoW?editors=0110

.flat-slider.ui-corner-all, 
.flat-slider .ui-corner-all { 
border-radius: 0; 
} 

.flat-slider.ui-slider { 
    border: 0; 
    background: #171616; 
    border-radius: 7px; 
    } 

    .flat-slider.ui-slider-horizontal { 
    height: 2px; 
    } 

    .flat-slider.ui-slider-vertical { 
    height: 15em; 
    width: 2px; 
    } 

    .flat-slider .ui-slider-handle { 
    width: 30px; 
    height: 30px; 
    background: #ebf4e9; 
    border-radius: 50%; 
    border: none; 
    cursor: pointer; 
    } 
+0

你需要得到更具體的 –

+0

看到URL上述考試,,下面codepen網址 –

+0

http://codepen.io/rajMrPerfect/pen/qRQLoW?editors=0110 –

回答

0

您的代碼臺式機和移動上工作正常!

+0

我使用一些其他的lib –

+0

所以發佈您的代碼! –

+0

其在codepen鏈接,那是我已經作出的新的lib –

0

使用angular scroller它在上面的codepen鏈接裏解決了。