@charset "UTF-8"; /* 主题色 */ .content.data-v-68b9a684 { padding: 0 30rpx; } .maxheight.data-v-68b9a684 { max-height: 90vh !important; overflow: hidden; } .topimg.data-v-68b9a684 { width: 100%; height: 340rpx; background: #fff; border-radius: 20rpx; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; flex-direction: column; margin: 20rpx 0; overflow: hidden; position: relative; } .topimg .iconfont.data-v-68b9a684 { font-size: 60rpx; color: #54d87c; } .topimg text.data-v-68b9a684 { display: inline-block; width: 100%; text-align: center; color: #999; } .topimg .text.data-v-68b9a684 { font-size: 16px; color: #666; margin-bottom: 3px; } .topimg image.data-v-68b9a684 { width: 100%; height: inherit; } .step .image.data-v-68b9a684 { height: 340rpx; margin: auto; background: #f7f7f7; border-radius: 20rpx; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; flex-direction: column; overflow: hidden; } .step .image image.data-v-68b9a684 { width: 100%; height: inherit; display: inline-table; } .step .image icon.data-v-68b9a684 { font-size: 60rpx; color: #ff4c4f; margin-bottom: 5px; } .title.data-v-68b9a684 { padding: 20rpx; } .title .table.data-v-68b9a684 { font-size: 16px; font-weight: bold; } .title .user.data-v-68b9a684 { display: flex; justify-content: space-between; align-items: center; margin-top: 30rpx; } .title .user .left.data-v-68b9a684 { display: flex; align-items: center; } .title .user .left image.data-v-68b9a684 { width: 50rpx; height: 50rpx; margin-right: 5px; border-radius: 50%; } .title .user .right.data-v-68b9a684 { display: flex; } .desc.data-v-68b9a684 { width: 100%; line-height: 50rpx; margin-bottom: 20rpx; } .h4.data-v-68b9a684 { margin: 20rpx 0; padding-top: 20rpx; border-top: 1px solid #f7f7f7; } .h4 .tags.data-v-68b9a684 { flex: 1; display: flex; justify-content: space-around; } .h4 .tags .tags-item.data-v-68b9a684 { border-bottom: 2px solid transparent; } .h4 .tags .active.data-v-68b9a684 { border-bottom: 2px solid #ff4c4f; } .h4 .close.data-v-68b9a684 { color: #fff; width: 100px; display: flex; align-items: center; justify-content: center; border-radius: 20rpx; background-color: #54d87c; } .h4 .close image.data-v-68b9a684 { width: 50rpx; height: 50rpx; } .step.data-v-68b9a684 { margin-bottom: 85px; } .foodlist.data-v-68b9a684 { border-radius: 20rpx; background: #fff; } .foodlist .item.data-v-68b9a684 { margin-top: 0 !important; border-radius: 0px !important; border-bottom: 1px solid #f7f7f7; } .foodlist .name.data-v-68b9a684 { border-right: none !important; } .foot.data-v-68b9a684 { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; display: flex; justify-content: space-between; padding: 5px 0px 40rpx; border-radius: 20rpx 20rpx 0 0; box-shadow: 0px 1px 5px 2px #dfe2e1fc; } .foot .item.data-v-68b9a684 { width: 25%; display: flex; flex-wrap: wrap; justify-content: center; } .foot .item icon.data-v-68b9a684, .foot .item image.data-v-68b9a684 { width: 22px; height: 22px; font-size: 22px; } .foot .item text.data-v-68b9a684 { display: inline-block; text-align: center; width: 100%; } .weightBox.data-v-68b9a684 { top: 40px; background: #dfdfdf; } .weightBox .icon-error.data-v-68b9a684 { position: absolute; right: 20rpx; top: -40rpx; background: #fff; font-size: 80rpx; width: 80rpx; height: 80rpx; border-radius: 50%; } .weightBox .foodlist.data-v-68b9a684 { border-radius: 0; height: 40%; overflow: scroll; padding: 10px; border-radius: 10px; margin-top: 30rpx; font-size: 14px; } .weightBox .foodlist .text.data-v-68b9a684 { width: 100%; font-weight: bold; display: flex; height: 80rpx; line-height: 80rpx; justify-content: space-between; } .weightBox .foodlist .item.data-v-68b9a684 { display: flex; align-items: center; height: 80rpx; line-height: 80rpx; font-size: 28rpx; justify-content: space-between; } .weightBox .foodlist .name.data-v-68b9a684 { width: calc(30% - 10px); text-align: left !important; white-space: nowrap; overflow-x: auto; font-weight: inherit; font-size: 28rpx; margin-right: 10px; } .weightBox .foodlist .kcal.data-v-68b9a684 { width: 52% !important; display: flex; justify-content: space-between; } .weightBox .blue-tooth.data-v-68b9a684 { background: #fff; border-radius: 10px; margin-top: 15px; position: relative; height: 50%; } .weightBox .groupbtn.data-v-68b9a684 { position: absolute; left: 30rpx; right: 30rpx; width: auto; bottom: 100rpx; } .saveFood.data-v-68b9a684 { display: flex; justify-content: center; align-items: center; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); z-index: 99999; } .saveFood .saveFoodInner.data-v-68b9a684 { display: flex; flex-direction: column; align-items: center; width: 80%; padding: 30rpx 20rpx; padding-bottom: 0; background-color: #fff; border-radius: 20rpx; } .saveFood .saveFoodInner .title.data-v-68b9a684 { font-size: 36rpx; text-align: center; } .saveFood .saveFoodInner .types.data-v-68b9a684 { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 30rpx; width: 100%; } .saveFood .saveFoodInner .types .type-item.data-v-68b9a684 { width: 22%; height: 50rpx; line-height: 50rpx; text-align: center; font-size: 28rpx; border: 1px solid #f1f1f1; border-radius: 10rpx; margin-bottom: 30rpx; } .saveFood .saveFoodInner .types .type-item.active.data-v-68b9a684 { border-color: #ff4c4f; } .saveFood .saveFoodInner .btn-wrap.data-v-68b9a684 { display: flex; width: 100%; margin-top: 30rpx; border-top: 1px solid #f1f1f1; } .saveFood .saveFoodInner .btn-wrap view.data-v-68b9a684 { width: 50%; height: 80rpx; line-height: 80rpx; text-align: center; font-size: 32rpx; } .saveFood .saveFoodInner .btn-wrap view.data-v-68b9a684:first-child { border-right: 1px solid #f1f1f1; } .active2.data-v-68b9a684 { color: #8284f0; font-weight: bold; background: #ecedff; } .title2.data-v-68b9a684 { display: flex; align-items: center; justify-content: space-between; }