ReedawFoodApp/unpackage/dist/dev/mp-weixin/components/bodyIndex/targetWeight.wxss

129 lines
2.4 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.wrapper.data-v-0e9cb47a {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 999;
}
.wrapper .bg.data-v-0e9cb47a {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.4);
z-index: 99;
}
.wrapper .edit.data-v-0e9cb47a {
width: 15rem;
height: auto;
background: #fff;
border-radius: 10px;
padding: 15px;
position: relative;
top: 15%;
margin: auto;
z-index: 99999;
overflow: hidden;
}
.wrapper .edit .title.data-v-0e9cb47a {
text-align: center;
width: 100%;
color: #333;
font-size: 36rpx;
font-weight: bold;
}
.wrapper .edit .editem.data-v-0e9cb47a {
position: relative;
display: flex;
font-size: 32rpx;
border-radius: 10px;
margin-top: 15px;
height: 40px;
justify-content: space-between;
background: #eee;
padding: 0px 10px;
align-items: center;
}
.wrapper .edit .editem .radioimg.data-v-0e9cb47a {
font-size: 44rpx;
color: #fea606;
}
.wrapper .edit .editem .radio.data-v-0e9cb47a {
width: 50%;
text-align: right;
display: flex;
justify-content: center;
align-items: center;
}
.wrapper .edit .editem .name.data-v-0e9cb47a {
width: 4rem;
color: #333;
}
.wrapper .edit .editem .right.data-v-0e9cb47a {
width: 60%;
height: 40px;
line-height: 40px;
text-align: right;
display: flex;
justify-content: flex-end;
}
.wrapper .edit .editem .right input.data-v-0e9cb47a {
margin-right: 10px;
height: 40px;
line-height: 40px;
text-align: left;
}
.wrapper .edit .editem .right picker.data-v-0e9cb47a {
width: 100%;
text-align: left;
}
.wrapper .edit .editem .right .uni-input.data-v-0e9cb47a {
position: absolute;
right: 30px;
top: 0;
left: 0;
height: 40px;
line-height: 40px;
text-align: right;
z-index: 9999;
}
.wrapper .edit .editem .value.data-v-0e9cb47a {
position: relative;
z-index: 999;
width: 3rem;
text-align: center;
float: left;
margin-right: 10px;
}
.wrapper .edit .editem .iconfont.data-v-0e9cb47a {
margin-left: 10px;
float: right;
display: flex;
}
.wrapper .edit .tips.data-v-0e9cb47a {
font-size: 28rpx;
color: #999;
text-align: center;
margin-top: 15px;
margin-bottom: 20px;
display: flex;
}
.btn.data-v-0e9cb47a {
width: 40%;
float: right;
margin-top: 15px;
background: #54d87c !important;
}
.edit.data-v-0e9cb47a {
top: 20%;
}
.close.data-v-0e9cb47a {
background: #dfdfdf !important;
float: left;
}