.v-spinner{text-align:center}.v-spinner .v-square{-webkit-animation:v-squareDelay 3s cubic-bezier(.09,.57,.49,.9) 0s infinite;animation:v-squareDelay 3s cubic-bezier(.09,.57,.49,.9) 0s infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-perspective:100px;perspective:100px;display:inline-block}@-webkit-keyframes v-squareDelay{25%{-webkit-transform:rotateX(180deg) rotateY(0);transform:rotateX(180deg) rotateY(0)}50%{-webkit-transform:rotateX(180deg) rotateY(180deg);transform:rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:rotateX(0) rotateY(180deg);transform:rotateX(0) rotateY(180deg)}to{-webkit-transform:rotateX(0) rotateY(0);transform:rotateX(0) rotateY(0)}}@keyframes v-squareDelay{25%{-webkit-transform:rotateX(180deg) rotateY(0);transform:rotateX(180deg) rotateY(0)}50%{-webkit-transform:rotateX(180deg) rotateY(180deg);transform:rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:rotateX(0) rotateY(180deg);transform:rotateX(0) rotateY(180deg)}to{-webkit-transform:rotateX(0) rotateY(0);transform:rotateX(0) rotateY(0)}}#history{background-color:#fff;min-height:975px;border:1px solid #ddd}#history .box{background-color:#fff;padding:20px}#history .box .del{-webkit-transition:all .3s;transition:all .3s;opacity:0;position:absolute;top:3px;right:3px;cursor:pointer}#history .box .del:hover{color:#e2211c}#history .box .line .fa-trash-alt{margin:10px;margin-bottom:-16px;cursor:pointer;float:right}#history .box .line .fa-trash-alt:hover{color:#e2211c}#history .box .el-icon-loading{font-size:50px}#history .box .item:hover .del{opacity:1;-webkit-transition:all .3s;transition:all .3s}#history .box .item{border:1px solid #ddd;text-align:center;margin-bottom:20px;position:relative}#history .box .item .title{margin:10px 0 5px 0}#history .box .item .title:hover{text-decoration:underline}#history .box .item .price{margin:10px 0 5px 0}#history .box .cover{height:174px;width:174px;margin:10px auto;background-position:50%;background-size:100% auto;cursor:auto;background-repeat:no-repeat}#history .box .clear{cursor:pointer}#history .box .clear:hover{color:#606266}#history .box .fa-trash-alt{margin-right:5px}