49 lines
4.4 KiB
Plaintext
49 lines
4.4 KiB
Plaintext
/*!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
@import "../common/scrollview.less";
|
|
@import "base.less";
|
|
|
|
/* ScrollView */
|
|
|
|
.km-android .km-pages
|
|
{
|
|
display: table;
|
|
width: 100%;
|
|
height: 3px;
|
|
}
|
|
|
|
.km-android .km-pages li
|
|
{
|
|
display: table-cell;
|
|
height: 2px;
|
|
background: transparent;
|
|
}
|
|
|
|
.km-android .km-pages .km-current-page
|
|
{
|
|
opacity: .6;
|
|
}
|
|
|