| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- .content.data-v-6c607792 {
- display: flex;
- flex-direction: column;
- height: 100vh;
- background-color: #f7f9fa;
- padding-bottom: 100rpx;
- box-sizing: border-box;
- }
- .top-info.data-v-6c607792 {
- font-size: 28rpx;
- color: #888888;
- text-align: center;
- width: 100%;
- padding: 20rpx 0;
- background-color: #fff;
- }
- .search-input.data-v-6c607792 {
- width: 90%;
- margin-left: 5%;
- height: 80rpx;
- background-color: #fff;
- border-radius: 40rpx;
- padding: 0 20rpx;
- margin-top: 20rpx;
- box-sizing: border-box;
- font-size: 28rpx;
- text-align: center;
- }
- .content-box.data-v-6c607792 {
- display: flex;
- flex: 1;
- overflow: hidden;
- margin-top: 20rpx;
- }
- .category-list.data-v-6c607792 {
- width: 180rpx;
- background-color: #fff;
- height: 100%;
- }
- .category-item.data-v-6c607792 {
- height: 100rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 28rpx;
- color: #999;
- background-color: #fff;
- transition: all 0.3s;
- }
- .category-item.active.data-v-6c607792 {
- background-color: #fff4e6;
- color: #333;
- font-weight: 600;
- }
- .food-list.data-v-6c607792 {
- flex: 1;
- margin: 0 20rpx;
- }
|