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

110 lines
2.7 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 */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.right .item.data-v-c58b4fba {
width: 30%;
border: 1px solid #f7f7f7;
display: flex;
align-items: center;
justify-content: space-around;
height: 28px;
border-radius: 8px;
margin-bottom: 10px;
}
.right .item text.data-v-c58b4fba {
margin-bottom: 0 !important;
}
.right .icon-xuanzhong.data-v-c58b4fba {
color: #ff4c4f;
}
.right .active0.data-v-c58b4fba {
border: 1px solid #ff4c4f;
}
.activeList.data-v-c58b4fba {
position: fixed;
bottom: 0px;
left: 0;
right: 0;
z-index: 999;
background: #fff;
padding: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
}
.activeList .list.data-v-c58b4fba {
height: 340rpx;
overflow: scroll;
padding-bottom: 55px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: end;
}
.activeList .list .item.data-v-c58b4fba {
width: 46%;
border: 1px solid #ff4c4f;
display: flex;
justify-content: space-around;
height: 28px;
border-radius: 5px;
align-items: center;
margin-bottom: 10px;
margin-left: 1%;
float: left;
}
.activeList .list .item icon.data-v-c58b4fba {
color: #ff4c4f;
font-size: 16px;
}
.activeList .groupbtn.data-v-c58b4fba {
display: flex;
justify-content: space-between;
position: absolute;
left: 0px;
right: 0px;
bottom: 0px;
padding: 10px;
background: #fff;
border-top: 1px solid #f7f7f7;
}
.activeList .groupbtn view.data-v-c58b4fba {
width: 40%;
text-align: center;
border: 1px solid #dfdfdf;
border-radius: 10px;
height: 31px;
line-height: 31px;
}
.activeList .groupbtn .subbtn.data-v-c58b4fba {
color: #fff;
border-color: #ff4c4f;
background-color: #ff4c4f;
}
.maxheight.data-v-c58b4fba {
height: calc(100vh - 500rpx);
}