ReedawFoodApp/unpackage/dist/dev/mp-weixin/element/headerIndex.wxss

76 lines
1.4 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.info.data-v-ef249ed8 {
display: flex;
flex-wrap: wrap;
margin-left: 15px;
width: calc(100% - 70px);
}
.info view.data-v-ef249ed8 {
width: 100%;
}
.info last-child.data-v-ef249ed8 {
margin-top: 2px !important;
}
.area.data-v-ef249ed8 {
margin: 15px 10px 0;
padding: 15px 10px 10px;
background-color: #fff;
width: calc(100% - 40px);
display: flex;
border-radius: 10px;
justify-content: space-between;
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
}
.item.data-v-ef249ed8 {
line-height: 80rpx;
text-align: center;
}
.visible.data-v-ef249ed8 {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
background-color: rgba(0, 0, 0, 0.6);
}
.visible .groupBtn.data-v-ef249ed8 {
height: 50px;
line-height: 50px;
background-color: #fff;
display: flex;
justify-content: space-between;
padding: 0 15px;
border-bottom: 1px solid #dfdfdf;
position: absolute;
left: 0;
right: 0;
bottom: 45%;
z-index: 999;
}
.visible .groupBtn view.data-v-ef249ed8 {
height: 30px;
line-height: 30px;
padding: 0 10px;
background-color: #dfdfdf;
border-radius: 5px;
margin-top: 10px;
}
.visible .groupBtn .sure.data-v-ef249ed8 {
background-color: #54d87c;
color: #fff !important;
}
.visible .picker-view.data-v-ef249ed8 {
width: 100%;
height: 45%;
bottom: 0;
position: absolute;
background-color: #fff;
}
.t-icon-qiehuan1.data-v-ef249ed8 {
width: 25px;
height: 25px;
}