ReedawFoodApp/unpackage/dist/dev/mp-weixin/pageTwo/devices/pcL06.wxss

91 lines
1.8 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.content.data-v-47e8755d {
background: #fff;
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.btnClose.data-v-47e8755d {
color: #fff;
background: linear-gradient(-90deg, #fccf4f, #fba418 80%) !important;
}
.baocun.data-v-47e8755d {
color: #fff;
background: linear-gradient(-90deg, #feaa50, #e96b13 80%) !important;
}
.quan2.data-v-47e8755d {
width: 480rpx;
height: 480rpx;
border: 8px solid #feaa50;
border-radius: 50%;
margin: 15px auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-shadow: 0px 0px 25px 10px #e96b13;
-webkit-animation: pulse-data-v-47e8755d 1s infinite;
animation: pulse-data-v-47e8755d 1s infinite;
}
.quan2 .weight.data-v-47e8755d {
font-size: 42px;
color: #000;
font-weight: bold;
}
.quan2 .typeInfo.data-v-47e8755d {
width: 100%;
text-align: center;
font-size: 16px;
color: #f0ae43;
}
@-webkit-keyframes pulse-data-v-47e8755d {
0% {
box-shadow: 0px 0px 25px 10px #e96b13;
}
50% {
box-shadow: 0px 0px 25px 10px #fba418;
}
100% {
box-shadow: 0px 0px 25px 10px #e96b13;
}
}
@keyframes pulse-data-v-47e8755d {
0% {
box-shadow: 0px 0px 25px 10px #e96b13;
}
50% {
box-shadow: 0px 0px 25px 10px #fba418;
}
100% {
box-shadow: 0px 0px 25px 10px #e96b13;
}
}
.status.data-v-47e8755d {
width: 70%;
font-size: 16px;
height: 35px;
line-height: 35px;
text-align: center;
border-radius: 15px;
margin: 15px auto;
background-color: #ffdda6;
}
.disabled.data-v-47e8755d {
width: 150px;
background-color: #DFDFDF;
border: 1px solid #f7f7f7;
color: #fff;
text-align: center;
padding: 7px;
border-radius: 10px;
margin: 15px auto;
}
.tips.data-v-47e8755d {
font-size: 14px !important;
margin-bottom: 20px;
}