@charset "UTF-8"; /* 主题色 */ .content.data-v-cc11d044 { background: #fff; width: 100%; height: 100vh; display: flex; flex-direction: column; justify-content: space-between; } .btnClose.data-v-cc11d044 { color: #fff; background: linear-gradient(-90deg, #fccf4f, #fba418 80%) !important; } .baocun.data-v-cc11d044 { color: #fff; background: linear-gradient(-90deg, #feaa50, #e96b13 80%) !important; } .quan.data-v-cc11d044 { width: 400rpx; height: 400rpx; 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-cc11d044 1s infinite; animation: pulse-data-v-cc11d044 1s infinite; } .quan .weight.data-v-cc11d044 { font-size: 50px; color: #000; font-weight: bold; } .quan .typeInfo.data-v-cc11d044 { width: 100%; text-align: center; font-size: 16px; color: #f0ae43; } @-webkit-keyframes pulse-data-v-cc11d044 { 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-cc11d044 { 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-cc11d044 { 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-cc11d044 { 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-cc11d044 { font-size: 14px !important; margin-bottom: 20px; }