kitchendDevice/unpackage/dist/dev/mp-weixin/pageTwo/me/foodlist.wxss

364 lines
7.9 KiB
Plaintext
Raw Normal View History

2023-09-08 15:17:21 +08:00
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
2025-11-25 14:21:22 +08:00
.serachBox.data-v-c58b4fba {
height: 80rpx;
2025-04-03 16:29:29 +08:00
position: fixed;
2025-11-25 14:21:22 +08:00
top: 0;
left: 0;
right: 0;
padding: 30rpx 20rpx;
z-index: 19;
background-color: #efefef;
2025-03-25 10:17:30 +08:00
}
2025-11-25 14:21:22 +08:00
.serachBox .serach-box.data-v-c58b4fba {
height: 80rpx;
border-radius: 20rpx;
position: relative;
background-color: #fff;
2025-03-25 10:17:30 +08:00
}
2025-11-25 14:21:22 +08:00
.serachBox .searchInput.data-v-c58b4fba {
position: absolute;
left: 0;
right: 120rpx;
height: 80rpx;
2025-03-25 10:17:30 +08:00
}
2025-11-25 14:21:22 +08:00
.serachBox .searchInput icon.data-v-c58b4fba {
position: absolute;
right: 20rpx;
top: 20rpx;
display: flex;
z-index: 9;
2025-03-25 10:17:30 +08:00
}
2025-11-25 14:21:22 +08:00
.serachBox .searchInput .voice.data-v-c58b4fba {
display: flex;
justify-content: flex-end;
align-items: center;
position: absolute;
right: 20rpx;
top: 0;
bottom: 0;
width: 150rpx;
display: flex;
z-index: 9;
}
.serachBox .searchInput .voice .mic.data-v-c58b4fba {
margin-right: 10rpx;
}
.serachBox .searchBtn.data-v-c58b4fba {
position: absolute;
width: 120rpx;
right: 0px;
height: 80rpx;
line-height: 80rpx;
background: #3CB383;
border-radius: 0 20rpx 20rpx 0;
text-align: center;
2025-03-25 10:17:30 +08:00
color: #fff;
}
2025-11-25 14:21:22 +08:00
.serachBox input.data-v-c58b4fba {
height: 80rpx;
padding: 0 5px;
text-align: center;
position: absolute;
left: 0px;
right: 0px;
border-radius: 20rpx;
}
.serachBox .icon.data-v-c58b4fba {
width: 100rpx;
height: 80rpx;
position: absolute;
right: 30rpx;
display: flex;
align-items: center;
justify-content: center;
}
.content-box.data-v-c58b4fba {
border-radius: 20rpx 20rpx 0 0;
2025-04-03 16:29:29 +08:00
position: relative;
2025-11-25 14:21:22 +08:00
z-index: 9;
width: 100%;
margin: 65px 0 30rpx;
background: #fff;
2025-04-03 16:29:29 +08:00
}
2025-11-25 14:21:22 +08:00
.search-history.data-v-c58b4fba {
width: 100%;
height: auto;
overflow: hidden;
2025-03-25 10:17:30 +08:00
}
2025-11-25 14:21:22 +08:00
.search-history uni-icons.data-v-c58b4fba {
color: #333333;
font-size: 60rpx;
position: absolute;
top: 13px;
right: 30rpx;
2025-03-25 10:17:30 +08:00
}
2025-11-25 14:21:22 +08:00
.history-list.data-v-c58b4fba {
width: calc(100% - 40rpx);
margin: 20rpx 20rpx 0;
height: auto;
2025-03-25 10:17:30 +08:00
display: flex;
flex-wrap: wrap;
}
2025-11-25 14:21:22 +08:00
.history-list .history-list-item.data-v-c58b4fba {
2025-03-25 10:17:30 +08:00
border: 1px solid #dfdfdf;
2025-11-25 14:21:22 +08:00
padding: 3px 24rpx;
border-radius: 20rpx;
margin-bottom: 20rpx;
margin-right: 20rpx;
}
.title.data-v-c58b4fba {
width: 90%;
font-size: 30rpx;
font-weight: bold;
color: #000;
margin-top: 30rpx;
margin-left: 30rpx;
2023-09-08 15:17:21 +08:00
display: flex;
align-items: center;
2025-11-25 14:21:22 +08:00
}
.popular-container.data-v-c58b4fba {
width: 100%;
margin-top: 30rpx;
margin-bottom: 80px;
}
.popular-container .popular-food-item.data-v-c58b4fba {
display: flex;
flex-direction: column;
align-items: center;
margin: 20rpx;
padding: 20rpx;
2025-03-25 10:17:30 +08:00
box-sizing: border-box;
2025-11-25 14:21:22 +08:00
border-radius: 20rpx;
background: linear-gradient(#EDFFF4, #ffffff 80%);
}
.popular-container .popular-food-item .food-title.data-v-c58b4fba {
font-size: 34rpx;
font-weight: 700;
}
.popular-container .popular-food-item .popular-food-inner.data-v-c58b4fba {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
width: 100%;
margin-top: 20rpx;
}
.popular-container .popular-food-item .popular-food-inner .popular-food-subitem.data-v-c58b4fba {
display: flex;
align-items: center;
margin-bottom: 20rpx;
padding: 10rpx 20rpx;
background-color: #fff;
margin-right: 20rpx;
border-radius: 20rpx;
border: 1px solid #f7f7f7;
}
.search_list.data-v-c58b4fba {
display: flex;
padding: 0 20rpx;
flex-wrap: wrap;
margin: 75px 20rpx 90px;
width: calc(100% - 80rpx);
2025-04-03 16:29:29 +08:00
justify-content: space-between;
2025-11-25 14:21:22 +08:00
background: #fff;
border-radius: 20rpx;
2023-09-08 15:17:21 +08:00
}
2025-11-25 14:21:22 +08:00
.search_list .search_list_item.data-v-c58b4fba {
width: 100%;
display: flex;
align-items: center;
border-bottom: 1px solid #f7f7f7;
padding: 20rpx 0;
position: relative;
2023-09-08 15:17:21 +08:00
}
2025-11-25 14:21:22 +08:00
.search_list .search_list_item image.data-v-c58b4fba {
width: 80rpx;
height: 80rpx;
margin-right: 20rpx;
border-radius: 20rpx;
2023-09-08 15:17:21 +08:00
}
2025-11-25 14:21:22 +08:00
.search_list .search_list_item text.data-v-c58b4fba {
width: 100%;
display: inline-block;
2023-09-08 15:17:21 +08:00
}
2025-11-25 14:21:22 +08:00
.search_list .search_list_item .dui.data-v-c58b4fba {
position: absolute;
right: 30rpx;
}
.search_list .search_list_item :nth-child(2) text.data-v-c58b4fba {
margin-top: 5px;
}
.auto-search-dialog.data-v-c58b4fba {
display: flex;
justify-content: center;
align-items: center;
2023-09-08 15:17:21 +08:00
position: fixed;
left: 0;
2025-11-25 14:21:22 +08:00
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
2023-09-08 15:17:21 +08:00
z-index: 999;
2025-11-25 14:21:22 +08:00
}
.auto-search-dialog .auto-search-inner.data-v-c58b4fba {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
position: relative;
width: 70%;
height: 350rpx;
padding: 80rpx 0;
background-color: #fff;
border-radius: 20rpx;
box-shadow: 0 0 20rpx #ccc;
}
.auto-search-dialog .auto-search-inner .close.data-v-c58b4fba {
position: absolute;
left: 0;
right: 0;
bottom: -140rpx;
width: 90rpx;
margin: 0 auto;
}
.auto-search-dialog text.data-v-c58b4fba {
font-size: 32rpx;
width: 80%;
}
.auto-search-dialog .mic-icon.data-v-c58b4fba {
display: flex;
justify-content: center;
align-items: center;
width: 150rpx;
height: 150rpx;
border-radius: 50%;
border: 8rpx solid #777777;
}
.auto-search-dialog .btn-wrap.data-v-c58b4fba {
display: flex;
justify-content: space-around;
width: 90%;
}
.auto-search-dialog .btn-wrap .retry.data-v-c58b4fba,
.auto-search-dialog .btn-wrap .confirm.data-v-c58b4fba {
width: 190rpx;
height: 60rpx;
line-height: 60rpx;
text-align: center;
font-size: 28rpx;
border: 2rpx solid #777;
border-radius: 15rpx;
}
.activeList.data-v-c58b4fba {
z-index: 12;
bottom: 100rpx;
}
.activeList .box2.data-v-c58b4fba {
height: 500rpx;
2023-09-08 15:17:21 +08:00
background: #fff;
2025-11-25 14:21:22 +08:00
position: absolute;
width: 100%;
bottom: 70px;
padding-bottom: 90px;
border-radius: 20rpx 20rpx 0 0;
2023-09-08 15:17:21 +08:00
}
.activeList .list.data-v-c58b4fba {
padding-bottom: 55px;
}
2025-11-25 14:21:22 +08:00
.activeList .list .name.data-v-c58b4fba {
margin-right: 5px;
2023-09-08 15:17:21 +08:00
}
2025-11-25 14:21:22 +08:00
.activeList .list icon.data-v-c58b4fba {
font-size: 22px;
2023-09-08 15:17:21 +08:00
}
2025-11-25 14:21:22 +08:00
.groupbtn.data-v-c58b4fba {
2023-09-08 15:17:21 +08:00
display: flex;
2025-11-25 14:21:22 +08:00
align-items: center;
2023-09-08 15:17:21 +08:00
justify-content: space-between;
2025-11-25 14:21:22 +08:00
padding: 0 20rpx 40rpx;
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 55px;
z-index: 99;
background-color: #fff;
overflow: hidden;
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
2023-09-08 15:17:21 +08:00
}
2025-11-25 14:21:22 +08:00
.groupbtn .subbtn.data-v-c58b4fba {
color: #fff;
2023-09-08 15:17:21 +08:00
width: 40%;
text-align: center;
2025-11-25 14:21:22 +08:00
border-radius: 20rpx;
height: 35px;
line-height: 35px;
background-color: #f0ae43;
}
.groupbtn .che.data-v-c58b4fba {
width: 120rpx;
height: 120rpx;
position: relative;
2023-09-08 15:17:21 +08:00
}
2025-11-25 14:21:22 +08:00
.groupbtn .che text.data-v-c58b4fba {
position: absolute;
height: 30rpx;
background: red;
width: 30rpx;
border-radius: 50%;
display: inline-block;
2023-09-08 15:17:21 +08:00
color: #fff;
2025-11-25 14:21:22 +08:00
line-height: 30rpx;
text-align: center;
font-size: 24rpx;
right: 0;
top: 5px;
}
.groupbtn .che image.data-v-c58b4fba,
.groupbtn .che .t-icon.data-v-c58b4fba {
width: 120rpx;
height: 120rpx;
border-radius: 50%;
2023-09-08 15:17:21 +08:00
}
2025-11-25 14:21:22 +08:00
.btn.data-v-c58b4fba {
color: #fff;
width: 60%;
margin: auto;
background-color: #f0ae43;
}
.button-container.data-v-c58b4fba {
position: absolute;
top: 20rpx;
right: 30rpx;
font-size: 40rpx;
2025-07-28 16:57:16 +08:00
}
2025-11-25 14:21:22 +08:00
.button-container image.data-v-c58b4fba {
width: 50rpx;
height: 50rpx;
2023-09-08 15:17:21 +08:00
}