You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
288 B
23 lines
288 B
9 months ago
|
|
||
|
.title {
|
||
|
background: #fff;
|
||
|
.search {
|
||
|
padding: 30rpx 25rpx;
|
||
|
}
|
||
|
.menu {
|
||
|
padding: 0rpx 25rpx;
|
||
|
}
|
||
|
.menu_list {
|
||
|
display: flex;
|
||
|
&_item {
|
||
|
margin-right: 70rpx;
|
||
|
white-space: nowrap;
|
||
|
padding-bottom: 24rpx;
|
||
|
}
|
||
|
.selectMenuId {
|
||
|
border-bottom: 6rpx solid #e93323;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|