/* pages/escrowAccount/balance/balance.wxss */ .pure_top{ height: 150px; } .pure_top::after { height: 150px; } .main-box{ background: #ffffff; padding: 20px; width: 94%; margin: 0 auto; border-radius: 10px; box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16); } .main-box text{ display: block; margin-bottom: 10px; } .main-box text:last-child{ margin-bottom: 0px; } .hui{ display: inline-block!important; color: #666666; text-align: right; } .tit_box{ display: flex; justify-content: space-between; } .title{ width: 50%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; word-break: break-all; overflow: hidden; height: 18px; } .text text{ margin-bottom: 0; } .text{ margin-top: 10px; } .ye{ color: red; } .ye text{ font-size: 1.5rem; display: inline; } .zph{ margin-bottom: 0!important; height: 18px; }