@media screen and (min-width:900px) { html { transform: scale(0.3); background: #fff; transform-origin: 50% 0px 0px; height: calc(100vh); } #app { height: 6rem !important; overflow: scroll; } } * { margin: 0; padding: 0; list-style: none; } html { font-size: 26.66666667vw; } html, body { height: 100%; } #app { min-height: 100%; background: #F4F6F9; font-size: 0.16rem; padding: 0.1rem; box-sizing: border-box; } .content { padding-bottom: 0.5rem; box-sizing: border-box; } .content-item { height: 1.56rem; background: #FFFFFF; border-radius: 0.05rem; margin-bottom: 0.1rem; } .top { padding: 0.1rem 0.15rem; border-bottom: 0.01rem solid #F4F6F9; display: flex; justify-content: space-between; box-sizing: border-box; } .time { font-size: 0.13rem; color: #696E79; } .middle { padding: 0.1rem 0.15rem; box-sizing: border-box; display: flex; } .status { font-size: 0.14rem; color: #44D27D; } .right { flex: 1; margin-left: 0.14rem; } .title_originalPrice { display: flex; justify-content: space-between; } .middle img { width: 0.57rem; height: 0.57rem; } .title { font-size: 0.14rem; color: #0A0A0A; margin-bottom: 0.04rem; } .id { font-size: 0.12rem; color: #B6B8BD; } .originalPrice { font-size: 0.13rem; } .money { font-size: 0.13rem; color: #0A0A0A; } .money>span { font-size: 0.18rem; } .button { width: 0.7rem; height: 0.25rem; border: 0.01rem solid #FD553D; border-radius: 0.3rem; font-size: 0.13rem; color: #FD553D; text-align: center; line-height: 0.25rem; } .bottom { padding: 0 0.15rem 0.05rem; box-sizing: border-box; display: flex; justify-content: space-between; } .backPresTy { position: absolute; top: 0.1rem; left: 0.1rem; width: 0.31rem; height: 0.31rem; z-index: 877; }