33 lines
520 B
Plaintext
33 lines
520 B
Plaintext
/* 滚动菜单 */
|
|
.scroll_menu {
|
|
background-color: #fff;
|
|
box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.1);
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.scroll-view_H {
|
|
white-space: nowrap;
|
|
color: #000;
|
|
}
|
|
|
|
.scroll-view-item {
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
}
|
|
|
|
.scroll-view-item_H {
|
|
display: inline-block;
|
|
width: 22%;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
text-align: center;
|
|
border-bottom: solid 4rpx #fff;
|
|
}
|
|
|
|
.scroll_view_select {
|
|
border-bottom: solid 4rpx #378fff;
|
|
color: #378fff;
|
|
font-weight: 600;
|
|
}
|
|
|
|
/* 列表 */ |