kitchendDevice/unpackage/dist/dev/mp-weixin/pageTwo/count/search.wxss

700 lines
15 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.serachBox.data-v-d4f38c70 {
height: 130rpx;
position: fixed;
top: 0;
left: 0;
right: 0;
padding: 30rpx 20rpx;
z-index: 9;
background-color: #f7f7f7;
}
.serachBox .type.data-v-d4f38c70 {
padding-bottom: 10px;
width: 100%;
text-align: center;
font-size: 30rpx;
font-weight: bold;
}
.serachBox .serach-box.data-v-d4f38c70 {
height: 80rpx;
border-radius: 20rpx;
position: relative;
background-color: #fff;
}
.serachBox .searchInput.data-v-d4f38c70 {
position: absolute;
left: 0;
right: 120rpx;
height: 80rpx;
}
.serachBox .searchInput icon.data-v-d4f38c70 {
position: absolute;
right: 20rpx;
top: 20rpx;
display: flex;
z-index: 9;
}
.serachBox .searchBtn.data-v-d4f38c70 {
position: absolute;
width: 120rpx;
right: 0px;
height: 80rpx;
line-height: 80rpx;
background: #3CB383;
border-radius: 0 20rpx 20rpx 0;
text-align: center;
color: #fff;
}
.serachBox input.data-v-d4f38c70 {
height: 80rpx;
padding: 0 5px;
text-align: center;
position: absolute;
left: 0px;
right: 0px;
border-radius: 20rpx;
}
.serachBox .icon.data-v-d4f38c70 {
width: 100rpx;
height: 80rpx;
position: absolute;
right: 30rpx;
display: flex;
align-items: center;
justify-content: center;
}
.serachBox image.data-v-d4f38c70 {
width: 15px;
height: 15px;
margin-left: 10px;
}
.content-box.data-v-d4f38c70 {
border-radius: 20rpx 20rpx 0 0;
position: relative;
z-index: 9;
width: 100%;
margin: 95px 0 270rpx;
background: #fff;
}
.search-history.data-v-d4f38c70 {
width: 100%;
height: auto;
overflow: hidden;
}
.search-history uni-icons.data-v-d4f38c70 {
color: #333333;
font-size: 60rpx;
position: absolute;
top: 13px;
right: 30rpx;
}
.history-list.data-v-d4f38c70 {
width: calc(100% - 40rpx);
margin: 20rpx 20rpx 0;
height: auto;
display: flex;
flex-wrap: wrap;
}
.history-list .history-list-item.data-v-d4f38c70 {
border: 1px solid #dfdfdf;
padding: 3px 24rpx;
border-radius: 20rpx;
margin-bottom: 20rpx;
margin-right: 20rpx;
}
.title.data-v-d4f38c70 {
width: 90%;
font-size: 30rpx;
font-weight: bold;
color: #000;
margin-top: 30rpx;
margin-left: 30rpx;
display: flex;
align-items: center;
}
.popular-container.data-v-d4f38c70 {
width: 100%;
margin-top: 30rpx;
}
.popular-container .popular-food-item.data-v-d4f38c70 {
display: flex;
flex-direction: column;
align-items: center;
margin: 20rpx;
padding: 20rpx;
box-sizing: border-box;
border-radius: 20rpx;
background: linear-gradient(#EDFFF4, #ffffff 100%);
}
.popular-container .popular-food-item .food-title.data-v-d4f38c70 {
font-size: 34rpx;
font-weight: 700;
}
.popular-container .popular-food-item .popular-food-inner.data-v-d4f38c70 {
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-d4f38c70 {
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-d4f38c70 {
display: flex;
padding: 0 20rpx;
flex-wrap: wrap;
margin: 95px 20rpx 90px;
width: calc(100% - 80rpx);
justify-content: space-between;
background: #fff;
border-radius: 20rpx;
}
.search_list .search_list_item.data-v-d4f38c70 {
width: 100%;
display: flex;
align-items: center;
border-bottom: 1px solid #f7f7f7;
padding: 20rpx 0;
}
.search_list .search_list_item image.data-v-d4f38c70 {
width: 90rpx;
height: 90rpx;
margin-right: 20rpx;
border-radius: 50%;
border: 1px solid #f7f7f7;
}
.search_list .search_list_item text.data-v-d4f38c70 {
width: 100%;
display: inline-block;
}
.search_list .search_list_item :nth-child(2) text.data-v-d4f38c70 {
margin-top: 5px;
}
.activeList.data-v-d4f38c70 {
z-index: 12;
bottom: 100rpx;
}
.activeList .title.data-v-d4f38c70 {
font-weight: bold;
margin: 5px 0;
}
.activeList .list.data-v-d4f38c70 {
padding-bottom: 55px;
}
.activeList .list .name.data-v-d4f38c70 {
margin-right: 5px;
}
.auto-search-dialog.data-v-d4f38c70 {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
left: 0;
top: 0;
width: 100%;
bottom: 75px;
background-color: rgba(0, 0, 0, 0.5);
z-index: 999;
}
.auto-search-dialog .auto-search-inner.data-v-d4f38c70 {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
position: relative;
width: 50%;
padding: 60rpx 0;
background-color: #fff;
border-radius: 20rpx;
box-shadow: 0 0 20rpx #ccc;
}
.footBtn.data-v-d4f38c70 {
position: fixed;
width: 100%;
bottom: 0;
padding-top: 30rpx;
background: #fff;
display: flex;
justify-content: space-around;
}
.footBtn view.data-v-d4f38c70 {
color: #fff;
width: auto;
padding: 5px 40rpx;
background: #3CB383;
margin-bottom: 30rpx;
display: flex;
align-items: center;
border-radius: 20rpx;
}
.groupbtn.data-v-d4f38c70 {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20rpx;
position: fixed;
bottom: 0rpx;
left: 0;
right: 0;
height: 60px;
padding-bottom: 15px;
z-index: 15;
background-color: #fff;
overflow: hidden;
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
}
.groupbtn .subbtn.data-v-d4f38c70 {
color: #fff;
width: 40%;
text-align: center;
border-radius: 20rpx;
height: 35px;
line-height: 35px;
background-color: #f0ae43;
}
.groupbtn .left.data-v-d4f38c70 {
width: 31%;
display: flex;
align-items: center;
}
.groupbtn .left .che.data-v-d4f38c70 {
width: 80rpx;
height: 80rpx;
position: relative;
}
.groupbtn .left .che text.data-v-d4f38c70 {
position: absolute;
height: 30rpx;
background: red;
width: 30rpx;
border-radius: 50%;
display: inline-block;
color: #fff;
line-height: 30rpx;
text-align: center;
font-size: 24rpx;
right: 0;
top: 5px;
}
.groupbtn .left .che image.data-v-d4f38c70,
.groupbtn .left .che .t-icon.data-v-d4f38c70 {
width: 100%;
height: 100%;
border-radius: 50%;
}
.groupbtn .left .type image.data-v-d4f38c70 {
width: 15px;
height: 15px;
}
.groupbtn .mic-icon.data-v-d4f38c70 {
color: #fff;
width: 31%;
padding: 8px 0;
background: #3CB383;
display: flex;
align-items: center;
justify-content: center;
border-radius: 20rpx;
}
.groupbtn .mic-icon2.data-v-d4f38c70 {
background: #F7931E;
}
.wrapper .box.data-v-d4f38c70 {
top: 40px;
background-color: #dfdfdf;
}
.wrapper .box-info.data-v-d4f38c70 {
border-radius: 20rpx;
padding: 20rpx;
background-color: #fff;
}
.wrapper .box-info .val.data-v-d4f38c70 {
display: flex;
justify-content: center;
align-items: center;
width: 70%;
padding: 30rpx 0;
border-radius: 20rpx;
background-color: #F8F8F8;
margin: 30rpx auto;
}
.wrapper .box-info .val input.data-v-d4f38c70 {
border-bottom: 1px soild #fff;
}
.wrapper .box-info .val .unit.data-v-d4f38c70 {
width: auto;
display: inline-block;
padding: 10rpx;
margin-left: 30rpx;
font-size: 28rpx;
color: #fff;
border-radius: 8rpx;
background-color: #F0AE43;
}
.wrapper .foodItem.data-v-d4f38c70 {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 10rpx;
}
.wrapper .foodItem .more.data-v-d4f38c70 {
padding: 6rpx 10rpx;
border-radius: 12rpx;
color: #fff;
background-color: #f0ae43;
}
.wrapper .foodItem .more image.data-v-d4f38c70 {
width: 50rpx;
height: 50rpx;
}
.wrapper .foodItem .left.data-v-d4f38c70 {
width: 65%;
display: flex;
align-items: center;
}
.wrapper .foodItem .left image.data-v-d4f38c70 {
width: 90rpx;
height: 90rpx;
border-radius: 50%;
border: 1px solid #f7f7f7;
}
.wrapper .foodItem .left .info.data-v-d4f38c70 {
display: flex;
flex-direction: column;
justify-content: center;
margin-left: 30rpx;
}
.wrapper .foodItem .left .info .name.data-v-d4f38c70 {
font-size: 26rpx;
color: #333;
text-align: left;
margin-bottom: 10rpx;
}
.wrapper .foodItem .left .info .kcal.data-v-d4f38c70 {
font-size: 24rpx;
color: #666;
}
.wrapper .foodInfo.data-v-d4f38c70 {
display: flex;
justify-content: space-around;
margin-top: 30rpx;
box-sizing: border-box;
}
.wrapper .foodInfo .foodInfoItem.data-v-d4f38c70 {
display: flex;
flex-direction: column;
align-items: center;
}
.wrapper .foodInfo .foodInfoItem .name.data-v-d4f38c70 {
display: flex;
align-items: center;
font-size: 24rpx;
color: #8F8F8F;
}
.wrapper .foodInfo .foodInfoItem .name .color.data-v-d4f38c70 {
width: 6rpx;
height: 20rpx;
margin-right: 10rpx;
border-radius: 3rpx;
}
.wrapper .foodInfo .foodInfoItem .value.data-v-d4f38c70 {
font-size: 28rpx;
margin-top: 10rpx;
}
.wrapper .blue-tooth.data-v-d4f38c70 {
margin-top: 10rpx;
}
.wrapper .foodDetail.data-v-d4f38c70 {
background: #fff;
border-radius: 20rpx;
margin-top: 20rpx;
}
.wrapper .foodContent.data-v-d4f38c70 {
padding: 0 10rpx 30rpx;
margin-top: 0;
}
.wrapper .foodContent .title.data-v-d4f38c70 {
margin-left: 0;
}
.wrapper .foodContent .progress.data-v-d4f38c70 {
justify-content: space-between;
}
.wrapper .foodContent .progress .info.data-v-d4f38c70 {
width: calc(100% - 280rpx);
}
.wrapper .foodContent .progress .info .info-item.data-v-d4f38c70 {
display: flex;
align-items: center;
margin-top: 20rpx;
justify-content: space-between;
width: 100%;
}
.wrapper .foodContent .progress .info .info-item .weight.data-v-d4f38c70 {
color: #f7f7f7;
background: none;
padding: 0;
}
.wrapper .foodContent .progress .info .info-item .weight text.data-v-d4f38c70 {
display: inline-block;
width: 30px;
margin: 0 10rpx;
color: #666;
}
.wrapper .foodContent .progress .info .info-item .name.data-v-d4f38c70 {
text-align: left;
font-size: 28rpx;
font-weight: 500;
}
.wrapper .foodContent .progress .info .info-item .color.data-v-d4f38c70 {
width: 6rpx;
height: 20rpx;
margin-right: 10rpx;
border-radius: 3rpx;
display: inline-block;
}
.wrapper .foodContent .tips.data-v-d4f38c70 {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #f1f1f1;
padding: 16rpx 0;
font-size: 24rpx;
margin-top: 10rpx;
}
.wrapper .foodContent .foodDetailList.data-v-d4f38c70 {
margin-top: 10rpx;
}
.wrapper .foodContent .foodDetailList .foodDetailItem.data-v-d4f38c70 {
display: flex;
justify-content: space-between;
padding: 20rpx 0;
box-sizing: border-box;
}
.wrapper .foodContent .foodDetailList .foodDetailItem .name.data-v-d4f38c70 {
width: 70%;
font-size: 24rpx;
color: #777;
text-align: left;
}
.wrapper .foodContent .foodDetailList .foodDetailItem .val.data-v-d4f38c70 {
width: 30%;
font-size: 24rpx;
font-weight: 700;
color: #333;
text-align: right;
}
.wrapper .icon-error.data-v-d4f38c70 {
position: absolute;
right: 20rpx;
top: -40rpx;
background: #fff;
font-size: 80rpx;
width: 80rpx;
height: 80rpx;
border-radius: 50%;
}
.wrapper .box2.data-v-d4f38c70 {
left: 0;
right: 0;
top: 80rpx;
bottom: 0;
position: absolute;
padding: 20rpx;
padding-bottom: 90px;
background-color: #dfdfdf;
}
.wrapper .box2 .jishiqi.data-v-d4f38c70 {
width: calc(100% - 20px);
overflow: hidden;
background: #fff;
padding: 10px;
border-radius: 10px;
height: 340rpx;
}
.wrapper .box2 .jishiqi .chart-wrap.data-v-d4f38c70 {
margin-top: -15px;
}
.wrapper .box2 .jishiqi .center.data-v-d4f38c70 {
height: 270rpx;
top: 80rpx;
}
.wrapper .box2 .jishiqi .mubiao.data-v-d4f38c70 {
margin-top: 10px;
}
.wrapper .box2 .box_list.data-v-d4f38c70 {
position: absolute;
left: 10px;
right: 10px;
bottom: 90px;
background: #fff;
border-radius: 10px;
margin-top: 15px;
overflow: hidden;
top: 420rpx;
}
.wrapper .box2 .box_list .left.data-v-d4f38c70 {
width: 80px;
background: #fff;
position: absolute;
left: 0px;
top: 0px;
bottom: 0px;
display: flex;
border-radius: 10px;
flex-direction: column;
}
.wrapper .box2 .box_list .left view.data-v-d4f38c70 {
height: 25%;
display: flex;
align-items: center;
justify-content: center;
}
.wrapper .box2 .box_list .left .active.data-v-d4f38c70 {
border-radius: 10px;
background-color: #EDFFF4;
color: #3CB383;
}
.wrapper .box2 .box_list .box_list_item.data-v-d4f38c70 {
position: absolute;
top: 10px;
left: 90px;
right: 0;
bottom: 0;
overflow: scroll;
padding-bottom: 15px;
}
.wrapper .box2 .box_list .box_list_item .length.data-v-d4f38c70 {
width: 100%;
height: 35px;
line-height: 35px;
margin-top: -5px;
font-weight: bold;
}
.wrapper .box2 .box_list .box_list_item .item.data-v-d4f38c70 {
width: 100%;
height: 50px;
display: flex;
padding: 5px 0;
position: relative;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #f7f7f7;
}
.wrapper .box2 .box_list .box_list_item .item .item-left.data-v-d4f38c70 {
width: calc(100% - 40px);
display: flex;
align-items: center;
}
.wrapper .box2 .box_list .box_list_item .item .item-left image.data-v-d4f38c70 {
width: 90rpx;
height: 90rpx;
border-radius: 50%;
border: 1px solid #f7f7f7;
}
.wrapper .box2 .box_list .box_list_item .item .item-left .name.data-v-d4f38c70 {
width: calc(100% - 100rpx);
display: flex;
flex-direction: column;
margin-left: 10px;
height: 40px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
justify-content: space-between;
}
.wrapper .box2 .box_list .box_list_item .item .item-left .name text.data-v-d4f38c70 {
width: 100%;
}
.wrapper .box2 .box_list .box_list_item .item .item-left .weight.data-v-d4f38c70 {
font-size: 24rpx;
color: #999;
}
.wrapper .box2 .box_list .box_list_item .icon-ashbin.data-v-d4f38c70 {
position: absolute;
right: 10px;
top: 15px;
color: red !important;
font-size: 18px !important;
}
.btn.data-v-d4f38c70 {
color: #fff;
width: 60%;
margin: auto;
background-color: #f0ae43;
}
.button-container.data-v-d4f38c70 {
position: absolute;
top: 20rpx;
right: 30rpx;
font-size: 40rpx;
}
.button-container image.data-v-d4f38c70 {
width: 50rpx;
height: 50rpx;
}
.footBtn.data-v-d4f38c70 {
position: fixed;
width: 100%;
bottom: 0px;
padding-bottom: 30rpx;
padding-top: 30rpx;
background: #fff;
display: flex;
z-index: 99;
justify-content: space-around;
}
.footBtn view.data-v-d4f38c70 {
color: #fff;
width: 80%;
padding: 8px 40rpx;
background: #3CB383;
margin-bottom: 30rpx;
display: flex;
align-items: center;
justify-content: center;
border-radius: 20rpx;
}
.wrapperScan .auto-search-dialog.data-v-d4f38c70 {
bottom: 0;
}
.wrapperScan .auto-search-dialog text.data-v-d4f38c70 {
font-size: 16px;
font-weight: bold;
margin-bottom: 20px;
margin-top: -10px;
}