/* pages/exchange/exchange.wxss */ .container{ width: 100vh; height: 100vh; background: #F5F5F5; position: relative; } .pic{ width: 90vw; height: 30vh; background: url(https://bpic.588ku.com/back_list_pic/22/02/11/d2a841fc6bb7d3571d59cbb792cd0844.jpg!/fw/630/quality/90/unsharp/true/compress/true); background-size: 100%; background-repeat: no-repeat; position: absolute; top: 4vh; left: 5vw; border-radius: 20px 20px 0 0; } .pic navigator{ display: inline-block; position: absolute; top: 3vh; right: 5vw; font-size: 0.8rem; } .pic-content{ position: absolute; left: 7vw; top: 10vh; font-size: 0.8rem; } .fo-money{ display: inline-block; } .exchange{ display: inline-block; margin-left: 3vw; } .number{ text-align: center; margin-top:1.5vh ; font-size: 1.8rem; } .choice{ width: 100vw; height: 70vh; background: #fff; position: absolute; top: 30vh; left: 0; } .cho-con{ width: 90vw; height: 60vh; /* background: pink; */ margin: auto; } .con-box{ width: 90vw; height: 10vh; /* background: red; */ border-bottom: 1px solid #F5F5F5 ; border-top: 1px solid #F5F5F5 ; } .con-left{ margin-top: 2vh; display: inline-block; } .con-left view:nth-child(1) { font-size: 1rem; font-weight: 800; } .con-left view:nth-child(2) { font-size: 0.7rem; color:#D3D3D3 ; } .con-right{ margin-top: 3vh; margin-right: 5vw; display: inline-block; float: right; color: orange; }